From: Shaun M. <sin...@us...> - 2006-02-04 01:39:01
|
Update of /cvsroot/phpwsbb/phpwsbb/templates/threads In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3889 Modified Files: list.tpl row.tpl Log Message: Added Views column Index: row.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/row.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** row.tpl 26 Oct 2004 05:15:05 -0000 1.6 --- row.tpl 4 Feb 2006 01:38:52 -0000 1.7 *************** *** 9,12 **** --- 9,13 ---- --> <td class="smalltext" style="text-align:center">{REPLIES}</td> + <!-- BEGIN VIEWS --><td class="smalltext" style="text-align:center">{VIEWS}</td><!-- END VIEWS --> <td class="smalltext" style="text-align:center">{LASTPOST}</td> </tr> Index: list.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/list.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** list.tpl 26 Oct 2004 05:15:05 -0000 1.7 --- list.tpl 4 Feb 2006 01:38:52 -0000 1.8 *************** *** 10,15 **** <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> --- 10,16 ---- <th scope="col">{SELECT_LABEL}</th> <!-- END SELECT_LABEL --> ! <th scope="col">{LABEL_LABEL}</th> <th width="10%" valign="middle" style="text-align:center" scope="col">{REPLIES_LABEL}</th> + <!-- BEGIN VIEWS_LABEL --><th width="10%" valign="middle" style="text-align:center" scope="col">{VIEWS_LABEL}</th><!-- END VIEWS_LABEL --> <th width="30%" valign="middle" nowrap="nowrap" style="text-align:center" scope="col">{LASTPOST_LABEL}</th> </tr> |