From: Florian G. <re...@us...> - 2006-09-13 10:15:00
|
Update of /cvsroot/perfparse/_perfparse-phpgui/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19708/phpgui/templates Modified Files: select_host.tpl.html Log Message: rework phpui for new db schema ongoing Index: select_host.tpl.html =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/templates/select_host.tpl.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** select_host.tpl.html 8 Apr 2006 23:59:47 -0000 1.6 --- select_host.tpl.html 13 Sep 2006 10:14:51 -0000 1.7 *************** *** 61,66 **** <fieldset><legend><b><{tr}>Group<{/tr}>:</b> <{$group}></legend> <input type="checkbox" id="EnaDis<{$group}>" onclick="javascript:EnableDisableHostgroup(this,'<{$group}>')"><b><{tr}>All hosts of group<{/tr}>:</b> <{$group}><br /> ! <{foreach from=$hostarray item=host}> ! <nobr><input type="checkbox" name="host_name[]" id="<{$group}>" value="<{$host}>" onclick="javascript:UncheckHostgroupSwitch(this,'<{$group}>')" ><{$host}></nobr> <{/foreach}> </fieldset> --- 61,66 ---- <fieldset><legend><b><{tr}>Group<{/tr}>:</b> <{$group}></legend> <input type="checkbox" id="EnaDis<{$group}>" onclick="javascript:EnableDisableHostgroup(this,'<{$group}>')"><b><{tr}>All hosts of group<{/tr}>:</b> <{$group}><br /> ! <{foreach from=$hostarray key=host_id item=host}> ! <nobr><input type="checkbox" name="host_id[]" id="<{$group}>" value="<{$host_id}>" onclick="javascript:UncheckHostgroupSwitch(this,'<{$group}>')" ><{$host}></nobr> <{/foreach}> </fieldset> |