This commit is contained in:
David Alexander 2015-10-21 21:16:04 +00:00
commit aa73764f5a
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@
</div>
<form id="VersionsArchive">
<select id="VersionSelect" onchange="location.href=VersionsArchive.VersionSelect.options[selectedIndex].value">
<option>Archive</option>
<option>Archived Documentation</option>
<% loop Versions.sort("Title DESC").limit(20, 4) %>
<option value="$Link">$Title</option>
<% end_loop %>
</select>
</form>
<% end_if %>
<% end_if %>