Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv28496
Modified Files:
commit.html tag.html upload_file.html
Log Message:
* all the menu's that have commits have this hidden "Submit" variable
now.
Index: commit.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -U2 -r1.12 -r1.13
--- commit.html 28 Feb 2002 04:33:29 -0000 1.12
+++ commit.html 7 Mar 2002 05:13:13 -0000 1.13
@@ -9,4 +9,5 @@
<input type="hidden" name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" />
<input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>" />
+ <input name="Submit" value="1" type="hidden" />
<input type="text" name="message" />
<input type="submit" name="commit" value="Done" />
Index: tag.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/tag.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- tag.html 28 Feb 2002 04:33:29 -0000 1.5
+++ tag.html 7 Mar 2002 05:13:13 -0000 1.6
@@ -7,4 +7,5 @@
<input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" />
<input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" />
+ <input name="Submit" value="1" type="hidden" />
<input type="text" name="name" />
<input type="submit" name="commit" value="Done" />
Index: upload_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -U2 -r1.16 -r1.17
--- upload_file.html 1 Mar 2002 08:10:12 -0000 1.16
+++ upload_file.html 7 Mar 2002 05:13:13 -0000 1.17
@@ -8,4 +8,5 @@
<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" />
<input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" />
+<input name="Submit" value="1" type="hidden" />
Enter a file to upload:<br />
<input name="filehandle" type="file" /><br />
|