Home
last modified time | relevance | path

Searched refs:html_print_input_image (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/alerts/
H A Dalert_list.list.php538 $data[2] .= html_print_input_image ('delete',
635 $data[4] .= html_print_input_image ('enable', 'images/lightbulb_off.png', 1, 'padding:0px', true);
639 $data[4] .= html_print_input_image ('disable', 'images/lightbulb.png', 1, 'padding:0px;', true);
649 $data[4] .= html_print_input_image ('standby_off', 'images/bell.png', 1, 'padding:0px;', true);
653 …$data[4] .= html_print_input_image ('standby_on', 'images/bell_pause.png', 1, 'padding:0px;', true…
688 …$data[4] .= html_print_input_image ('delete', 'images/cross.png', 1, '', true, array('title' => __…
696 …$data[4] .= html_print_input_image ('view_alert', 'images/eye.png', 1, '', true, array('title' => …
H A Dalert_templates.php338 …$data[4] .= html_print_input_image ('dup', 'images/copy.png', 1, '', true, array ('title' => __('D…
344 …$data[4] .= html_print_input_image ('del', 'images/cross.png', 1, '', true, array ('title' => __('…
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/modules/
H A Dmanage_network_templates.php198 $data[2] = html_print_input_image ("delete_profile", "images/cross.png",
201 $data[2] .= html_print_input_image ("export_profile", "images/csv.png",
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/massive/
H A Dmassive_enable_disable_alerts.php165 $table->data[4][1] = "<table border='0' width='100%'><tr><td>".html_print_input_image ('disable_ale…
169 $table->data[4][1] .= html_print_input_image ('enable_alerts', 'images/darrowup.png', 1, 'margin-le…
H A Dmassive_standby_alerts.php165 $table->data[4][1] = "<table border='0' width='100%'><tr><td>".html_print_input_image ('standby_ale…
169 $table->data[4][1] .= html_print_input_image ('set_off_standby_alerts', 'images/darrowup.png', 1, '…
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/operation/incidents/
H A Dincident_detail.php425 …$data[0] .= html_print_input_image ("delete_nota", "images/cross.png", $row["id_nota"], 'border:0p…
472 …$data[3] = html_print_input_image ("delete_file", "images/cross.png", $row["id_attachment"], 'bord…
H A Dincident.php289html_print_input_image ("submit", "images/zoom.png", __('Search'), 'padding:0;', false, array ("al…
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/users/
H A Dconfigure_user.php664 $data[3] .= html_print_input_image ('del', 'images/cross.png', 1, '', true);
691 $data[3] = html_print_input_image ('add', 'images/add.png', 1, '', true);
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/reporting/
H A Dreporting_builder.php695 $data[$next] .= html_print_input_image('edit',
704 $data[$next] .= html_print_input_image ('delete', 'images/cross.png', 1, '',
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_html.php1094 function html_print_input_image ($name, $src, $value, $style = '', $return = false, $options = fals… function