|
From: OryNider <ory...@us...> - 2008-04-29 02:40:01
|
Update of /cvsroot/mxbb/mx_shotcast/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19075/templates/_core/admin Modified Files: shotcast_config_body.tpl Log Message: version 3.0.0-RC Index: shotcast_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/_core/admin/shotcast_config_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shotcast_config_body.tpl 28 Feb 2008 06:26:43 -0000 1.2 --- shotcast_config_body.tpl 29 Apr 2008 02:39:50 -0000 1.3 *************** *** 44,47 **** --- 44,58 ---- </tr> <tr> + <td class="row1"><p><b>{L_SKINPATH}:</b><br></p></td> + <!-- <td class="row2"><input type="text" maxlength="255" size="8" name="SKINpath" value="{SKINPATH}" /></td> --> + <td class="row2" width="50%"> + <select name="skin" multiple size="8"> + <!-- BEGIN stylelist --> + {stylelist.SKINPATH} + <!-- END stylelist --> + </select> + </td> + </tr> + <tr> <td class="row1"><p><b>{L_STREAM_TYPE}:</b><br></p></td> <td class="row2">{STREAM_TYPE}</td></td> *************** *** 51,54 **** --- 62,75 ---- <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} |