|
From: Jon O. <jon...@us...> - 2008-02-13 21:20:45
|
Update of /cvsroot/mxbb/mx_news/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30580 Modified Files: mx_news_comment_posting.tpl Log Message: bbcode syntax (from phpbb2.0.22) Index: mx_news_comment_posting.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_news/templates/_core/mx_news_comment_posting.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_news_comment_posting.tpl 8 Feb 2008 21:58:46 -0000 1.1 --- mx_news_comment_posting.tpl 13 Feb 2008 21:20:38 -0000 1.2 *************** *** 445,449 **** <option style="color:black; background-color: #DEE3E7" value="black" class="genmed">{L_COLOR_BLACK}</option> </select> <br /> ! {L_FONT_SIZE}: <select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> <option value="7" class="genmed">{L_FONT_TINY}</option> <option value="9" class="genmed">{L_FONT_SMALL}</option> --- 445,450 ---- <option style="color:black; background-color: #DEE3E7" value="black" class="genmed">{L_COLOR_BLACK}</option> </select> <br /> ! {L_FONT_SIZE}: <select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.selectedIndex=0;" onMouseOver="helpline('f')"> ! <option value="0" class="genmed">{L_FONT_SIZE}</option> <option value="7" class="genmed">{L_FONT_TINY}</option> <option value="9" class="genmed">{L_FONT_SMALL}</option> |