From: Rob H. <for...@us...> - 2003-06-01 07:44:46
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv27382/templates Modified Files: vcs_output.html Log Message: more work on the whole tag w/out saved passwords bug :P still not working right but this is a step in the right direction. we *Really* need to make the menu stuff more generic, it's a huge pain in the ass right now. I'll tackle this after 1.0; for now I just want what we have to work :) (it's not that bad, just tedious to work with. too much copy/pasting to add or extend menus). Index: vcs_output.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs_output.html,v retrieving revision 1.21 retrieving revision 1.22 diff -U2 -r1.21 -r1.22 --- vcs_output.html 16 Sep 2002 05:06:48 -0000 1.21 +++ vcs_output.html 1 Jun 2003 07:16:14 -0000 1.22 @@ -5,4 +5,5 @@ <br> <form> + <input name="<TMPL_VAR NAME=SUBMENU>" type="hidden"> <input name="<TMPL_VAR NAME=LOCATION>" type="hidden"> <input name="<TMPL_VAR NAME=FULLPATH>" type="hidden"> |