Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv31938/templates
Modified Files:
framework.html
Log Message:
* put the debug statements outside of main table so that their length
doesn't stretch the table width
Index: framework.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -U2 -r1.14 -r1.15
--- framework.html 5 Feb 2002 04:25:58 -0000 1.14
+++ framework.html 11 Feb 2002 01:34:38 -0000 1.15
@@ -86,14 +86,10 @@
</tr>
<tr>
- <td width="100%" align="left">
- <font color="#336633">
- <TMPL_LOOP NAME="DEBUG">
- <b><TMPL_VAR NAME=DEBUG_MSG></b><br />
- </TMPL_LOOP>
- </font>
- </td>
- </tr>
- </table>
-
+ </table>
+ <font color="#336633">
+ <TMPL_LOOP NAME="DEBUG">
+ <b><TMPL_VAR NAME=DEBUG_MSG></b><br />
+ </TMPL_LOOP>
+ </font>
</body>
</html>
|