|
From: OryNider <ory...@us...> - 2007-10-02 04:44:12
|
Update of /cvsroot/mxbb/mx_shotcast/templates/pubOry/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28002/admin Modified Files: shotcast_config_body.tpl Log Message: upgrading... Index: shotcast_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/pubOry/admin/shotcast_config_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shotcast_config_body.tpl 6 Jun 2007 23:21:32 -0000 1.1 --- shotcast_config_body.tpl 2 Oct 2007 04:44:06 -0000 1.2 *************** *** 31,34 **** --- 31,38 ---- <td class="row2"><input type="text" maxlength="16" size="16" name="check_period" value="{CHECK_PERIOD}" /></td> </tr> + <tr> + <td class="row1"><span class="genmed">{L_FORCE_ONLINE}:</span></td> + <td class="row2"><span class="genmed"><input type="radio" {FORCE_ON_ENABLED} name="force_online" value="1" />{L_YES} <input type="radio" {FORCE_ON_DISABLED} name="force_online" value="0" />{L_NO}</span></td> + </tr> <tr> <td class="row1">{L_SHOW_LISTEN}<br><span class="gensmall">{L_SHOW_LISTEN_INFO}</span></td> |