From: <dts...@us...> - 2003-06-03 16:22:50
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager In directory sc8-pr-cvs1:/tmp/cvs-serv14102/templates/manager Modified Files: list.tpl row.tpl Log Message: Updates for adding replies and lastreply fields Index: list.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager/list.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** list.tpl 23 May 2003 04:09:28 -0000 1.3 --- list.tpl 3 Jun 2003 16:22:44 -0000 1.4 *************** *** 1,16 **** <table border="0" width="100%" cellspacing="1" cellpadding="4"> ! <tr><td class="smalltext" colspan="3"><b>{TITLE}</b> {NAV_INFO}</td></tr> ! <tr> <td width="100%" class="smalltext">{LABEL_LABEL}</td> <td align="center" valign="middle" class="smalltext">{OWNER_LABEL}</td> <td align="center" valign="middle" class="smalltext">{REPLIES_LABEL}</td> ! <td align="center" valign="middle" nowrap="nowrap" class="smalltext">{CREATED_LABEL}</td> </tr> {LIST_ITEMS} ! ! <!-- BEGIN ACTION_STUFF --> <tr class="bg_medium"> ! <td colspan="3">{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td> </tr> ! <!-- END ACTION_STUFF --> </table> --- 1,15 ---- <table border="0" width="100%" cellspacing="1" cellpadding="4"> ! <tr class="bg_medium"> <td width="100%" class="smalltext">{LABEL_LABEL}</td> <td align="center" valign="middle" class="smalltext">{OWNER_LABEL}</td> <td align="center" valign="middle" class="smalltext">{REPLIES_LABEL}</td> ! <td align="center" valign="middle" nowrap="nowrap" class="smalltext">{LASTREPLY_LABEL}</td> </tr> {LIST_ITEMS} ! <!-- BEGIN navigation --> <tr class="bg_medium"> ! <td>{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td> ! <td align="right">{ACTION_SELECT} {ACTION_BUTTON}</td> </tr> ! <!-- END navigation --> </table> Index: row.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager/row.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** row.tpl 23 May 2003 04:09:28 -0000 1.2 --- row.tpl 3 Jun 2003 16:22:45 -0000 1.3 *************** *** 4,7 **** <td class="smalltext">{OWNER}</td> <td class="smalltext">{REPLIES}</td> ! <td class="smalltext">{CREATED}</td> </tr> --- 4,7 ---- <td class="smalltext">{OWNER}</td> <td class="smalltext">{REPLIES}</td> ! <td class="smalltext">{LASTREPLY}</td> </tr> |