From: Rob H. <for...@us...> - 2002-02-20 05:14:34
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv24997/templates Modified Files: commit.html Log Message: added lots of debug and fixed some more stuff Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- commit.html 13 Feb 2002 05:08:47 -0000 1.9 +++ commit.html 20 Feb 2002 05:14:32 -0000 1.10 @@ -2,9 +2,11 @@ <td width="center"> Please enter a commit message for <TMPL_VAR NAME=LOCATION>/<TMPL_VAR NAME=FILENAME> : - <form submit="<TMPL_VAR NAME=PROGNAME>" type="get"> + <form submit="<TMPL_VAR NAME=PROGNAME>""> <input type="hidden" name="action" value="browse_vcs" /> <input type="hidden" name="vcs_command" value="commit" /> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> + <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 type="text" name="message" /> <input type="submit" name="commit" value="Done" /> |