|
From: OryNider <ory...@us...> - 2007-09-01 05:39:17
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20162/admin Modified Files: music_config_body.tpl Log Message: This will allow to upload images for those who to not whan't to have separate module for this. Index: music_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/admin/music_config_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_config_body.tpl 6 Jun 2007 20:40:20 -0000 1.1 --- music_config_body.tpl 1 Sep 2007 05:39:09 -0000 1.2 *************** *** 77,80 **** --- 77,84 ---- </tr> <tr> + <td class="row1"><span class="genmed">IMG</span></td> + <td class="row2"><span class="genmed"><input type="radio" {IMG_ENABLED} name="rm_allowed" value="1" />{L_YES} <input type="radio" {IMG_DISABLED} name="img_allowed" 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> |