Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager
In directory sc8-pr-cvs1:/tmp/cvs-serv26856/templates/manager
Modified Files:
list.tpl
Log Message:
Grabbed some stuff from new default list template
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager/list.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** list.tpl 3 Jun 2003 20:07:12 -0000 1.6
--- list.tpl 4 Jun 2003 19:13:38 -0000 1.7
***************
*** 1,2 ****
--- 1,8 ----
+ <!-- BEGIN ANCHOR -->
+ {ANCHOR}
+ <!-- END ANCHOR -->
+ <!-- BEGIN TITLE -->
+ {TITLE}
+ <!-- END TITLE -->
<table border="0" width="100%" cellspacing="1" cellpadding="4">
<tr class="bg_medium">
***************
*** 10,18 ****
</tr>
{LIST_ITEMS}
! <!-- BEGIN navigation -->
! <tr class="bg_medium">
! <td colspan="2">{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td>
! <td align="right" colspan="3">{ACTION_SELECT} {ACTION_BUTTON}</td>
</tr>
- <!-- END navigation -->
</table>
--- 16,29 ----
</tr>
{LIST_ITEMS}
! </table>
! <!-- BEGIN ACTION_STUFF -->
! <br />
! <table border="0" width="100%">
! <tr>
! <td width="33%">{NAV_INFO}</td>
! <td width="33%" align="center">{NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br />
! {NAV_LIMITS}</td>
! <td width="33%" align="right">{ACTION_SELECT} {ACTION_BUTTON}</td>
</tr>
</table>
+ <!-- END ACTION_STUFF -->
|