Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager
In directory sc8-pr-cvs1:/tmp/cvs-serv32753/templates/manager
Modified Files:
list.tpl row.tpl
Log Message:
Adding thread layer
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager/list.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** list.tpl 3 Jun 2003 19:03:22 -0000 1.5
--- list.tpl 3 Jun 2003 20:07:12 -0000 1.6
***************
*** 7,11 ****
<td align="center" valign="middle" class="smalltext"><b>{OWNER_LABEL}</b></td>
<td align="center" valign="middle" class="smalltext"><b>{REPLIES_LABEL}</b></td>
! <td align="center" valign="middle" nowrap="nowrap" class="smalltext"><b>{LASTREPLY_LABEL}</b></td>
</tr>
{LIST_ITEMS}
--- 7,11 ----
<td align="center" valign="middle" class="smalltext"><b>{OWNER_LABEL}</b></td>
<td align="center" valign="middle" class="smalltext"><b>{REPLIES_LABEL}</b></td>
! <td align="center" valign="middle" nowrap="nowrap" class="smalltext"><b>{UPDATED_LABEL}</b></td>
</tr>
{LIST_ITEMS}
Index: row.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager/row.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** row.tpl 3 Jun 2003 19:03:22 -0000 1.4
--- row.tpl 3 Jun 2003 20:07:13 -0000 1.5
***************
*** 7,10 ****
<td class="smalltext">{OWNER}</td>
<td class="smalltext">{REPLIES}</td>
! <td class="smalltext">{LASTREPLY}</td>
</tr>
--- 7,10 ----
<td class="smalltext">{OWNER}</td>
<td class="smalltext">{REPLIES}</td>
! <td class="smalltext">{UPDATED}</td>
</tr>
|