|
From: OryNider <ory...@us...> - 2007-06-19 22:37:08
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21626 Modified Files: album_config_body.tpl Log Message: This upgrade will add "Enable BBCode" option in Configuration Std and will make smartor "ready" for release. Index: album_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/admin/album_config_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** album_config_body.tpl 7 Jun 2007 20:13:37 -0000 1.4 --- album_config_body.tpl 19 Jun 2007 22:36:23 -0000 1.5 *************** *** 180,183 **** --- 180,187 ---- </tr> <tr> + <td class="row1"><span class="genmed">{L_ENABLE_BBCODE}</span></td> + <td class="row2"><span class="genmed"><input onchange="setChange();" type="radio" {BBCODE_ENABLED} name="album_bbcode" value="1" />{L_YES} <input onchange="setChange();" type="radio" {BBCODE_DISABLED} name="album_bbcode" value="0" />{L_NO}</span></td> + </tr> + <tr> <td class="row1"><span class="genmed">{L_HOTLINK_PREVENT}</span></td> <td class="row2"><span class="genmed"><input type="radio" {HOTLINK_PREVENT_ENABLED} name="hotlink_prevent" value="1" />{L_YES} <input type="radio" {HOTLINK_PREVENT_DISABLED} name="hotlink_prevent" value="0" />{L_NO}</span></td> |