From: Rob H. <for...@us...> - 2002-08-13 03:03:11
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv32228/templates Modified Files: current_location.html Log Message: cool, made the current_location bar look ok in IE. It was nested pretty deep into it's own table, and the tags weren't nested correctly. I took it out of it's own table, because I don't think there is any point to it right now ( the appearance is identical without the table, it seemed to be nesting the tags properly that "fixed" it ). Index: current_location.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/current_location.html,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- current_location.html 22 Mar 2002 04:14:51 -0000 1.6 +++ current_location.html 13 Aug 2002 03:03:08 -0000 1.7 @@ -2,11 +2,6 @@ <tr> <td align="left" valign="center" bgcolor="#CCDDCC"> - <table border="0"> - <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> - </td> - </tr> - </table> +   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> </td> </tr> |