|
From: Shaun M. <sin...@us...> - 2004-10-26 05:15:14
|
Update of /cvsroot/phpwsbb/phpwsbb/templates/threads In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5633 Modified Files: list.tpl row.tpl Log Message: Changes for updated templates, extra icons and some xhtml changes. Fixed 'Edit Anon user' Index: row.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/row.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** row.tpl 19 Sep 2004 18:44:33 -0000 1.5 --- row.tpl 26 Oct 2004 05:15:05 -0000 1.6 *************** *** 3,7 **** <td class="smalltext" style="text-align:center">{SELECT}</td> <!-- END SELECT --> ! <td class="smalltext"> <a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS[]={ID}">{LABEL}</a></td> <!-- --- 3,7 ---- <td class="smalltext" style="text-align:center">{SELECT}</td> <!-- END SELECT --> ! <td> <a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS[]={ID}">{LABEL}</a></td> <!-- Index: list.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/list.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** list.tpl 3 Oct 2004 03:58:04 -0000 1.6 --- list.tpl 26 Oct 2004 05:15:05 -0000 1.7 *************** *** 8,16 **** <tr class="bg_medium"> <!-- BEGIN SELECT_LABEL --> ! <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} --- 8,16 ---- <tr class="bg_medium"> <!-- BEGIN SELECT_LABEL --> ! <th scope="col">{SELECT_LABEL}</th> <!-- END SELECT_LABEL --> ! <th width="60%" scope="col">{LABEL_LABEL}</th> ! <th width="10%" valign="middle" style="text-align:center" scope="col">{REPLIES_LABEL}</th> ! <th width="30%" valign="middle" nowrap="nowrap" style="text-align:center" scope="col">{LASTPOST_LABEL}</th> </tr> {LIST_ITEMS} *************** *** 27,29 **** </tr> </table> ! <!-- END ACTION_STUFF --> --- 27,29 ---- </tr> </table> ! <!-- END ACTION_STUFF --> \ No newline at end of file |