|
From: Benjamin C. <bc...@us...> - 2002-05-21 12:52:04
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv25446/templates/default/admin
Modified Files:
databaselist.html
Log Message:
The item count spans 4 columns rather than 3
Index: databaselist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/databaselist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- databaselist.html 21 May 2002 09:53:18 -0000 1.2
+++ databaselist.html 21 May 2002 12:52:01 -0000 1.3
@@ -34,7 +34,7 @@
</tr>
{/section}
<tr>
- <td colspan="3" align="center">
+ <td colspan="4" align="center">
<br>
{$first} - {$last} of {$total}
<br>
|