Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv29715/templates
Modified Files:
current_location.html
Log Message:
* fixed up the current_location template a bit
Index: current_location.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/current_location.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- current_location.html 22 Feb 2002 08:22:40 -0000 1.3
+++ current_location.html 23 Feb 2002 04:32:48 -0000 1.4
@@ -1,7 +1,7 @@
<tr>
- <td align="left" valign="middle">
+ <td align="left" valign="center" bgcolor="#CCDDCC">
<table border="0">
<tr>
- Current location:
+   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>
|