[jetrix-cvs] jetrix/src/admin channel.jsp,1.14,1.15
Brought to you by:
smanux
From: Emmanuel B. <sm...@us...> - 2005-05-04 08:59:07
|
Update of /cvsroot/jetrix/jetrix/src/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19427/src/admin Modified Files: channel.jsp Log Message: Added the visibility parameter on the channel configuration Index: channel.jsp =================================================================== RCS file: /cvsroot/jetrix/jetrix/src/admin/channel.jsp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** channel.jsp 17 Jan 2005 20:56:56 -0000 1.14 --- channel.jsp 4 May 2005 08:57:41 -0000 1.15 *************** *** 86,89 **** --- 86,96 ---- </tr> <tr> + <td>Visible</td> + <td> + <label><input type="radio" value="true" name="visible" <%= conf.isVisible() ? "checked" : "" %>> Yes</label> + <label><input type="radio" value="false" name="visible" <%= conf.isVisible() ? "" : "checked" %>> No</label> + </td> + </tr> + <tr> <td>Idle Allowed</td> <td> |