From: Rob H. <for...@us...> - 2003-06-01 10:06:33
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv3561 Modified Files: branch.html commit.html vcs.html Log Message: merging tag/branch fixes from release branch Index: branch.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/branch.html,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- branch.html 13 Jan 2003 08:33:00 -0000 1.7 +++ branch.html 1 Jun 2003 10:06:29 -0000 1.8 @@ -6,4 +6,5 @@ <input type="hidden" name="vcs_command" value="branch"> <input type="hidden" name="main_window_url" value="<TMPL_VAR NAME=MAIN_WINDOW_URL>"> + <input type="hidden" name="submenu" value="1"> <TMPL_LOOP NAME="FILENAME_LOOP"> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>"> Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.21 retrieving revision 1.22 diff -U2 -r1.21 -r1.22 --- commit.html 26 Jan 2003 05:46:19 -0000 1.21 +++ commit.html 1 Jun 2003 10:06:29 -0000 1.22 @@ -12,4 +12,5 @@ <input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>"> <input type="hidden" name="repo_password" value="<TMPL_VAR NAME=REPO_PASSWORD>"> + <input type="hidden" name="submenu" value="<TMPL_VAR NAME=SUBMENU>"> <input name="Submit" value="1" type="hidden"> <input type="text" name="message"> Index: vcs.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs.html,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- vcs.html 22 Apr 2003 17:12:51 -0000 1.10 +++ vcs.html 1 Jun 2003 10:06:29 -0000 1.11 @@ -7,4 +7,5 @@ <input type="hidden" name="main_window_url" value="<TMPL_VAR NAME=MAIN_WINDOW_URL>"> <input type="hidden" name="submenu" value="<TMPL_VAR NAME=SUBMENU>"> + <input type="hidden" name="submenu_final" value="<TMPL_VAR NAME=SUBMENU_FINAL>"> Please enter VCS password : <br> @@ -12,4 +13,7 @@ <TMPL_LOOP NAME="FILENAME_LOOP"> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>"> + </TMPL_LOOP> + <TMPL_LOOP NAME="PARAMS_LOOP"> + <input type="hidden" name="params" value="<TMPL_VAR NAME=PARAMS>"> </TMPL_LOOP> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>"> |