Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager
In directory sc8-pr-cvs1:/tmp/cvs-serv19373/templates/manager
Modified Files:
list.tpl row.tpl
Log Message:
Updates
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager/list.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** list.tpl 22 May 2003 02:53:35 -0000 1.2
--- list.tpl 23 May 2003 04:09:28 -0000 1.3
***************
*** 4,7 ****
--- 4,8 ----
<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>
Index: row.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/manager/row.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** row.tpl 22 May 2003 02:53:35 -0000 1.1
--- row.tpl 23 May 2003 04:09:28 -0000 1.2
***************
*** 1,5 ****
<tr{ROW_CLASS}>
! <td class="smalltext">{LABEL}</td>
<td class="smalltext">{OWNER}</td>
<td class="smalltext">{CREATED}</td>
</tr>
--- 1,7 ----
<tr{ROW_CLASS}>
! <td class="smalltext">
! <a href="./index.php?module=phpwsbb&PHPWSBB_OP=view&PHPWSBB_id={ID}">{LABEL}</a></td>
<td class="smalltext">{OWNER}</td>
+ <td class="smalltext">{REPLIES}</td>
<td class="smalltext">{CREATED}</td>
</tr>
|