From: Eloi G. <ada...@us...> - 2004-09-30 04:30:25
|
Update of /cvsroot/phpwsbb/phpwsbb/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19852/templates Modified Files: view_forum_bottom.tpl view_forum_top.tpl Log Message: Fixed Bug Report [1037480] "1.0.0 CVS: Extra square brackets" Index: view_forum_top.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_forum_top.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** view_forum_top.tpl 25 Sep 2004 04:46:03 -0000 1.2 --- view_forum_top.tpl 30 Sep 2004 04:30:15 -0000 1.3 *************** *** 8,24 **** <span class="smalltext"> <!-- BEGIN NEW --> ! | {NEW}] <!-- END NEW --> <!-- BEGIN EDIT --> ! | {EDIT}] <!-- END EDIT --> <!-- BEGIN DELETE --> ! | {DELETE}] <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE}] <!-- END HIDE --> <!-- BEGIN PROFILE --> ! | {MYPROFILE}] <!-- END PROFILE --> | --- 8,24 ---- <span class="smalltext"> <!-- BEGIN NEW --> ! | {NEW} <!-- END NEW --> <!-- BEGIN EDIT --> ! | {EDIT} <!-- END EDIT --> <!-- BEGIN DELETE --> ! | {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE} <!-- END HIDE --> <!-- BEGIN PROFILE --> ! | {MYPROFILE} <!-- END PROFILE --> | Index: view_forum_bottom.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_forum_bottom.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** view_forum_bottom.tpl 25 Sep 2004 04:46:03 -0000 1.3 --- view_forum_bottom.tpl 30 Sep 2004 04:30:15 -0000 1.4 *************** *** 2,18 **** <span class="smalltext"> <!-- BEGIN NEW --> ! | {NEW}] <!-- END NEW --> <!-- BEGIN EDIT --> ! | {EDIT}] <!-- END EDIT --> <!-- BEGIN DELETE --> ! | {DELETE}] <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE}] <!-- END HIDE --> <!-- BEGIN PROFILE --> ! | {MYPROFILE}] <!-- END PROFILE --> | --- 2,18 ---- <span class="smalltext"> <!-- BEGIN NEW --> ! | {NEW} <!-- END NEW --> <!-- BEGIN EDIT --> ! | {EDIT} <!-- END EDIT --> <!-- BEGIN DELETE --> ! | {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE} <!-- END HIDE --> <!-- BEGIN PROFILE --> ! | {MYPROFILE} <!-- END PROFILE --> | |