|
From: FlorinCB <ory...@us...> - 2008-09-18 00:25:38
|
Update of /cvsroot/mxbb/mx_music/phpbb2/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6040/phpbb2/templates/subSilver Modified Files: music_comment_body.tpl Log Message: version 2.9.4 Index: music_comment_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/phpbb2/templates/subSilver/music_comment_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_comment_body.tpl 18 Sep 2008 03:31:38 -0000 1.1 --- music_comment_body.tpl 18 Sep 2008 07:24:46 -0000 1.2 *************** *** 256,260 **** <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thTop" height="25" colspan="2">{L_POST_YOUR_COMMENT}</th> </tr> <!-- BEGIN logout --> --- 256,260 ---- <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thTop" height="25" colspan="3">{L_POST_YOUR_COMMENT}</th> </tr> <!-- BEGIN logout --> *************** *** 286,290 **** </tr> <tr> ! <td class="catBottom" align="center" colspan="2" height="28"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> --- 286,290 ---- </tr> <tr> ! <td class="catBottom" align="center" colspan="3" height="28"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> |