From: Don S. <ri...@us...> - 2004-08-13 21:32:51
|
Update of /cvsroot/phpwsbb/phpwsbb/templates/threads In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17107/templates/threads Modified Files: list.tpl Log Message: Patch #1002850, Eloi's changes. Need to be tested and examined. Index: list.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/list.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** list.tpl 29 Mar 2004 04:40:54 -0000 1.3 --- list.tpl 13 Aug 2004 21:32:39 -0000 1.4 *************** *** 10,30 **** <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} </table> <!-- BEGIN ACTION_STUFF --> ! <br /> ! <table border="0" width="100%"> <tr> ! <td width="33%">{NAV_INFO}</td> ! <td width="33%" align="center">{NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br /> ! {NAV_LIMITS}</td> ! <td width="33%" align="right">{ACTION_SELECT} {ACTION_BUTTON}</td> </tr> </table> --- 10,27 ---- <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>{REPLIES_LABEL}</b></td> ! <td align="center" valign="middle" nowrap="nowrap" class="smalltext"><b>{LASTPOST_LABEL}</b></td> </tr> {LIST_ITEMS} </table> <!-- BEGIN ACTION_STUFF --> ! <table border="0" width="100%" style="background-color: transparent"> <tr> ! <td width="33%">{NAV_INFO}</td> ! <td width="33%" align="center"> ! {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br /> ! {NAV_LIMITS}</td> ! <td width="33%" align="right">{ACTION_SELECT} {ACTION_BUTTON}</td> </tr> </table> |