|
From: Benjamin C. <bc...@us...> - 2002-03-02 18:08:59
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv9260/templates/default/admin
Modified Files:
projectlist.html
Log Message:
Bug fixes with the project multi-page display
Index: projectlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/projectlist.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- projectlist.html 11 Oct 2001 14:24:04 -0000 1.1
+++ projectlist.html 2 Mar 2002 18:08:55 -0000 1.2
@@ -14,4 +14,12 @@
<td align="center">{active}</td>
</tr>
<!-- END row -->
+ <tr>
+ <td colspan="3" align="center">
+ <br>
+ {first} to {last} of {records}
+ <br>
+ {pages}
+ </td>
+ </tr>
</table>
|