From: Nick J. <nje...@us...> - 2002-02-28 03:54:32
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv2103/templates Modified Files: current_location.html Log Message: * updated LOCATION_LINK to be /name instead of [name] Index: current_location.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/current_location.html,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- current_location.html 23 Feb 2002 04:32:48 -0000 1.4 +++ current_location.html 28 Feb 2002 03:54:29 -0000 1.5 @@ -4,7 +4,5 @@ <tr>   Current location: - <TMPL_LOOP NAME=LOCATION_LOOP> - <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&module_name=<TMPL_VAR NAME=MODULE_NAME>&repo_name=<TMPL_VAR NAME=REPO_NAME>&location=<TMPL_VAR NAME=LOCATION_FULL>"><TMPL_VAR NAME=LOCATION_LINK></a> - </TMPL_LOOP> + <TMPL_LOOP NAME=LOCATION_LOOP><a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&module_name=<TMPL_VAR NAME=MODULE_NAME>&repo_name=<TMPL_VAR NAME=REPO_NAME>&location=<TMPL_VAR NAME=LOCATION_FULL>"><TMPL_VAR NAME=LOCATION_LINK></a></TMPL_LOOP> </td> </tr> |