From: Rob H. <for...@us...> - 2002-06-13 21:12:42
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv32103a/templates Modified Files: branch.html tag.html Log Message: I passed the HTTP_REFERRER through the main branch and tag menus as "main_window_url", and then they give it to their commit subs as "previous_url" so the main window gets refreshed after tagging operations. Index: branch.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/branch.html,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- branch.html 4 Jun 2002 18:14:14 -0000 1.1 +++ branch.html 13 Jun 2002 21:12:37 -0000 1.2 @@ -6,4 +6,5 @@ <input type="hidden" name="action" value="vcs" /> <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="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> Index: tag.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tag.html,v retrieving revision 1.11 retrieving revision 1.12 diff -U2 -r1.11 -r1.12 --- tag.html 4 May 2002 05:48:54 -0000 1.11 +++ tag.html 13 Jun 2002 21:12:37 -0000 1.12 @@ -5,4 +5,5 @@ <form submit="<TMPL_VAR NAME=PROGNAME>"> <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="vcs_command" value="tag" /> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> |