Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv5006
Modified Files:
edit_file.html
Log Message:
typo prevented "current location" from working in edit_file
Index: edit_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -U2 -r1.19 -r1.20
--- edit_file.html 2 Feb 2002 09:04:34 -0000 1.19
+++ edit_file.html 10 Feb 2002 20:50:25 -0000 1.20
@@ -1,5 +1,5 @@
<tr>
<td width="100%">
- Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_menu_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a>
+ Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a>
<br />
Current filename : <TMPL_VAR NAME=FILENAME>
|