";
echo "
";
echo "" . __("Sound Events") . "";
?>
';
echo '';
echo "";
echo "";
echo "";
$table = null;
$table->width = '100%';
$table->class = ' ';
$table->size[0] = '10%';
$table->style[0] = 'font-weight: bold; vertical-align: top;';
$table->style[1] = 'font-weight: bold; vertical-align: top;';
$table->style[2] = 'font-weight: bold; vertical-align: top;';
$table->data[0][0] = __('Group');
$table->data[0][1] .= html_print_select_groups(false, $access, true, 'group', '', 'changeGroup();', '', 0, true) . '
' . '
';
$table->data[1][0] .= __('Agent');
$table->data[1][1] .= html_print_select($agents, 'id_agents[]', true, false, '', '', true, true,'','','','','',false,'','',true);
$table->data[0][2] = __('Type');
$table->data[0][3] .= html_print_checkbox('alert_fired', 'alert_fired', true, true, false, 'changeType();') . __('Alert fired') . '
' .
html_print_checkbox('critical', 'critical', true, true, false, 'changeType();') . __('Monitor critical') . '
' .
html_print_checkbox('unknown', 'unknown', true, true, false, 'changeType();') . __('Monitor unknown') . '
' .
html_print_checkbox('warning', 'warning', true, true, false, 'changeType();') . __('Monitor warning') . '
';
html_print_table($table);
echo '
';
$table = null;
$table->width = '100%';
$table->class = ' ';
$table->bgcolor = 'white';
$table->data[0][0] = '' .
html_print_image("images/play.button.png", true, array("id" => "button")) .
'';
$table->data[0][1] .= '' .
html_print_image("images/ok.button.png", true, array("style" => "margin-left: 15px;")) .
'';
$table->data[0][2] .= '' .
html_print_image("images/icono_test.png", true, array("id" => "button_try", "style" => "margin-left: 15px;")) .
'';
html_print_table($table);
?>
";
echo "";
?>