mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Merge pull request #88 from SpiritLevel/patch-3
DOCS: more descriptive label on archive dropdown
This commit is contained in:
commit
112b674a6a
@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<form id="VersionsArchive">
|
<form id="VersionsArchive">
|
||||||
<select id="VersionSelect" onchange="location.href=VersionsArchive.VersionSelect.options[selectedIndex].value">
|
<select id="VersionSelect" onchange="location.href=VersionsArchive.VersionSelect.options[selectedIndex].value">
|
||||||
<option>Archive</option>
|
<option>Archived versions</option>
|
||||||
<% loop Versions.sort("Title DESC").limit(20, 4) %>
|
<% loop Versions.sort("Title DESC").limit(20, 4) %>
|
||||||
<option value="$Link">$Title</option>
|
<option value="$Link">$Title</option>
|
||||||
<% end_loop %>
|
<% end_loop %>
|
||||||
|
Loading…
Reference in New Issue
Block a user