|
From: OryNider <ory...@us...> - 2008-02-28 06:27:47
|
Update of /cvsroot/mxbb/mx_shotcast/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21483/mx_shotcast/templates/_core/admin Modified Files: shotcast_config_body.tpl Log Message: cvs commit test Index: shotcast_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/_core/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 2 Oct 2007 04:49:36 -0000 1.1 --- shotcast_config_body.tpl 28 Feb 2008 06:26:43 -0000 1.2 *************** *** 44,47 **** --- 44,55 ---- </tr> <tr> + <td class="row1"><p><b>{L_STREAM_TYPE}:</b><br></p></td> + <td class="row2">{STREAM_TYPE}</td></td> + </tr> + <tr> + <td class="row1"><p><b>{L_SHOW_STATUS}:</b><br></p></td> + <td class="row2">{SHOW_STATUS}</td></td> + </tr> + <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> *************** *** 51,57 **** </tr> </table> - - - <br> </form> --- 59,62 ---- |