Update of /cvsroot/phpwsbb/phpwsbb/templates/threads
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25783/templates/threads
Modified Files:
list.tpl row.tpl
Log Message:
Bucket of display/template changes for RFE 920696
Index: row.tpl
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/row.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** row.tpl 31 Jan 2004 16:26:25 -0000 1.2
--- row.tpl 29 Mar 2004 04:40:54 -0000 1.3
***************
*** 5,10 ****
<td class="smalltext">
<a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS[]={ID}">{LABEL}</a></td>
<td class="smalltext">{OWNER}</td>
! <td class="smalltext">{REPLIES}</td>
! <td class="smalltext">{LASTPOST}</td>
</tr>
--- 5,12 ----
<td class="smalltext">
<a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS[]={ID}">{LABEL}</a></td>
+ <!--
<td class="smalltext">{OWNER}</td>
! -->
! <td align="center" class="smalltext">{REPLIES}</td>
! <td align="center" class="smalltext">{LASTPOST}</td>
</tr>
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/list.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** list.tpl 31 Jan 2004 16:26:25 -0000 1.2
--- list.tpl 29 Mar 2004 04:40:54 -0000 1.3
***************
*** 10,17 ****
<td class="smalltext"><b>{SELECT_LABEL}</b></td>
<!-- END SELECT_LABEL -->
! <td width="100%" class="smalltext"><b>{LABEL_LABEL}</b></td>
<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>{LASTPOST_LABEL}</b></td>
</tr>
{LIST_ITEMS}
--- 10,19 ----
<td class="smalltext"><b>{SELECT_LABEL}</b></td>
<!-- END SELECT_LABEL -->
! <td width="70%" class="smalltext"><b>{LABEL_LABEL}</b></td>
! <!--
<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 width="25%" align="center" valign="middle" nowrap="nowrap" class="smalltext"><b>{LASTPOST_LABEL}</b></td>
</tr>
{LIST_ITEMS}
|