|
From: OryNider <ory...@us...> - 2007-10-02 05:03:44
|
Update of /cvsroot/mxbb/mx_shotcast/templates/blueGray/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15552/admin Modified Files: Tag: core28x shotcast_config_body.tpl Log Message: upgrading... Index: shotcast_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/blueGray/admin/shotcast_config_body.tpl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** shotcast_config_body.tpl 6 Jun 2007 23:20:46 -0000 1.1 --- shotcast_config_body.tpl 2 Oct 2007 05:03:39 -0000 1.1.2.1 *************** *** 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> |