Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv3842/templates
Modified Files:
browse.html
Log Message:
simplified time, made column a little smaller
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -U2 -r1.37 -r1.38
--- browse.html 2001/12/18 19:12:15 1.37
+++ browse.html 2001/12/18 20:24:12 1.38
@@ -70,5 +70,5 @@
</tr>
<tr>
- <td width="40%" align="left" bgcolor="#88FF88">
+ <td width="50%" align="left" bgcolor="#88FF88">
<b>File</b>
</td>
@@ -79,5 +79,5 @@
<A href="<TMPL_VAR NAME=PROGNAME>">Size</a>
</td>
- <td width="30%" align="left" bgcolor="#CCCCCC">
+ <td width="20%" align="left" bgcolor="#CCCCCC">
<A href="<TMPL_VAR NAME=PROGNAME>">Age</a>
</td>
|