From: Rob H. <for...@us...> - 2003-07-18 11:14:27
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv23563/templates Modified Files: tool_bar.html Log Message: sandweb can now dynamically change the word "VCS" to the proper name for whatever VCS you are using (e.g. CVS, Subversion, RCS, etc.) Index: tool_bar.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tool_bar.html,v retrieving revision 1.19 retrieving revision 1.20 diff -U2 -r1.19 -r1.20 --- tool_bar.html 9 Jun 2003 18:16:15 -0000 1.19 +++ tool_bar.html 18 Jul 2003 11:14:25 -0000 1.20 @@ -20,5 +20,5 @@ | <select name="vcs_command"> - <option selected>VCS Command</option> + <option selected><TMPL_VAR NAME=REPO_TYPE> Command</option> <TMPL_LOOP NAME="VCS_CMD_LOOP"> <option><TMPL_VAR NAME="VCS_CMD"></option> |