|
From: Florin C B. <ory...@us...> - 2014-09-29 13:31:27
|
Update of /cvsroot/mxbb/mx_shotcast/templates/_core/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30855 Modified Files: shotcast_config_body.tpl Log Message: some updates for new browsers Index: shotcast_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/_core/admin/shotcast_config_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** shotcast_config_body.tpl 29 Sep 2014 11:58:25 -0000 1.5 --- shotcast_config_body.tpl 29 Sep 2014 13:31:24 -0000 1.6 *************** *** 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> |