From: Rob H. <for...@us...> - 2003-04-22 17:12:56
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv3667/templates Modified Files: tag.html vcs.html Log Message: bumping vers. no. up to RC3, and some template changes for the tag/ branch fixes. Index: tag.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tag.html,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- tag.html 13 Jan 2003 08:33:00 -0000 1.17 +++ tag.html 22 Apr 2003 17:12:51 -0000 1.18 @@ -6,4 +6,5 @@ <input type="hidden" name="main_window_url" value="<TMPL_VAR NAME=MAIN_WINDOW_URL>"> <input type="hidden" name="vcs_command" value="tag"> + <input type="hidden" name="submenu" value="1"> <TMPL_LOOP NAME="FILENAME_LOOP"> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>"> Index: vcs.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs.html,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- vcs.html 6 Apr 2003 20:00:54 -0000 1.9 +++ vcs.html 22 Apr 2003 17:12:51 -0000 1.10 @@ -6,4 +6,5 @@ <input type="hidden" name="action" value="vcs"> <input type="hidden" name="main_window_url" value="<TMPL_VAR NAME=MAIN_WINDOW_URL>"> + <input type="hidden" name="submenu" value="<TMPL_VAR NAME=SUBMENU>"> Please enter VCS password : <br> |