Update of /cvsroot/phpwsbb/phpwsbb/templates/threads
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7463/templates/threads
Modified Files:
list.tpl
Log Message:
Bug Report [1038282]. Got rid of obsolete class="smalltext" attriutes
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/list.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** list.tpl 19 Sep 2004 18:44:32 -0000 1.5
--- list.tpl 3 Oct 2004 03:58:04 -0000 1.6
***************
*** 10,16 ****
<th class="smalltext" scope="col"><b>{SELECT_LABEL}</b></th>
<!-- END SELECT_LABEL -->
! <th width="100%" class="smalltext" scope="col"><b>{LABEL_LABEL}</b></th>
! <th valign="middle" class="smalltext" style="text-align:center" scope="col"><b>{REPLIES_LABEL}</b></th>
! <th valign="middle" nowrap="nowrap" class="smalltext" style="text-align:center" scope="col"><b>{LASTPOST_LABEL}</b></th>
</tr>
{LIST_ITEMS}
--- 10,16 ----
<th class="smalltext" scope="col"><b>{SELECT_LABEL}</b></th>
<!-- END SELECT_LABEL -->
! <th width="100%" scope="col"><b>{LABEL_LABEL}</b></th>
! <th valign="middle" style="text-align:center" scope="col"><b>{REPLIES_LABEL}</b></th>
! <th valign="middle" nowrap="nowrap" style="text-align:center" scope="col"><b>{LASTPOST_LABEL}</b></th>
</tr>
{LIST_ITEMS}
|