From: Eloi G. <ada...@us...> - 2004-10-03 03:58:15
|
Update of /cvsroot/phpwsbb/phpwsbb/templates/forums In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7463/templates/forums 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/forums/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,17 **** <th class="smalltext" scope="col"><b>{SELECT_LABEL}</b></th> <!-- END SELECT_LABEL --> ! <th width="60%" class="smalltext" scope="col"><b>{LABEL_LABEL}</b></th> ! <th valign="middle" class="smalltext" style="text-align:center" scope="col"><b>{THREADS_LABEL}</b></th> ! <th valign="middle" class="smalltext" style="text-align:center" scope="col"><b>{POSTS_LABEL}</b></th> ! <th width="30%" valign="middle" nowrap="nowrap" class="smalltext" style="text-align:center" scope="col"><b>{LASTPOST_LABEL}</b></th> </tr> {LIST_ITEMS} --- 10,17 ---- <th class="smalltext" scope="col"><b>{SELECT_LABEL}</b></th> <!-- END SELECT_LABEL --> ! <th width="60%" scope="col"><b>{LABEL_LABEL}</b></th> ! <th valign="middle" style="text-align:center" scope="col"><b>{THREADS_LABEL}</b></th> ! <th valign="middle" style="text-align:center" scope="col"><b>{POSTS_LABEL}</b></th> ! <th width="30%" valign="middle" nowrap="nowrap" style="text-align:center" scope="col"><b>{LASTPOST_LABEL}</b></th> </tr> {LIST_ITEMS} |