Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv8817/templates
Modified Files:
sandbox.html
Log Message:
* got update working (does an update, not a checkout, even though they
appear to do the same thing (that might not be the case for VCS' aside
from CVS)).
Index: sandbox.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -U2 -r1.12 -r1.13
--- sandbox.html 28 Feb 2002 07:05:24 -0000 1.12
+++ sandbox.html 28 Feb 2002 07:20:39 -0000 1.13
@@ -63,5 +63,5 @@
<td width="15%" align="center">
<font size="2">
- <a href="<TMPL_VAR NAME=PROGNAME>?action=sandbox&Submit=Update&module_name=<TMPL_VAR NAME="MODULE_NAME">">update</a>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=sandbox&Submit=Update&module_name=<TMPL_VAR NAME="MODULE_NAME">&repo_name=<TMPL_VAR NAME="REPOSITORY">">update</a>
|
<a href="<TMPL_VAR NAME=PROGNAME>?action=sandbox&Submit=Delete&module_name=<TMPL_VAR NAME="MODULE_NAME">">delete</a>
|