From: <dts...@us...> - 2003-06-04 21:50:22
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv12512/templates Modified Files: view.tpl view_thread.tpl Log Message: Putting square brackets around links because it makes me feel fuzzy. Index: view.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/view.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** view.tpl 4 Jun 2003 15:45:14 -0000 1.6 --- view.tpl 4 Jun 2003 21:45:08 -0000 1.7 *************** *** 5,9 **** <hr size="1" width="100%" noshade /><br /> {BODY}<br /> ! <div class="smalltext" align="right">{EDIT} {FORK} {DELETE}</div> </td></tr> </table> --- 5,19 ---- <hr size="1" width="100%" noshade /><br /> {BODY}<br /> ! <div class="smalltext" align="right"> ! <!-- BEGIN EDIT --> ! [{EDIT}] ! <!-- END EDIT --> ! <!-- BEGIN FORK --> ! [{FORK}] ! <!-- END FORK --> ! <!-- BEGIN DELETE --> ! [{DELETE}] ! <!-- END FORK --> ! </div> </td></tr> </table> Index: view_thread.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/view_thread.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** view_thread.tpl 4 Jun 2003 21:39:49 -0000 1.1 --- view_thread.tpl 4 Jun 2003 21:45:08 -0000 1.2 *************** *** 1,7 **** ! <b>{REPLY}</b> <!-- BEGIN LOCK --> ! | <b>{LOCK}</b> <!-- END LOCK --> <!-- BEGIN DELETE --> ! | <b>{DELETE}</b> <!-- END DELETE --> --- 1,7 ---- ! <b>[{REPLY}]</b> <!-- BEGIN LOCK --> ! <b>[{LOCK}]</b> <!-- END LOCK --> <!-- BEGIN DELETE --> ! <b>[{DELETE}]</b> <!-- END DELETE --> |