Move the magical 'Repository Listing' option to the top of the option set.

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1025 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
cmpilato 2005-02-05 16:52:12 +00:00
parent 86a7feb403
commit 83af4b6b3d
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@
<select name="root" onchange="submit()">
[define cvs_root_options][end]
[define svn_root_options][end]
<option value="*viewroots*"[is view "roots"] selected[else][end]>Repository Listing</option>
[for roots]
[define root_option][end]
[is roots.name rootname]
@ -53,7 +54,6 @@
[is svn_root_options ""][else]
<optgroup label="Subversion Repositories">[svn_root_options]</optgroup>
[end]
<option value="*viewroots*"[is view "roots"] selected[else][end]>Repository Listing</option>
</select>
<input type=submit value="Go">
</form>