Update of /cvsroot/btplusplus/BT++/src/WebTemplates
In directory sc8-pr-cvs1:/tmp/cvs-serv1946
Modified Files:
log.tmpl
Log Message:
Table width statement missing
Index: log.tmpl
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/log.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** log.tmpl 27 Feb 2003 00:44:40 -0000 1.1
--- log.tmpl 2 Mar 2003 03:00:52 -0000 1.2
***************
*** 5,9 ****
<body bgcolor=#AA6666>
<h1>WebTorrent++ Log</h1>
! <table border=1 cellpadding=4>
<TMPL_LOOP Logs>
<TMPL_IF LogLevelTrivial>
--- 5,9 ----
<body bgcolor=#AA6666>
<h1>WebTorrent++ Log</h1>
! <table border=1 cellpadding=4 width=100%>
<TMPL_LOOP Logs>
<TMPL_IF LogLevelTrivial>
|