|
From: Florin C B. <ory...@us...> - 2014-09-29 13:31:36
|
Update of /cvsroot/mxbb/mx_shotcast/templates/prosilver/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30866 Modified Files: shotcast_config_body.html Log Message: some updates for new browsers Index: shotcast_config_body.html =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/prosilver/admin/shotcast_config_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shotcast_config_body.html 28 May 2013 07:14:45 -0000 1.1 --- shotcast_config_body.html 29 Sep 2014 13:31:33 -0000 1.2 *************** *** 99,102 **** --- 99,110 ---- </td> </tr> + <tr> + <td class="row1">{L_GF}<br><span class="gensmall">{L_GF_INFO}</span></td> + <td class="row2"> + <select name="gf_select" class="forminput"> + <option value="1"{S_FLASH_YES}>{L_FLASH}</option> + <option value="0"{S_GATEWAY_YES}>{L_GATEWAY}</option> + </select></td> + </tr> <tr> <td class="row1"><p><b>{L_STREAM_TYPE}:</b><br></p></td> *************** *** 107,120 **** <td class="row2">{SHOW_STATUS}</td></td> </tr> - </tr> - <tr> - <td class="row1">{L_ALLOW_GUESTS}</span></td> - <td class="row2"><input type="radio" name="allow_guests" value="1" {ALLOW_GUESTS_YES} /> {L_YES} <input type="radio" name="allow_guests" value="0" {ALLOW_GUESTS_NO} /> {L_NO}</td> - </tr> - <tr> - <td class="row1">{L_GUESTNAME}<br><span class="gensmall">{L_GUESTNAME_EXPLAIN}</span></td> - <td class="row2"><input class="post" type="text" name="guestname" value="{GUESTNAME}" size="12" maxlength="20" /></td> - </tr> <tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS} --- 115,126 ---- <td class="row2">{SHOW_STATUS}</td></td> </tr> <tr> + <td class="row1">{L_ALLOW_GUESTS}</span></td> + <td class="row2"><input type="radio" name="allow_guests" value="1" {ALLOW_GUESTS_YES} /> {L_YES} <input type="radio" name="allow_guests" value="0" {ALLOW_GUESTS_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_GUESTNAME}<br><span class="gensmall">{L_GUESTNAME_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" name="guestname" value="{GUESTNAME}" size="12" maxlength="20" /></td> + </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS} |