Change visual of console
This commit is contained in:
parent
936264d337
commit
9e528d0459
|
@ -211,7 +211,7 @@ function mainAgentsAlerts() {
|
|||
if ($tname == '') {
|
||||
continue;
|
||||
}
|
||||
echo '<th width="20px" >'. io_safe_output($tname) . html_print_image('images/information.png', true, array('title' => io_safe_output($tname))) ."</th>";
|
||||
echo '<th width="20px" >'. io_safe_output($tname) . html_print_image('images/information_alerts.png', true, array('title' => io_safe_output($tname),'style' => 'margin-left:5px' )) ."</th>";
|
||||
}
|
||||
|
||||
if (($hor_offset + $block) < $ntemplates) {
|
||||
|
|
|
@ -191,7 +191,7 @@ function mainAgentsModules() {
|
|||
|
||||
echo "<tr>";
|
||||
|
||||
echo "<th width='140px' style='text-align: right !important;'>" . __("Agents") . " / " . __("Modules") . "</th>";
|
||||
echo "<th width='140px' style='text-align: right !important; padding-right:13px;'>" . __("Agents") . " / " . __("Modules") . "</th>";
|
||||
|
||||
if ($hor_offset > 0) {
|
||||
$new_hor_offset = $hor_offset-$block;
|
||||
|
@ -224,7 +224,7 @@ function mainAgentsModules() {
|
|||
|
||||
echo '<th align="center" width="20px" id="th_module_r_' . $nmodules . '" class="th_class_module_r">
|
||||
<div style="width: 30px;">
|
||||
<div id="div_module_r_' . $nmodules . '" style="display: none;" class="rotate_text_module">' .
|
||||
<div id="div_module_r_' . $nmodules . '" style="display: none;padding-left:10px" class="rotate_text_module">' .
|
||||
$text .
|
||||
'</div>
|
||||
</div>
|
||||
|
|
|
@ -68,8 +68,8 @@ function users_extension_main_god ($god = true) {
|
|||
else {
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->width = '98%';
|
||||
$table->class = "databox";
|
||||
$table->width = '100%';
|
||||
$table->class = "databox data";
|
||||
$table->size = array ();
|
||||
$table->data = array ();
|
||||
$table->head = array ();
|
||||
|
|
|
@ -121,8 +121,8 @@ if (tags_has_user_acl_tags()) {
|
|||
//////////////////NEWS BOARD/////////////////////////////
|
||||
echo '<div id="news_board">';
|
||||
|
||||
echo '<table cellpadding="4" width=100% cellspacing="4" class="databox">';
|
||||
echo '<tr><th><span>' . __('News board') . '</span></th></tr>';
|
||||
echo '<table cellpadding="0" width=100% cellspacing="0" class="databox filters">';
|
||||
echo '<tr><th style="text-align:center;"><span >' . __('News board') . '</span></th></tr>';
|
||||
if ($config["prominent_time"] == "timestamp") {
|
||||
$comparation_suffix = "";
|
||||
}
|
||||
|
@ -133,7 +133,7 @@ if (tags_has_user_acl_tags()) {
|
|||
$text = io_safe_output($article["text"]);
|
||||
|
||||
|
||||
echo '<tr><th><b>'.$article["subject"].'</b></th></tr>';
|
||||
echo '<tr><th class="green_title">'.$article["subject"].'</th></tr>';
|
||||
echo '<tr><td>' . __('by') . ' <b>' .
|
||||
$article["author"] . '</b> <i>' . ui_print_timestamp ($article["timestamp"], true).'</i> ' . $comparation_suffix . '</td></tr>';
|
||||
echo '<tr><td class="datos">';
|
||||
|
|
|
@ -279,7 +279,8 @@ $table->class = "databox filters";
|
|||
|
||||
$table->head = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; width: 150px;';
|
||||
$table->style[0] = 'font-weight: bold; ';
|
||||
$table->style[2] = 'font-weight: bold;';
|
||||
$table->data = array ();
|
||||
|
||||
// Custom ID
|
||||
|
@ -338,7 +339,7 @@ foreach ($listIcons as $index => $value)
|
|||
$arraySelectIcon[$index] = $index;
|
||||
|
||||
$path = 'images/gis_map/icons/'; //TODO set better method the path
|
||||
$table->data[4][0] = __('Agent icon') . ui_print_help_tip(__('Agent icon for GIS Maps.'), true);
|
||||
$table->data[0][2] = __('Agent icon') . ui_print_help_tip(__('Agent icon for GIS Maps.'), true);
|
||||
if ($icon_path == '') {
|
||||
$display_icons = 'none';
|
||||
// Hack to show no icon. Use any given image to fix not found image errors
|
||||
|
@ -357,7 +358,7 @@ else {
|
|||
$path_warning = $path . $icon_path . ".warning.png";
|
||||
}
|
||||
|
||||
$table->data[4][1] = html_print_select($arraySelectIcon, "icon_path",
|
||||
$table->data[0][3] = html_print_select($arraySelectIcon, "icon_path",
|
||||
$icon_path, "changeIcons();", __('None'), '', true) .
|
||||
' ' . html_print_image($path_ok, true,
|
||||
array("id" => "icon_ok", "style" => "display:".$display_icons.";")) .
|
||||
|
@ -367,23 +368,23 @@ $table->data[4][1] = html_print_select($arraySelectIcon, "icon_path",
|
|||
array("id" => "icon_warning", "style" => "display:".$display_icons.";"));
|
||||
|
||||
if ($config['activate_gis']) {
|
||||
$table->data[5][0] = __('Ignore new GIS data:');
|
||||
$table->data[5][1] = __('Yes') . ' ' .
|
||||
$table->data[1][2] = __('Ignore new GIS data:');
|
||||
$table->data[1][3] = __('Yes') . ' ' .
|
||||
html_print_radio_button_extended ("update_gis_data", 0, '',
|
||||
$update_gis_data, false, '', 'style="margin-right: 40px;"', true);
|
||||
$table->data[5][1] .= __('No') . ' ' .
|
||||
$table->data[1][3] .= __('No') . ' ' .
|
||||
html_print_radio_button_extended ("update_gis_data", 1, '',
|
||||
$update_gis_data, false, '', 'style="margin-right: 40px;"', true);
|
||||
}
|
||||
|
||||
$table->data[6][0] = __('Url address');
|
||||
$table->data[6][1] = html_print_input_text ('url_description',
|
||||
$table->data[2][2] = __('Url address');
|
||||
$table->data[2][3] = html_print_input_text ('url_description',
|
||||
$url_description, '', 45, 255, true);
|
||||
|
||||
$table->data[7][0] = __('Quiet');
|
||||
$table->data[7][0] .= ui_print_help_tip(
|
||||
$table->data[3][2] = __('Quiet');
|
||||
$table->data[3][3] .= ui_print_help_tip(
|
||||
__('The agent still runs but the alerts and events will be stop'), true);
|
||||
$table->data[7][1] = html_print_checkbox('quiet', 1, $quiet, true);
|
||||
$table->data[3][3] = html_print_checkbox('quiet', 1, $quiet, true);
|
||||
|
||||
ui_toggle(html_print_table ($table, true), __('Advanced options'));
|
||||
unset($table);
|
||||
|
@ -393,7 +394,7 @@ $table->class = "databox filters";
|
|||
|
||||
$table->head = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; width: 150px;';
|
||||
$table->style[0] = 'font-weight: bold; width: 100px;';
|
||||
$table->data = array ();
|
||||
|
||||
$fields = db_get_all_fields_in_table('tagent_custom_fields');
|
||||
|
@ -413,7 +414,7 @@ foreach ($fields as $field) {
|
|||
}
|
||||
|
||||
$data[1] = html_print_textarea ('customvalue_'.$field['id_field'],
|
||||
2, 65, $custom_value, 'style="min-height: 30px;"', true);
|
||||
2, 65, $custom_value, 'style="min-height: 30px; width:96%;"', true);
|
||||
|
||||
array_push ($table->data, $data);
|
||||
}
|
||||
|
@ -529,7 +530,7 @@ ui_require_javascript_file('tiny_mce', 'include/javascript/tiny_mce/');
|
|||
|
||||
echo '"' . implode(', ', $elements) . '"';
|
||||
?>,
|
||||
width: '100%',
|
||||
width: '95%',
|
||||
theme : "advanced",
|
||||
theme_advanced_path : false,
|
||||
statusbar : false,
|
||||
|
|
|
@ -86,7 +86,8 @@ if ($delete_field) {
|
|||
|
||||
$fields = db_get_all_fields_in_table('tagent_custom_fields');
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
if ($fields) {
|
||||
$table->head = array ();
|
||||
$table->head[0] = __('ID');
|
||||
|
@ -94,9 +95,10 @@ if ($fields) {
|
|||
$table->head[2] = __('Display on front').ui_print_help_tip (__('The fields with display on front enabled will be displayed into the agent details'), true);
|
||||
$table->head[3] = __('Actions');
|
||||
$table->align = array ();
|
||||
$table->align[0] = 'right';
|
||||
$table->align[2] = 'center';
|
||||
$table->align[3] = 'center';
|
||||
$table->align[0] = 'left';
|
||||
$table->align[2] = 'left';
|
||||
$table->align[3] = 'left';
|
||||
$table->size[3] = '8%';
|
||||
$table->data = array ();
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -419,7 +419,6 @@ if ($agents !== false) {
|
|||
'<a href="index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&group_id='.$ag_group.'&recursion='.$recursion.'&search='.$search .'&offset='.$offset.'&sort_field=name&sort=up&disabled=$disabled">' . html_print_image("images/sort_up.png", true, array("style" => $selectNameUp)) . '</a>' .
|
||||
'<a href="index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&group_id='.$ag_group.'&recursion='.$recursion.'&search='.$search .'&offset='.$offset.'&sort_field=name&sort=down&disabled=$disabled">' . html_print_image("images/sort_down.png", true, array("style" => $selectNameDown)) . '</a>';
|
||||
echo "</th>";
|
||||
echo "<th title='".__('Remote agent configuration')."'>".__('R')."</th>";
|
||||
echo "<th>".__('OS'). ' ' .
|
||||
'<a href="index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&group_id='.$ag_group.'&recursion='.$recursion.'&search='.$search .'&offset='.$offset.'&sort_field=os&sort=up&disabled=$disabled">' . html_print_image("images/sort_up.png", true, array("style" => $selectOsUp)) . '</a>' .
|
||||
'<a href="index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&group_id='.$ag_group.'&recursion='.$recursion.'&search='.$search .'&offset='.$offset.'&sort_field=os&sort=down&disabled=$disabled">' . html_print_image("images/sort_down.png", true, array("style" => $selectOsDown)) . '</a>';
|
||||
|
@ -429,7 +428,7 @@ if ($agents !== false) {
|
|||
'<a href="index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&group_id='.$ag_group.'&recursion='.$recursion.'&search='.$search .'&offset='.$offset.'&sort_field=group&sort=down&disabled=$disabled">' . html_print_image("images/sort_down.png", true, array("style" => $selectGroupDown)) . '</a>';
|
||||
echo "</th>";
|
||||
echo "<th>" . __('Description') . "</th>";
|
||||
echo "<th>" . __('Actions') . "</th>";
|
||||
echo "<th style='text-align:left'>" . __('Actions') . "</th>";
|
||||
$color=1;
|
||||
|
||||
$rowPair = true;
|
||||
|
@ -505,31 +504,14 @@ if ($agents !== false) {
|
|||
&id_agente='.$agent["id_agente"].'">'.__('View').'</a>';
|
||||
|
||||
echo '</div>';
|
||||
echo "</td>";
|
||||
|
||||
echo "<td align='center' class='$tdcolor'>";
|
||||
// Has remote configuration ?
|
||||
if (enterprise_installed()) {
|
||||
enterprise_include_once('include/functions_config_agents.php');
|
||||
if (config_agents_has_remote_configuration($agent["id_agente"])) {
|
||||
echo "<a href='index.php?" .
|
||||
"sec=gagente&" .
|
||||
"sec2=godmode/agentes/configurar_agente&" .
|
||||
"tab=remote_configuration&" .
|
||||
"id_agente=" . $agent["id_agente"] . "&disk_conf=1'>";
|
||||
echo html_print_image("images/application_edit.png", true, array("align" => 'middle', "title" => __('Edit remote config')));
|
||||
echo "</a>";
|
||||
}
|
||||
}
|
||||
echo "</td>";
|
||||
|
||||
echo "</td>";
|
||||
|
||||
// Operating System icon
|
||||
echo "<td class='$tdcolor' align='center' valign='middle'>";
|
||||
echo "<td class='$tdcolor' align='left' valign='middle'>";
|
||||
ui_print_os_icon ($agent["id_os"], false);
|
||||
echo "</td>";
|
||||
// Group icon and name
|
||||
echo "<td class='$tdcolor' align='center' valign='middle'>" . ui_print_group_icon ($id_grupo, true)."</td>";
|
||||
echo "<td class='$tdcolor' align='left' valign='middle'>" . ui_print_group_icon ($id_grupo, true)."</td>";
|
||||
// Description
|
||||
echo "<td class='".$tdcolor."f9'>" .
|
||||
ui_print_truncate_text($agent["comentarios"], 'description', true, true, true, '[…]', 'font-size: 6.5pt;')."</td>";
|
||||
|
@ -540,7 +522,7 @@ if ($agents !== false) {
|
|||
else
|
||||
$offsetArg = $offset;
|
||||
|
||||
echo "<td class='$tdcolor' align='center' valign='middle'>";
|
||||
echo "<td class='$tdcolor' align='left' style='width:7%' valign='middle'>";
|
||||
|
||||
if ($agent['disabled']) {
|
||||
echo "<a href='index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&
|
||||
|
|
|
@ -293,7 +293,7 @@ else {
|
|||
/* Advanced form part */
|
||||
$table_advanced->id = 'advanced';
|
||||
$table_advanced->width = '100%';
|
||||
$table_advanced->class = 'databox';
|
||||
$table_advanced->class = 'databox filters';
|
||||
$table_advanced->data = array ();
|
||||
$table_advanced->style = array ();
|
||||
$table_advanced->style[0] =
|
||||
|
@ -556,12 +556,12 @@ else {
|
|||
|
||||
/* Advanced form part */
|
||||
$table_macros->id = 'module_macros';
|
||||
$table_macros->width = '98%';
|
||||
$table_macros->class = 'databox_color';
|
||||
$table_macros->width = '100%';
|
||||
$table_macros->class = 'databox filters';
|
||||
$table_macros->data = array ();
|
||||
$table_macros->style = array ();
|
||||
$table_macros->style[0] = 'font-weight: bold; vertical-align: top';
|
||||
$table_macros->style[2] = 'font-weight: bold; vertical-align: top';
|
||||
$table_macros->style[0] = 'font-weight: bold;';
|
||||
$table_macros->style[2] = 'font-weight: bold;';
|
||||
$table_macros->style[5] = 'width: 10px';
|
||||
$table_macros->colspan = array ();
|
||||
|
||||
|
@ -588,8 +588,8 @@ html_print_input_hidden ('module_macro_count', $macro_count);
|
|||
// Add relationships
|
||||
$table_new_relations = new stdClass();
|
||||
$table_new_relations->id = 'module_new_relations';
|
||||
$table_new_relations->width = '98%';
|
||||
$table_new_relations->class = 'databox_color';
|
||||
$table_new_relations->width = '100%';
|
||||
$table_new_relations->class = 'databox filters';
|
||||
$table_new_relations->data = array ();
|
||||
$table_new_relations->style = array ();
|
||||
$table_new_relations->style[0] = 'width: 10%; font-weight: bold;';
|
||||
|
@ -616,8 +616,8 @@ $table_new_relations->data[0][4] .= " <div id='add_relation_status' s
|
|||
// Relationship list
|
||||
$table_relations = new stdClass();
|
||||
$table_relations->id = 'module_relations';
|
||||
$table_relations->width = '98%';
|
||||
$table_relations->class = 'databox';
|
||||
$table_relations->width = '100%';
|
||||
$table_relations->class = 'databox data';
|
||||
$table_relations->head = array ();
|
||||
$table_relations->data = array ();
|
||||
$table_relations->rowstyle = array ();
|
||||
|
|
|
@ -98,7 +98,7 @@ $table->data[0][3] .= ' <a class="template_details invisible" href="#">' .
|
|||
if (check_acl ($config['id_user'], 0, "LM")) {
|
||||
$table->data[0][3] .= '<a href="index.php?sec=galertas&sec2=godmode/alerts/configure_alert_template&pure='.$pure.'">';
|
||||
$table->data[0][3] .= html_print_image ('images/add.png', true);
|
||||
$table->data[0][3] .= __('Create Template');
|
||||
$table->data[0][3] .= "<div style='float:right;padding-top:5px;' >" . __('Create Template') . "</div>";
|
||||
$table->data[0][3] .= '</a>';
|
||||
}
|
||||
|
||||
|
@ -124,9 +124,9 @@ $table->data[1][1] .= ui_print_help_icon ("alert-matches", true,
|
|||
ui_get_full_url(false, false, false, false));
|
||||
$table->data[1][1] .= '</span>';
|
||||
if (check_acl ($config['id_user'], 0, "LM")) {
|
||||
$table->data[1][1] .= '' . html_print_image ('images/add.png', true);
|
||||
|
||||
$table->data[1][1] .= '<a href="index.php?sec=galertas&sec2=godmode/alerts/configure_alert_action&pure='.$pure.'">';
|
||||
$table->data[1][1] .= __('Create Action');
|
||||
$table->data[1][1] .= ' ' . __('Create Action');
|
||||
$table->data[1][1] .= '</a>';
|
||||
}
|
||||
$table->data[1][2] = __('Threshold');
|
||||
|
|
|
@ -88,21 +88,6 @@ $result = false;
|
|||
|
||||
$result = categories_get_all_categories ();
|
||||
|
||||
// Form to add new categories or search categories
|
||||
if (!defined('METACONSOLE')) {
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class='databox' width=98%>";
|
||||
echo "<tr>";
|
||||
echo "<td align=right>";
|
||||
echo '<form method="post" action="index.php?sec=gmodules&sec2=godmode/category/edit_category&action=new&pure='.(int)$config['pure'].'">';
|
||||
html_print_input_hidden ("create_category", "1", true);
|
||||
html_print_submit_button (__('Create category'),
|
||||
'create_button', false, 'class="sub next"');
|
||||
echo "</form>";
|
||||
echo "</td>";
|
||||
echo "</tr>";
|
||||
echo "</table>";
|
||||
}
|
||||
|
||||
// Prepare pagination
|
||||
ui_pagination ($total_categories, $url);
|
||||
|
||||
|
@ -112,7 +97,8 @@ $iterator = 0;
|
|||
|
||||
if (!empty($result)) {
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
if(defined('METACONSOLE'))
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
|
@ -169,7 +155,20 @@ else {
|
|||
// No categories available or selected
|
||||
echo "<div class='nf'>".__('No categories found')."</div>";
|
||||
}
|
||||
|
||||
// Form to add new categories or search categories
|
||||
if (!defined('METACONSOLE')) {
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class='' width=100%>";
|
||||
echo "<tr>";
|
||||
echo "<td align=right>";
|
||||
echo '<form method="post" action="index.php?sec=gmodules&sec2=godmode/category/edit_category&action=new&pure='.(int)$config['pure'].'">';
|
||||
html_print_input_hidden ("create_category", "1", true);
|
||||
html_print_submit_button (__('Create category'),
|
||||
'create_button', false, 'class="sub next"');
|
||||
echo "</form>";
|
||||
echo "</td>";
|
||||
echo "</tr>";
|
||||
echo "</table>";
|
||||
}
|
||||
enterprise_hook('close_meta_frame');
|
||||
|
||||
?>
|
||||
|
|
|
@ -123,12 +123,12 @@ else {
|
|||
echo '<form method="post" action="index.php?sec=gmodules&sec2=godmode/category/edit_category&action=' . $action . '&id_category=' . $id_category . '&pure='.(int)$config['pure'].'" enctype="multipart/form-data">';
|
||||
|
||||
if(!defined('METACONSOLE'))
|
||||
echo '<div align=left style="width: 98%" class="pandora_form">';
|
||||
echo '<div align=left style="width: 100%" class="pandora_form">';
|
||||
else
|
||||
echo '<div align=left style="width: 100%" class="pandora_form">';
|
||||
|
||||
if(!defined('METACONSOLE'))
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class=databox width=100%>";
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class='databox filters' width=100%>";
|
||||
else
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class='databox data' width=100%>";
|
||||
if (defined("METACONSOLE")) {
|
||||
|
@ -152,59 +152,34 @@ else
|
|||
}
|
||||
}
|
||||
echo "<tr>";
|
||||
if(defined('METACONSOLE'))
|
||||
echo "<td>";
|
||||
else
|
||||
echo "<td align=center>";
|
||||
echo "<td>";
|
||||
|
||||
html_print_label (__("Name"),'name');
|
||||
echo "</td>";
|
||||
if(defined('METACONSOLE'))
|
||||
echo "<td>";
|
||||
else
|
||||
echo "<td align=center>";
|
||||
echo "<td>";
|
||||
html_print_input_text ('name_category', $name_category);
|
||||
echo "</td>";
|
||||
echo "</tr>";
|
||||
if (!defined('METACONSOLE')) {
|
||||
echo "<tr>";
|
||||
if ($action == "update") {
|
||||
echo "<td align=center>";
|
||||
html_print_input_hidden ('update_category', 1);
|
||||
echo "</td>";
|
||||
echo "<td align=right>";
|
||||
html_print_submit_button (__('Update'), 'update_button',
|
||||
false, 'class="sub next"');
|
||||
echo "</td>";
|
||||
}
|
||||
if ($action == "new") {
|
||||
echo "<td align=center>";
|
||||
html_print_input_hidden ('create_category', 1);
|
||||
echo "</td>";
|
||||
echo "<td align=right>";
|
||||
html_print_submit_button (__('Create'), 'create_button', false, 'class="sub next"');
|
||||
echo "</td>";
|
||||
}
|
||||
echo "</tr>";
|
||||
}
|
||||
|
||||
echo "</table>";
|
||||
if (defined('METACONSOLE')) {
|
||||
echo "<table border=0 cellpadding=0 cellspacing=0 class='' width=100%>";
|
||||
echo "<tr>";
|
||||
echo "<td align=right>";
|
||||
if ($action == "update") {
|
||||
html_print_input_hidden ('update_category', 1);
|
||||
html_print_submit_button (__('Update'), 'update_button', false,
|
||||
'class="sub next"');
|
||||
}
|
||||
if ($action == "new") {
|
||||
html_print_input_hidden ('create_category', 1);
|
||||
html_print_submit_button (__('Create'), 'create_button', false,
|
||||
'class="sub next"');
|
||||
}
|
||||
echo "</td>";
|
||||
echo "</tr>";
|
||||
echo "</table>";
|
||||
|
||||
echo "<table border=0 cellpadding=0 cellspacing=0 class='' width=100%>";
|
||||
echo "<tr>";
|
||||
echo "<td align=right>";
|
||||
if ($action == "update") {
|
||||
html_print_input_hidden ('update_category', 1);
|
||||
html_print_submit_button (__('Update'), 'update_button', false,
|
||||
'class="sub next"');
|
||||
}
|
||||
if ($action == "new") {
|
||||
html_print_input_hidden ('create_category', 1);
|
||||
html_print_submit_button (__('Create'), 'create_button', false,
|
||||
'class="sub next"');
|
||||
}
|
||||
echo "</td>";
|
||||
echo "</tr>";
|
||||
echo "</table>";
|
||||
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
|
||||
|
|
|
@ -64,7 +64,8 @@ switch ($action) {
|
|||
|
||||
ui_print_page_header (__('GIS Maps builder'), "images/gm_gis.png", false, "gis_map_builder", true);
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
$table->head[0] = __('Map name');
|
||||
$table->head[1] = __('Group');
|
||||
$table->head[2] = __('View');
|
||||
|
@ -72,12 +73,12 @@ if ($display_default_column)
|
|||
$table->head[3] = __('Default');
|
||||
$table->head[4] = '<span title="Operations">' . __('Op.') . '</span>';
|
||||
|
||||
$table->align[1] = 'center';
|
||||
$table->align[2] = 'center';
|
||||
$table->align[3] = 'center';
|
||||
$table->align[4] = 'center';
|
||||
$table->align[1] = 'left';
|
||||
$table->align[2] = 'left';
|
||||
$table->align[3] = 'left';
|
||||
$table->headstyle[4] = 'text-align:center';
|
||||
$table->size = array();
|
||||
$table->size[4] = '60px';
|
||||
$table->size[4] = '80px';
|
||||
|
||||
$maps = db_get_all_rows_in_table ('tgis_map','map_name');
|
||||
|
||||
|
|
|
@ -173,7 +173,7 @@ switch ($config["dbtype"]) {
|
|||
|
||||
$groups = db_get_all_rows_sql($sql);
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
|
||||
if (!empty($groups)) {
|
||||
$table->head = array ();
|
||||
|
@ -182,7 +182,8 @@ if (!empty($groups)) {
|
|||
$table->head[2] = __('Delete');
|
||||
$table->align = array ();
|
||||
$table->align[1] = 'left';
|
||||
$table->align[2] = 'center';
|
||||
$table->align[2] = 'left';
|
||||
$table->size[2] = '5%';
|
||||
$table->data = array ();
|
||||
|
||||
foreach ($groups as $id_group ) {
|
||||
|
|
|
@ -187,9 +187,8 @@ foreach ($groups as $group_key => $group_val) {
|
|||
// Format component groups in tree form
|
||||
$groups = component_groups_get_groups_tree_recursive($groups_clean,0,0);
|
||||
|
||||
$table->width = '98%';
|
||||
if (defined('METACONSOLE'))
|
||||
$table->width = '100%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
$table->head = array ();
|
||||
$table->head[0] = __('Name');
|
||||
$table->head[1] = __('Action') .
|
||||
|
@ -197,7 +196,7 @@ $table->head[1] = __('Action') .
|
|||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold';
|
||||
$table->align = array ();
|
||||
$table->align[1] = 'center';
|
||||
$table->align[1] = 'left';
|
||||
$table->size = array ();
|
||||
$table->size[0] = '80%';
|
||||
$table->size[1] = '50px';
|
||||
|
|
|
@ -44,7 +44,8 @@ else {
|
|||
$parent = '';
|
||||
}
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
|
|
|
@ -53,7 +53,7 @@ if ($update_module) {
|
|||
}
|
||||
|
||||
|
||||
echo "<table cellpadding='4' cellspacing='4' width='98%' class='databox'>";
|
||||
echo "<table cellpadding='4' cellspacing='4' width='100%' class='databox data'>";
|
||||
echo "<th>".__('Icon')."</th>";
|
||||
echo "<th>".__('ID')."</th>";
|
||||
echo "<th>".__('Name')."</th>";
|
||||
|
|
|
@ -111,7 +111,7 @@ $filters = db_get_all_rows_sql($sql);
|
|||
if ($filters === false)
|
||||
$filters = array ();
|
||||
|
||||
$table->width = '90%';
|
||||
$table->width = '100%';
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
}
|
||||
|
|
|
@ -168,11 +168,11 @@ if ($create) {
|
|||
}
|
||||
|
||||
$table->id = 'table1';
|
||||
$table->width = '80%';
|
||||
$table->width = '100%';
|
||||
$table->border = 0;
|
||||
$table->cellspacing = 3;
|
||||
$table->cellpadding = 5;
|
||||
$table->class = "databox_color";
|
||||
$table->class = "databox filters";
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
|
|
|
@ -74,7 +74,7 @@ if ($editGraph) {
|
|||
|
||||
// Modules table
|
||||
if (count($module_array) > 0) {
|
||||
echo "<table width='98%' cellpadding=4 cellpadding=4 class='databox'>";
|
||||
echo "<table width='100%' cellpadding=4 cellpadding=4 class='databox filters'>";
|
||||
echo "<tr>
|
||||
<th>".__('Agent')."</th>
|
||||
<th>".__('Module')."</th>
|
||||
|
@ -118,7 +118,7 @@ if (count($module_array) > 0) {
|
|||
echo '<span id ="none_text" style="display: none;">' . __('None') . '</span>';
|
||||
echo "<form method='post' action='index.php?sec=reporting&sec2=godmode/reporting/graph_builder&tab=graph_editor&add_module=1&edit_graph=1&id=" . $id_graph . "'>";
|
||||
|
||||
echo "<table width='98%' cellpadding='4' cellpadding='4' class='databox_color'>";
|
||||
echo "<table width='100%' cellpadding='4' cellpadding='4' class='databox filters'>";
|
||||
echo "<tr>";
|
||||
echo "<td colspan='3'>".__('Filter group')."</td>";
|
||||
echo "</tr><tr>";
|
||||
|
@ -139,8 +139,9 @@ echo "<td><input type='text' name='weight' value='1' size=3></td>";
|
|||
echo "</tr></table>";
|
||||
echo "</td>";
|
||||
echo "</tr><tr>";
|
||||
echo "<td colspan='3' align='right'><input type=submit name='store' class='sub add' value='".__('Add')."'></td>";
|
||||
echo "</tr></table></form>";
|
||||
echo "<td colspan='3' align='right'></td>";
|
||||
echo "</tr></table>";
|
||||
echo "<div style='width:100%'><input style='float:right;' type=submit name='store' class='sub add' value='".__('Add')."'></div></form>";
|
||||
|
||||
ui_require_jquery_file ('pandora.controls');
|
||||
ui_require_jquery_file ('ajaxqueue');
|
||||
|
|
|
@ -83,7 +83,7 @@ else {
|
|||
// CREATE/EDIT GRAPH FORM
|
||||
// -----------------------
|
||||
|
||||
echo "<table width='98%' cellpadding=4 cellspacing=4 class='databox_color'>";
|
||||
echo "<table width='100%' cellpadding=4 cellspacing=4 class='databox filters'>";
|
||||
|
||||
if ($edit_graph)
|
||||
echo "<form method='post' action='index.php?sec=reporting&sec2=godmode/reporting/graph_builder&edit_graph=1&update_graph=1&id=" . $id_graph . "'>";
|
||||
|
@ -144,12 +144,12 @@ $stackeds = array(
|
|||
html_print_select ($stackeds, 'stacked', $stacked);
|
||||
echo "</td>";
|
||||
|
||||
echo "<tr><td colspan='4' align='right'>";
|
||||
echo "</table>";
|
||||
|
||||
if ($edit_graph) {
|
||||
echo "<input type=submit name='store' class='sub upd' value='".__('Update')."'>";
|
||||
echo "<div style='width:100%'><input style='float:right;' type=submit name='store' class='sub upd' value='".__('Update')."'></div>";
|
||||
}
|
||||
else {
|
||||
echo "<input type=submit name='store' class='sub next' value='".__('Create')."'>";
|
||||
echo "<div style='width:100%'><input style='float:right;' type=submit name='store' class='sub next' value='".__('Create')."'></div>";
|
||||
}
|
||||
echo "</td></tr></table>";
|
||||
echo "</form>";
|
||||
|
|
|
@ -135,20 +135,21 @@ $graphs = custom_graphs_get_user ($config['id_user'], false, true, "RR");
|
|||
|
||||
if (!empty ($graphs)) {
|
||||
$table = new stdClass();
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox_frame';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
$table->align = array ();
|
||||
$table->head = array ();
|
||||
$table->head[0] = __('Graph name');
|
||||
$table->head[1] = __('Description');
|
||||
$table->head[2] = __('Number of Graphs');
|
||||
$table->head[3] = __('Group');
|
||||
$table->size[2] = '80px';
|
||||
$table->size[3] = '50px';
|
||||
$table->align[2] = 'center';
|
||||
$table->align[3] = 'center';
|
||||
$table->size[0] = '30%';
|
||||
$table->size[2] = '200px';
|
||||
$table->size[3] = '200px';
|
||||
$table->align[2] = 'left';
|
||||
$table->align[3] = 'left';
|
||||
if (check_acl ($config['id_user'], 0, "RW")) {
|
||||
$table->align[4] = 'center';
|
||||
$table->align[4] = 'left';
|
||||
$table->head[4] = __('Op.');
|
||||
$table->size[4] = '90px';
|
||||
}
|
||||
|
@ -194,7 +195,7 @@ else {
|
|||
|
||||
if (check_acl ($config['id_user'], 0, "RW")) {
|
||||
echo '<form method="post" action="index.php?sec=reporting&sec2=godmode/reporting/graph_builder">';
|
||||
echo '<div class="action-buttons" style="width: 98%;">';
|
||||
echo '<div class="action-buttons" style="width: 100%;">';
|
||||
html_print_submit_button (__('Create graph'), 'create', false, 'class="sub next"');
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
|
|
|
@ -179,6 +179,7 @@ if ($delete_layout || $copy_layout) {
|
|||
}
|
||||
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
$table->data = array ();
|
||||
$table->head = array ();
|
||||
$table->head[0] = __('Map name');
|
||||
|
@ -190,6 +191,8 @@ $table->head[2] = __('Items');
|
|||
if ($vconsoles_write || $vconsoles_manage) {
|
||||
$table->head[3] = __('Copy');
|
||||
$table->head[4] = __('Delete');
|
||||
$table->size[3] = "6%";
|
||||
$table->size[4] = "6%";
|
||||
}
|
||||
|
||||
$table->align = array ();
|
||||
|
|
|
@ -526,7 +526,7 @@ html_print_input_hidden('id_item', $idItem);
|
|||
if (defined("METACONSOLE"))
|
||||
$class = 'databox data';
|
||||
else
|
||||
$class = 'databox';
|
||||
$class = 'databox filters';
|
||||
|
||||
?>
|
||||
<table style="" class="<?php echo $class;?>" id="" border="0" cellpadding="4" cellspacing="4" width="100%">
|
||||
|
@ -1210,8 +1210,8 @@ else
|
|||
<br />
|
||||
<br />
|
||||
<?php
|
||||
print_SLA_list('95%', $action, $idItem);
|
||||
print_General_list('95%', $action, $idItem, $type);
|
||||
print_SLA_list('100%', $action, $idItem);
|
||||
print_General_list('100%', $action, $idItem, $type);
|
||||
echo '<div class="action-buttons" style="width: 100%">';
|
||||
if ($action == 'new') {
|
||||
html_print_submit_button(__('Create item'), 'create_item', false, 'class="sub wand"');
|
||||
|
@ -1240,7 +1240,7 @@ function print_SLA_list($width, $action, $idItem = null) {
|
|||
$report_item_type = db_get_value('type', 'treport_content', 'id_rc',
|
||||
$idItem);
|
||||
?>
|
||||
<table class="databox" id="sla_list" border="0" cellpadding="4" cellspacing="4" width="100%">
|
||||
<table class="databox data" id="sla_list" border="0" cellpadding="4" cellspacing="4" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="header sla_list_agent_col" scope="col"><?php echo __('Agent');?></th>
|
||||
|
@ -1405,7 +1405,7 @@ function print_General_list($width, $action, $idItem = null, $type = 'general')
|
|||
|
||||
include_once($config['homedir'] . '/include/functions_html.php');
|
||||
?>
|
||||
<table class="databox" id="general_list" border="0" cellpadding="4" cellspacing="4" width="100%">
|
||||
<table class="databox data" id="general_list" border="0" cellpadding="4" cellspacing="4" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<?php
|
||||
|
|
|
@ -105,8 +105,6 @@ else {
|
|||
$modules[$row['id_agent_module']] = $row['nombre'];
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Filter report items created from metaconsole in normal console list and the opposite
|
||||
if (defined('METACONSOLE') and $config['metaconsole'] == 1) {
|
||||
$where_types = ' AND ((server_name IS NOT NULL AND length(server_name) != 0) OR type IN (\'general\',\'SLA\',\'exception\',\'top_n\'))';
|
||||
|
@ -131,8 +129,6 @@ else {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
$agentFilter = get_parameter('agent_filter', 0);
|
||||
$moduleFilter = get_parameter('module_filter', 0);
|
||||
$typeFilter = get_parameter('type_filter', 0);
|
||||
|
@ -145,33 +141,28 @@ if (($agentFilter == 0) && ($moduleFilter == 0) && ($typeFilter == 0)) {
|
|||
|
||||
$urlFilter = '&agent_filter=' . $agentFilter . '&module_filter=' . $moduleFilter . '&type_filter=' . $typeFilter;
|
||||
|
||||
if (!defined("METACONSOLE"))
|
||||
echo '<a href="javascript: toggleFormFilter();"><b>' .
|
||||
__('Items filter') . '</b> ' .
|
||||
html_print_image("images/down.png", true,
|
||||
array("title" => __('Toggle filter(s)'),
|
||||
"id" => 'image_form_filter')) . '</a>';
|
||||
|
||||
if (!defined("METACONSOLE")) {
|
||||
$table = new stdClass();
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->data[0][0] = __('Agents');
|
||||
$table->data[0][1] = html_print_select($agents, 'agent_filter', $agentFilter, '', __('All'), 0, true);
|
||||
$table->data[0][2] = __('Modules');
|
||||
$table->data[0][3] = html_print_select($modules, 'module_filter', $moduleFilter, '', __('All'), 0, true);
|
||||
$table->data[1][0] = __('Type');
|
||||
$table->data[1][1] = html_print_select($types, 'type_filter', $typeFilter, '', __('All'), 0, true);
|
||||
$table->data[1][2] = $table->data[1][3] = '';
|
||||
$table->data[0][0] .= html_print_select($agents, 'agent_filter', $agentFilter, '', __('All'), 0, true);
|
||||
$table->data[0][1] = __('Modules');
|
||||
$table->data[0][1] .= html_print_select($modules, 'module_filter', $moduleFilter, '', __('All'), 0, true);
|
||||
$table->data[0][2] = __('Type');
|
||||
$table->data[0][2] .= html_print_select($types, 'type_filter', $typeFilter, '', __('All'), 0, true);
|
||||
//$table->data[1][2] = $table->data[1][3] = '';
|
||||
|
||||
echo '<div id="form_filter" style="display: none;">';
|
||||
echo '<form method="post" action ="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=filter&id_report=' . $idReport . '">';
|
||||
html_print_table ($table);
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
html_print_submit_button(__('Filter'), 'filter', false, 'class="sub upd"');
|
||||
html_print_input_hidden('action', 'filter');
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
echo '</div>';
|
||||
|
||||
$form = '<form method="post" action ="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=filter&id_report=' . $idReport . '">';
|
||||
$form .= html_print_table ($table,true);
|
||||
$form .= '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
$form .= html_print_submit_button(__('Filter'), 'filter', false, 'class="sub upd"',true);
|
||||
$form .= html_print_input_hidden('action', 'filter',true);
|
||||
$form .= '</div>';
|
||||
$form .= '</form>';
|
||||
|
||||
ui_toggle($form, __("Filters") );
|
||||
}
|
||||
else {
|
||||
$table = null;
|
||||
|
@ -303,7 +294,7 @@ if ($items) {
|
|||
$table->align[7] = 'center';
|
||||
}
|
||||
else {
|
||||
echo '<br><br><div class="nf">'. __('No items') . '</div>';
|
||||
ui_print_info_message ( array ( 'no_close' => true, 'message' => __('No items.') ) );
|
||||
}
|
||||
|
||||
$lastPage = true;
|
||||
|
@ -440,10 +431,8 @@ if (defined("METACONSOLE")) {
|
|||
ui_pagination ($countItems, 'index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=edit&id_report=' . $idReport . $urlFilter);
|
||||
echo "<form action='index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=delete_items&id_report=" . $idReport . "'
|
||||
method='post' onSubmit='return added_ids_deleted_items_to_hidden_input();'>";
|
||||
if (defined("METACONSOLE"))
|
||||
echo "<div style='text-align: right; width:100%'>";
|
||||
else
|
||||
echo "<div style='padding-bottom: 20px; text-align: right; width:100%'>";
|
||||
echo "<div style='text-align: right; width:100%'>";
|
||||
|
||||
if (check_acl ($config['id_user'], 0, "RM")) {
|
||||
html_print_input_hidden('ids_items_to_delete', '');
|
||||
html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete"');
|
||||
|
@ -453,23 +442,22 @@ if (defined("METACONSOLE")) {
|
|||
}
|
||||
}
|
||||
else {
|
||||
ui_pagination ($countItems,
|
||||
'index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=edit&id_report=' . $idReport . $urlFilter);
|
||||
html_print_table($table);
|
||||
ui_pagination ($countItems,
|
||||
'index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=edit&id_report=' . $idReport . $urlFilter);
|
||||
|
||||
echo "<form action='index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=delete_items&id_report=" . $idReport . "'
|
||||
method='post' onSubmit='return added_ids_deleted_items_to_hidden_input();'>";
|
||||
if (defined("METACONSOLE"))
|
||||
echo "<div style='text-align: right; width:100%'>";
|
||||
else
|
||||
echo "<div style='padding-bottom: 20px; text-align: right; width:100%'>";
|
||||
if ($items != false) {
|
||||
ui_pagination ($countItems,
|
||||
'index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=edit&id_report=' . $idReport . $urlFilter);
|
||||
html_print_table($table);
|
||||
ui_pagination ($countItems,
|
||||
'index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=edit&id_report=' . $idReport . $urlFilter);
|
||||
|
||||
html_print_input_hidden('ids_items_to_delete', '');
|
||||
html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete"');
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
echo "<form action='index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=delete_items&id_report=" . $idReport . "'
|
||||
method='post' onSubmit='return added_ids_deleted_items_to_hidden_input();'>";
|
||||
echo "<div style='padding-bottom: 20px; text-align: right; width:100%'>";
|
||||
|
||||
html_print_input_hidden('ids_items_to_delete', '');
|
||||
html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete"');
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
}
|
||||
}
|
||||
$table = new stdClass();
|
||||
$table->width = '100%';
|
||||
|
|
|
@ -42,9 +42,9 @@ switch ($action) {
|
|||
}
|
||||
|
||||
$table = new stdClass();
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->id = 'add_alert_table';
|
||||
$table->class = 'databox';
|
||||
$table->class = 'databox filters';
|
||||
$table->head = array ();
|
||||
|
||||
if (defined("METACONSOLE")) {
|
||||
|
|
|
@ -520,7 +520,8 @@ switch ($action) {
|
|||
|
||||
//$table->size = array ();
|
||||
$table->size[$next] = '5%';
|
||||
$table->style[$next] = 'text-align:center;';
|
||||
$table->align[$next] = 'center';
|
||||
$table->headstyle[$next] = 'text-align:center;';
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -94,6 +94,7 @@ if (defined('METACONSOLE')) {
|
|||
$table->align[0] = 'left';
|
||||
$table->align[1] = 'left';
|
||||
}
|
||||
$table->class = 'databox filters';
|
||||
$table->data = array ();
|
||||
$table->data[0][0] = __('Name:'). ui_print_help_tip (__("Use [ or ( as first character, for example '[*] Map name', to render this map name in main menu"), true);
|
||||
|
||||
|
@ -125,7 +126,7 @@ else {
|
|||
|
||||
html_print_table($table);
|
||||
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'; margin-top: 15px;">';
|
||||
html_print_submit_button ($textButtonSubmit, 'update_layout', false, 'class="' . $classButtonSubmit . '"');
|
||||
echo '</div>';
|
||||
|
||||
|
|
|
@ -65,10 +65,11 @@ foreach ($all_images as $image_file) {
|
|||
|
||||
if (!defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
}
|
||||
else {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox';
|
||||
$table->class = 'databox data';
|
||||
}
|
||||
$table->head = array();
|
||||
$table->head['icon'] = '';
|
||||
|
@ -78,9 +79,9 @@ $table->head[2] = __('Width x Height<br>Max value');
|
|||
$table->head[3] = __('Period') . ' / ' . __('Position');
|
||||
$table->head[4] = __('Parent') . ' / ' . __('Map linked');
|
||||
$table->head[5] = "";
|
||||
$table->head[5] .= html_print_checkbox('head_multiple_delete',
|
||||
$table->head[5] .= ' ' . html_print_checkbox('head_multiple_delete',
|
||||
'', false, true, false, 'toggle_checkbox_multiple_delete();');
|
||||
$table->head[5] .= '<span title="' . __('Action') . '">' .
|
||||
$table->head[5] .= ' <span title="' . __('Action') . '">' .
|
||||
__('A.') . '</span>';
|
||||
|
||||
$table->size = array();
|
||||
|
@ -89,12 +90,18 @@ $table->size[0] = '25%';
|
|||
$table->align = array();
|
||||
|
||||
if (!defined('METACONSOLE')) {
|
||||
$table->headstyle[0] = "text-align:left;";
|
||||
$table->headstyle[1] = "text-align:left";
|
||||
$table->headstyle[2] = "text-align:left";
|
||||
$table->headstyle[3] = "text-align:left";
|
||||
$table->headstyle[4] = "text-align:left";
|
||||
$table->headstyle[5] = "text-align:left";
|
||||
$table->align[0] = "left";
|
||||
$table->align[1] = "right";
|
||||
$table->align[2] = "center";
|
||||
$table->align[3] = "center";
|
||||
$table->align[4] = "right";
|
||||
$table->align[5] = "center";
|
||||
$table->align[1] = "left";
|
||||
$table->align[2] = "left";
|
||||
$table->align[3] = "left";
|
||||
$table->align[4] = "left";
|
||||
$table->align[5] = "left";
|
||||
}
|
||||
$table->data = array();
|
||||
|
||||
|
@ -103,7 +110,7 @@ $table->data[0]['icon'] = '';
|
|||
$table->data[0][0] = __('Background');
|
||||
$table->data[0][1] = html_print_select($backgrounds_list, 'background', $visualConsole['background'], '', 'None', '', true, false, true, '', false, 'width: 120px;');
|
||||
$table->data[0][2] = html_print_input_text('width', $visualConsole['width'], '', 3, 5, true) .
|
||||
'x' .
|
||||
' x ' .
|
||||
html_print_input_text('height', $visualConsole['height'], '', 3, 5, true);
|
||||
$table->data[0][3] = $table->data[0][4] = $table->data[0][5] = '';
|
||||
|
||||
|
@ -236,7 +243,7 @@ foreach ($layoutDatas as $layoutData) {
|
|||
break;
|
||||
default:
|
||||
$table->data[$i + 1][2] = html_print_input_text('width_' . $idLayoutData, $layoutData['width'], '', 2, 5, true) .
|
||||
'x' .
|
||||
' x ' .
|
||||
html_print_input_text('height_' . $idLayoutData, $layoutData['height'], '', 2, 5, true);
|
||||
break;
|
||||
}
|
||||
|
@ -248,9 +255,9 @@ foreach ($layoutDatas as $layoutData) {
|
|||
$table->data[$i + 1][3] = '';
|
||||
break;
|
||||
default:
|
||||
$table->data[$i + 1][3] = '(' . html_print_input_text('left_' . $idLayoutData, $layoutData['pos_x'], '', 2, 5, true) .
|
||||
',' . html_print_input_text('top_' . $idLayoutData, $layoutData['pos_y'], '', 2, 5, true) .
|
||||
')';
|
||||
$table->data[$i + 1][3] = '( ' . html_print_input_text('left_' . $idLayoutData, $layoutData['pos_x'], '', 2, 5, true) .
|
||||
' , ' . html_print_input_text('top_' . $idLayoutData, $layoutData['pos_y'], '', 2, 5, true) .
|
||||
' )';
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -472,22 +479,14 @@ else {
|
|||
echo "<form method='post' action='index.php?operation=edit_visualmap&sec=screen&sec2=screens/screens&action=visualmap&pure=0&tab=list_elements&id_visual_console=" . $idVisualConsole . "'>";
|
||||
}
|
||||
if (!defined('METACONSOLE'))
|
||||
echo '<div class="action-buttons" style="width: ' . $table->width . '">';
|
||||
echo '<div class="action-buttons" style="width: ' . $table->width . '; margin-bottom:15px;">';
|
||||
if (!defined('METACONSOLE')) {
|
||||
html_print_input_hidden ('action', 'update');
|
||||
}
|
||||
else {
|
||||
html_print_input_hidden ('action2', 'update');
|
||||
}
|
||||
if (!defined('METACONSOLE')) {
|
||||
echo "<br>";
|
||||
|
||||
html_print_input_hidden ('id_visual_console', $visualConsole["id"]);
|
||||
html_print_submit_button (__('Update'), 'go', false, 'class="sub next"');
|
||||
echo " ";
|
||||
html_print_button(__('Delete'), 'delete', false, 'submit_delete_multiple_items();', 'class="sub delete"');
|
||||
echo '</div>';
|
||||
}
|
||||
html_print_table($table);
|
||||
|
||||
echo '<div class="action-buttons" style="width: ' . $table->width . '">';
|
||||
|
|
|
@ -248,14 +248,15 @@ else {
|
|||
$color=1;
|
||||
if ($result !== false) {
|
||||
$table->head = array (__('Name'), __('Network'), __('Mode'), __('Group'), __('Incident'), __('OS'), __('Interval'), __('Ports'), __('Action'));
|
||||
$table->align = array ("","","","center","","","center","center");
|
||||
$table->width = "99%";
|
||||
$table->align = array ("left","left","left","left","left","left","left","left");
|
||||
$table->width = "100%";
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->class = "databox";
|
||||
$table->class = "databox data";
|
||||
$table->data = array ();
|
||||
|
||||
$table->style[8] = 'text-align: center;';
|
||||
$table->style[8] = 'text-align: left;';
|
||||
$table->size[8] = '15%';
|
||||
|
||||
foreach ($result as $row) {
|
||||
$data = array();
|
||||
|
|
|
@ -151,10 +151,10 @@ if ($is_windows) {
|
|||
}
|
||||
|
||||
$table->id='table_recon';
|
||||
$table->width='98%';
|
||||
$table->width='100%';
|
||||
$table->cellspacing=4;
|
||||
$table->cellpadding=4;
|
||||
$table->class="databox_color";
|
||||
$table->class="databox filters";
|
||||
$table->rowclass[3]="network_sweep";
|
||||
$table->rowclass[5]="network_sweep";
|
||||
$table->rowclass[7]="network_sweep";
|
||||
|
|
|
@ -202,8 +202,13 @@ function custom_graphs_print($id_graph, $height, $width, $period,
|
|||
|
||||
|
||||
if ($sources === false) {
|
||||
echo "<div class='nf'>" . __('Empty graph') . "</div>";
|
||||
return;
|
||||
if ($return){
|
||||
return false;
|
||||
}
|
||||
else{
|
||||
ui_print_info_message ( array ( 'no_close' => true, 'message' => __('No items.') ) );
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (empty($homeurl)) {
|
||||
|
|
|
@ -552,15 +552,13 @@ function filemanager_file_explorer($real_directory, $relative_directory,
|
|||
$files = filemanager_list_dir ($real_directory);
|
||||
|
||||
$table = new stdClass();
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->id = 'table_filemanager';
|
||||
if (!defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
$table->title = '<span>' . __('Index of %s', $relative_directory) . '</span>';
|
||||
}
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox_tactical';
|
||||
$table->title = '<span>' . __('Index of images') . '</span>';
|
||||
}
|
||||
|
@ -582,11 +580,11 @@ function filemanager_file_explorer($real_directory, $relative_directory,
|
|||
$table->head[3] = __('Size');
|
||||
$table->head[4] = __('Actions');
|
||||
if (!defined('METACONSOLE')) {
|
||||
$table->headstyle[0] = 'background-color:#80BA27';
|
||||
$table->headstyle[1] = 'background-color:#80BA27';
|
||||
$table->headstyle[2] = 'background-color:#80BA27';
|
||||
$table->headstyle[3] = 'background-color:#80BA27';
|
||||
$table->headstyle[4] = 'background-color:#80BA27';
|
||||
$table->headstyle[0] = 'background-color:#82B92E';
|
||||
$table->headstyle[1] = 'background-color:#82B92E';
|
||||
$table->headstyle[2] = 'background-color:#82B92E';
|
||||
$table->headstyle[3] = 'background-color:#82B92E';
|
||||
$table->headstyle[4] = 'background-color:#82B92E';
|
||||
}
|
||||
$prev_dir = explode ("/", $relative_directory);
|
||||
$prev_dir_str = "";
|
||||
|
@ -613,7 +611,7 @@ function filemanager_file_explorer($real_directory, $relative_directory,
|
|||
|
||||
$table->data[1][1] .= '<div id="create_folder" style="display: none;">';
|
||||
$table->data[1][1] .= '<form method="post" action="' . $url . '">';
|
||||
$table->data[1][1] .= html_print_input_text ('dirname', '', '', 15, 255, true);
|
||||
$table->data[1][1] .= html_print_input_text ('dirname', '', '', 30, 255, true);
|
||||
$table->data[1][1] .= ' ' . html_print_submit_button (__('Create'), 'crt', false, 'class="sub next"', true);
|
||||
|
||||
$table->data[1][1] .= ' ' . html_print_button(__('Close'), 'close',
|
||||
|
@ -768,7 +766,7 @@ function filemanager_file_explorer($real_directory, $relative_directory,
|
|||
if (defined("METACONSOLE"))
|
||||
echo "<div style='text-align: left; width: " . $table->width . ";'>";
|
||||
else
|
||||
echo "<div style='text-align: right; width: " . $table->width . ";'>";
|
||||
echo "<div style='text-align: right; width: " . $table->width . "; margin-bottom:5px;'>";
|
||||
|
||||
echo "<a href='javascript: show_form_create_folder();' style='margin-right: 3px; margin-bottom: 5px;'>";
|
||||
echo html_print_image('images/create_directory.png', true,
|
||||
|
|
|
@ -2086,8 +2086,8 @@ function ui_toggle($code, $name, $title = '', $hidden_default = true, $return =
|
|||
$output .= '<a href="javascript:" id="tgl_ctrl_'.$uniqid.'">' . html_print_image ($original, true, array ("title" => $title, "id" => "image_".$uniqid)) . ' <b>'.$name.'</b></a>';
|
||||
$output .= '<br />';
|
||||
|
||||
if (!defined("METACONSOLE"))
|
||||
$output .= '<br />';
|
||||
//if (!defined("METACONSOLE"))
|
||||
//$output .= '<br />';
|
||||
|
||||
// Code into a div
|
||||
$output .= "<div id='tgl_div_".$uniqid."' style='".$style."'>\n";
|
||||
|
|
|
@ -325,8 +325,8 @@ div#head {
|
|||
padding-top: 0px;
|
||||
margin-bottom: 20px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 4px;
|
||||
border-color: #80BA27;
|
||||
border-bottom-width: 3px;
|
||||
border-color: #82B92E;
|
||||
min-width: 882px;
|
||||
background-color: #333;
|
||||
color: white;
|
||||
|
@ -675,9 +675,9 @@ input.datos_readonly {
|
|||
input.sub {
|
||||
font-weight: normal;
|
||||
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
|
||||
font-size: 8pt;
|
||||
|
||||
|
@ -785,8 +785,9 @@ input.camera {
|
|||
margin-top: 13px;
|
||||
}
|
||||
input.visual_editor_button_toolbox {
|
||||
padding-right: 25px;
|
||||
padding-top: 13px;
|
||||
padding-right: 15px;
|
||||
padding-top: 10px;
|
||||
margin-top:5px;
|
||||
}
|
||||
input.delete_min {
|
||||
background: #fefefe url(../../images/cross.png) no-repeat center !important;
|
||||
|
@ -3008,9 +3009,13 @@ table#policy_modules td * {
|
|||
}
|
||||
.databox.data td>img,.databox.data th>img, .databox.data td>div>a>img,
|
||||
.databox.data td>span>img, .databox.data td>span>a>img,
|
||||
.databox.data td>a>img{
|
||||
.databox.data td>a>img {
|
||||
vertical-align: middle;
|
||||
|
||||
}
|
||||
|
||||
.databox.filters td>a>img {
|
||||
vertical-align: middle;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.databox_color td{
|
||||
|
@ -3031,6 +3036,31 @@ table#policy_modules td * {
|
|||
border-right-style: solid;
|
||||
border-right-width: 0px;
|
||||
}
|
||||
|
||||
.green_title{
|
||||
background-color: #82B92E;
|
||||
font-weight:normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dashboard{
|
||||
top: 23px;
|
||||
}
|
||||
|
||||
.dashboard li{
|
||||
# width: 150px !important;
|
||||
}
|
||||
|
||||
.dashboard li a{
|
||||
width: 160px !important;
|
||||
}
|
||||
|
||||
.text_subDashboard{
|
||||
float: left;
|
||||
margin-top: 5%;
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
||||
/* The items with the class 'spinner' will rotate */
|
||||
/* Not supported on IE9 and below */
|
||||
.spinner {
|
||||
|
|
|
@ -59,10 +59,10 @@ else {
|
|||
$table->size[0] = "20%";
|
||||
$table->head[1] = __('Display on front') .
|
||||
ui_print_help_tip (__('The fields with display on front enabled will be displayed into the agent details'), true);
|
||||
$table->size[1] = "10%";
|
||||
$table->size[1] = "20%";
|
||||
$table->head[2] = __('Description');
|
||||
$table->align = array ();
|
||||
$table->align[1] = 'center';
|
||||
$table->align[1] = 'left';
|
||||
$table->align[2] = 'left';
|
||||
$table->data = array ();
|
||||
|
||||
|
|
|
@ -451,12 +451,12 @@ $table->head[1] = __('Description'). ' ' .
|
|||
'<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=' . $refr . '&offset=' . $offset . '&group_id=' . $group_id . '&recursion=' . $recursion . '&search=' . $search . '&status='. $status . '&sort_field=description&sort=up">' . html_print_image("images/sort_up.png", true, array("style" => $selectNameUp, "alt" => "up")) . '</a>' .
|
||||
'<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=' . $refr . '&offset=' . $offset . '&group_id=' . $group_id . '&recursion=' . $recursion . '&search=' . $search . '&status='. $status . '&sort_field=description&sort=down">' . html_print_image("images/sort_down.png", true, array("style" => $selectNameDown, "alt" => "down")) . '</a>';
|
||||
|
||||
$table->size[1] = "30%";
|
||||
$table->size[1] = "25%";
|
||||
|
||||
$table->head[2] = __('OS'). ' ' .
|
||||
'<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=' . $refr . '&offset=' . $offset . '&group_id=' . $group_id . '&recursion=' . $recursion . '&search=' . $search . '&status='. $status . '&sort_field=os&sort=up">' . html_print_image("images/sort_up.png", true, array("style" => $selectOsUp, "alt" => "up")) . '</a>' .
|
||||
'<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=' . $refr . '&offset=' . $offset . '&group_id=' . $group_id . '&recursion=' . $recursion . '&search=' . $search . '&status='. $status . '&sort_field=os&sort=down">' . html_print_image("images/sort_down.png", true, array("style" => $selectOsDown, "alt" => "down")) . '</a>';
|
||||
$table->size[2] = "4%";
|
||||
$table->size[2] = "8%";
|
||||
|
||||
$table->head[3] = __('Interval'). ' ' .
|
||||
'<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=' . $refr . '&offset=' . $offset . '&group_id=' . $group_id . '&recursion=' . $recursion . '&search=' . $search . '&status='. $status . '&sort_field=interval&sort=up">' . html_print_image("images/sort_up.png", true, array("style" => $selectIntervalUp, "alt" => "up")) . '</a>' .
|
||||
|
@ -484,12 +484,12 @@ $table->size[8] = "15%";
|
|||
|
||||
$table->align = array ();
|
||||
|
||||
$table->align[2] = "center";
|
||||
$table->align[2] = "left";
|
||||
$table->align[3] = "left";
|
||||
$table->align[4] = "left";
|
||||
$table->align[5] = "left";
|
||||
$table->align[6] = "center";
|
||||
$table->align[7] = "center";
|
||||
$table->align[6] = "left";
|
||||
$table->align[7] = "left";
|
||||
$table->align[8] = "left";
|
||||
|
||||
$table->style = array();
|
||||
|
|
|
@ -91,7 +91,7 @@ if (!empty ($export_btn) && !empty ($module)) {
|
|||
case "avg":
|
||||
default:
|
||||
//HTML output - don't style or use XHTML just in case somebody needs to copy/paste it. (Office doesn't handle <thead> and <tbody>)
|
||||
$datastart = '<table style="width:98%;">' .
|
||||
$datastart = '<table style="width:100%;">' .
|
||||
'<tr>' .
|
||||
'<th>' . __('Agent') . '</th>' .
|
||||
'<th>' . __('Module') . '</th>' .
|
||||
|
@ -212,11 +212,11 @@ elseif (!empty ($export_btn) && empty ($module)) {
|
|||
if (empty($export_btn) || $show_form) {
|
||||
echo '<form method="post" action="index.php?sec=reporting&sec2=operation/agentes/exportdata" name="export_form" id="export_form">';
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->border = 0;
|
||||
$table->cellspacing = 3;
|
||||
$table->cellpadding = 5;
|
||||
$table->class = "databox_color";
|
||||
$table->class = "databox filters";
|
||||
$table->style[0] = 'vertical-align: top;';
|
||||
|
||||
$table->data = array ();
|
||||
|
@ -327,7 +327,7 @@ if (empty($export_btn) || $show_form) {
|
|||
html_print_table ($table);
|
||||
|
||||
// Submit button
|
||||
echo '<div class="action-buttons" style="width:98%;">';
|
||||
echo '<div class="action-buttons" style="width:100%;">';
|
||||
html_print_button (__('Export'), 'export_btn', false, 'change_action()', 'class="sub wand"');
|
||||
echo '</div></form>';
|
||||
}
|
||||
|
|
|
@ -110,44 +110,53 @@ $table->width = '100%';
|
|||
$table->class = 'databox filters';
|
||||
|
||||
$table->style[0] = 'font-weight: bolder; text-align: left;';
|
||||
$table->style[1] = '';
|
||||
$table->size[0] = '10%';
|
||||
$table->style[1] = 'font-weight: bolder; text-align: left;';
|
||||
$table->size[1] = '15%';
|
||||
$table->style[2] = 'font-weight: bolder; text-align: left;';
|
||||
$table->size[2] = '10%';
|
||||
$table->style[3] = 'font-weight: bolder; text-align: left;';
|
||||
$table->size[3] = '20%';
|
||||
|
||||
$table->rowspan[0][0] = 6;
|
||||
$table->rowspan[0][1] = 6;
|
||||
$table->rowspan[0][0] = 7;
|
||||
$table->rowspan[0][1] = 7;
|
||||
|
||||
$table->data[0][0] = __('Modules');
|
||||
$table->data[0][1] = html_print_select($list_modules, 'modules[]',
|
||||
$modules, '', '', 0, true, true,
|
||||
true, '', false, "width: 100%; height: 200px;");
|
||||
|
||||
$table->data[0][2] = __('Begin date');
|
||||
$table->data[0][3] = html_print_input_text ("start_date", substr ($start_date, 0, 10),'', 10, 40, true);
|
||||
$table->data[0][3] .= html_print_image ("images/calendar_view_day.png", true, array ("onclick" => "scwShow(scwID('text-start_date'),this);"));
|
||||
$table->rowspan[2][0] = 7;
|
||||
$table->data[2][0] = "";
|
||||
|
||||
$table->data[1][2] = __('Zoom factor');
|
||||
|
||||
$table->data[2][1] = __('Begin date');
|
||||
$table->data[2][2] = html_print_input_text ("start_date", substr ($start_date, 0, 10),'', 10, 40, true);
|
||||
$table->data[2][2] .= html_print_image ("images/calendar_view_day.png", true, array ("onclick" => "scwShow(scwID('text-start_date'),this);"));
|
||||
|
||||
$table->data[3][1] = __('Zoom factor');
|
||||
$options = array ();
|
||||
$options[$zoom] = 'x' . $zoom;
|
||||
$options[1] = 'x1';
|
||||
$options[2] = 'x2';
|
||||
$options[3] = 'x3';
|
||||
$options[4] = 'x4';
|
||||
$table->data[1][3] = html_print_select ($options, "zoom", $zoom, '', '', 0, true);
|
||||
$table->data[3][2] = html_print_select ($options, "zoom", $zoom, '', '', 0, true);
|
||||
|
||||
$table->data[2][2] = __('Time range');
|
||||
$table->data[4][1] = __('Time range');
|
||||
|
||||
$table->data[2][3] = html_print_extended_select_for_time('period', $period, '', '', 0, 7, true);
|
||||
$table->data[4][2] = html_print_extended_select_for_time('period', $period, '', '', 0, 7, true);
|
||||
|
||||
$table->data[3][2] = __('Show events');
|
||||
$table->data[3][3] = html_print_checkbox ("draw_events", 1, (bool) $draw_events, true);
|
||||
$table->data[4][2] = __('Show alerts') .
|
||||
$table->data[5][2] = __('Show events');
|
||||
$table->data[5][3] = html_print_checkbox ("draw_events", 1, (bool) $draw_events, true);
|
||||
$table->data[6][2] = __('Show alerts') .
|
||||
ui_print_help_tip(__('the combined graph does not show the alerts into this graph'), true);
|
||||
$table->data[4][3] = html_print_checkbox ("draw_alerts", 1, (bool) $draw_alerts, true);
|
||||
$table->data[5][2] = __('Show as one combined graph');
|
||||
$table->data[5][3] =
|
||||
$table->data[6][3] = html_print_checkbox ("draw_alerts", 1, (bool) $draw_alerts, true);
|
||||
$table->data[7][2] = __('Show as one combined graph');
|
||||
$table->data[7][3] =
|
||||
html_print_radio_button('combined', 1, __('one combined graph'),
|
||||
$combined, true);
|
||||
$table->data[5][3] .=
|
||||
$table->data[7][3] .=
|
||||
html_print_radio_button('combined', 0, __('several graphs for each module'),
|
||||
$combined, true);
|
||||
|
||||
|
@ -156,8 +165,8 @@ $htmlForm .= html_print_table($table, true);
|
|||
$htmlForm .= html_print_input_hidden('filter', 1, true);
|
||||
$htmlForm .= '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
$htmlForm .= html_print_button(__('Save as custom graph'), 'save_custom_graph',
|
||||
false, 'save_custom_graph();', 'class="sub add" style="margin-top:10px"',true) . ' ' .
|
||||
html_print_submit_button (__('Filter'), 'filter_button', false, 'class="sub upd" style="margin-top:10px"', true);
|
||||
false, 'save_custom_graph();', 'class="sub add" style=""',true) . ' ' .
|
||||
html_print_submit_button (__('Filter'), 'filter_button', false, 'class="sub upd" style=""', true);
|
||||
$htmlForm .= '</div>';
|
||||
$htmlForm .= '</form>';
|
||||
|
||||
|
|
|
@ -155,9 +155,9 @@ $table->style[3] = 'text-align: left;';
|
|||
$table->style[4] = 'text-align: left;';
|
||||
|
||||
$table->size = array();
|
||||
$table->size[0] = '80%';
|
||||
$table->size[0] = '60%';
|
||||
$table->size[1] = '60px';
|
||||
$table->size[2] = '30px';
|
||||
$table->size[2] = '70px';
|
||||
|
||||
if ($networkmaps_write || $networkmaps_manage) {
|
||||
$table->size[3] = '30px';
|
||||
|
@ -241,7 +241,7 @@ if ($networkmaps_write || $networkmaps_manage) {
|
|||
$table_manage->style = array();
|
||||
$table_manage->style[0] = 'font-weight: bold';
|
||||
$table_manage->style[2] = 'font-weight: bold';
|
||||
$table_manage->style[4] = 'text-align: right';
|
||||
$table_manage->style[4] = 'text-align: center';
|
||||
$table_manage->size = array();
|
||||
$table_manage->head = array();
|
||||
$table_manage->data = array();
|
||||
|
|
|
@ -471,11 +471,7 @@ if (!defined('METACONSOLE'))
|
|||
$table->data[1][1] = html_print_select (index_array ($modules, 'nombre', 'nombre'), "ag_modulename",
|
||||
$ag_modulename, '', __('All'), '', true, false, true, '', false, 'width: 150px;');
|
||||
|
||||
if (!defined('METACONSOLE'))
|
||||
$table->data[1][2] = __('Search');
|
||||
else
|
||||
$table->data[1][2] = __('Search');
|
||||
|
||||
$table->data[1][2] = __('Search');
|
||||
|
||||
$table->data[1][3] = html_print_input_text ("ag_freestring", $ag_freestring, '', 20,30, true);
|
||||
|
||||
|
@ -546,6 +542,7 @@ if (defined('METACONSOLE')) {
|
|||
}
|
||||
else {
|
||||
$table->colspan[2][0] = 7;
|
||||
$table->cellstyle[2][0] = "padding-left: 10px;";
|
||||
$table->data[2][0] = ui_toggle(html_print_table($table_custom_fields, true), __('Agent custom fields'),'',true,true);
|
||||
|
||||
$filters .= html_print_table($table, true);
|
||||
|
@ -955,7 +952,7 @@ if (! defined ('METACONSOLE')) {
|
|||
}
|
||||
|
||||
if (! defined ('METACONSOLE'))
|
||||
$table->align[5] = "center";
|
||||
$table->align[5] = "left";
|
||||
|
||||
$table->head[6] = __('Status');
|
||||
if (! defined ('METACONSOLE')) {
|
||||
|
@ -963,10 +960,10 @@ if (! defined ('METACONSOLE')) {
|
|||
'<a href="index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=' . $refr . '&modulegroup='.$modulegroup . '&offset=' . $offset . '&ag_group=' . $ag_group . '&ag_freestring=' . $ag_freestring . '&ag_modulename=' . $ag_modulename . '&status=' . $status . $ag_custom_fields_params . '&sort_field=status&sort=down">' . html_print_image("images/sort_down.png", true, array("style" => $selectStatusDown, "alt" => "down")) . '</a>';
|
||||
}
|
||||
|
||||
$table->align[6] = "center";
|
||||
$table->align[6] = "left";
|
||||
|
||||
$table->head[7] = __('Graph');
|
||||
$table->align[7] = "center";
|
||||
$table->align[7] = "left";
|
||||
|
||||
$table->head[8] = __('Warn');
|
||||
$table->align[8] = "left";
|
||||
|
|
|
@ -22,7 +22,7 @@ $table->id = "eventtable";
|
|||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
if(!isset($table->class)) {
|
||||
$table->class = "databox";
|
||||
$table->class = "databox data";
|
||||
}
|
||||
$table->head = array ();
|
||||
$table->data = array ();
|
||||
|
@ -38,10 +38,9 @@ else {
|
|||
//headers
|
||||
$i = 0;
|
||||
$table->head[$i] = __('ID');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
if (in_array('server_name', $show_fields)) {
|
||||
$table->head[$i] = __('Server');
|
||||
|
@ -55,10 +54,8 @@ if (in_array('estado', $show_fields)) {
|
|||
}
|
||||
if (in_array('id_evento', $show_fields)) {
|
||||
$table->head[$i] = __('Event ID');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('evento', $show_fields)) {
|
||||
|
@ -75,129 +72,99 @@ if (in_array('id_agente', $show_fields)) {
|
|||
}
|
||||
if (in_array('timestamp', $show_fields)) {
|
||||
$table->head[$i] = __('Timestamp');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('id_usuario', $show_fields)) {
|
||||
$table->head[$i] = __('User');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('owner_user', $show_fields)) {
|
||||
$table->head[$i] = __('Owner');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('id_grupo', $show_fields)) {
|
||||
$table->head[$i] = __('Group');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('event_type', $show_fields)) {
|
||||
$table->head[$i] = __('Event type');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$table->style[$i] = 'min-width: 85px;';
|
||||
$i++;
|
||||
}
|
||||
if (in_array('id_agentmodule', $show_fields)) {
|
||||
$table->head[$i] = __('Agent Module');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('id_alert_am', $show_fields)) {
|
||||
$table->head[$i] = __('Alert');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
|
||||
if (in_array('criticity', $show_fields)) {
|
||||
$table->head[$i] = __('Severity');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('user_comment', $show_fields)) {
|
||||
$table->head[$i] = __('Comment');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('tags', $show_fields)) {
|
||||
$table->head[$i] = __('Tags');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('source', $show_fields)) {
|
||||
$table->head[$i] = __('Source');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('id_extra', $show_fields)) {
|
||||
$table->head[$i] = __('Extra ID');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('ack_utimestamp', $show_fields)) {
|
||||
$table->head[$i] = __('ACK Timestamp');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if (in_array('instructions', $show_fields)) {
|
||||
$table->head[$i] = __('Instructions');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$i++;
|
||||
}
|
||||
if ($i != 0 && $allow_action) {
|
||||
$table->head[$i] = __('Action');
|
||||
if(defined("METACONSOLE"))
|
||||
$table->align[$i] = 'left';
|
||||
else
|
||||
$table->align[$i] = 'center';
|
||||
$table->size[$i] = '80px';
|
||||
$table->align[$i] = 'left';
|
||||
|
||||
$table->size[$i] = '90px';
|
||||
$i++;
|
||||
if (check_acl ($config["id_user"], 0, "EW") == 1 && !$readonly) {
|
||||
$table->head[$i] = html_print_checkbox ("all_validate_box", "1", false, true);
|
||||
$table->align[$i] = 'center';
|
||||
$table->align[$i] = 'left';
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -644,7 +611,7 @@ foreach ($result as $event) {
|
|||
|
||||
echo '<div id="events_list">';
|
||||
if (!empty ($table->data)) {
|
||||
echo '<div style="clear:both"></div>';
|
||||
|
||||
if ($allow_pagination) {
|
||||
ui_pagination ($total_events, $url, $offset, $pagination);
|
||||
}
|
||||
|
|
|
@ -35,12 +35,8 @@ if (! check_acl ($config["id_user"], 0, "ER")) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (defined('METACONSOLE')) {
|
||||
$jump = ' ';
|
||||
}
|
||||
else {
|
||||
$jump = "<br>";
|
||||
}
|
||||
|
||||
$jump = ' ';
|
||||
|
||||
if (is_ajax()) {
|
||||
$get_filter_values = get_parameter('get_filter_values', 0);
|
||||
|
@ -162,10 +158,6 @@ require('events.build_query.php');
|
|||
|
||||
$id_name = get_parameter('id_name', '');
|
||||
|
||||
if (!defined("METACONSOLE"))
|
||||
echo "<br>";
|
||||
|
||||
|
||||
// Trick to catch if any filter button has been pushed (don't collapse filter)
|
||||
// or the filter was open before click or autorefresh is in use (collapse filter)
|
||||
$update_pressed = get_parameter_post('update', '');
|
||||
|
@ -174,22 +166,7 @@ $update_pressed = (int) !empty($update_pressed);
|
|||
if ($update_pressed || $open_filter) {
|
||||
$open_filter = true;
|
||||
}
|
||||
if (!defined("METACONSOLE")) {
|
||||
$table = html_get_predefined_table('transparent', 2);
|
||||
$table->styleTable = 'width: 23px; float: right; background: #ECECEC;';
|
||||
$table->width = '98%';
|
||||
$table->style[0] = 'text-align: left;';
|
||||
$table->style[1] = 'text-align: right;';
|
||||
|
||||
$table->data[0][1] = '<a id="events_graph_link" href="javascript: show_events_graph_dialog()">' . html_print_image('images/chart_curve.png', true, array('title' => __('Show events graph'))) . '</a>';
|
||||
$table->cellstyle[0][1] = 'background: #ECECEC;';
|
||||
|
||||
if(defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class='events_list';
|
||||
}
|
||||
html_print_table($table);
|
||||
}
|
||||
unset($table);
|
||||
|
||||
$filters = events_get_event_filter_select();
|
||||
|
@ -208,7 +185,7 @@ if (check_acl ($config["id_user"], 0, "EW") || check_acl ($config["id_user"], 0,
|
|||
// Save filter div for dialog
|
||||
echo '<div id="save_filter_layer" style="display: none">';
|
||||
$table->id = 'save_filter_form';
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->cellspacing = 4;
|
||||
$table->cellpadding = 4;
|
||||
$table->class = 'databox';
|
||||
|
@ -271,7 +248,7 @@ if (check_acl ($config["id_user"], 0, "EW") || check_acl ($config["id_user"], 0,
|
|||
// Load filter div for dialog
|
||||
echo '<div id="load_filter_layer" style="display: none">';
|
||||
$table->id = 'load_filter_form';
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->cellspacing = 4;
|
||||
$table->cellpadding = 4;
|
||||
$table->class = 'databox';
|
||||
|
@ -340,21 +317,17 @@ if (defined('METACONSOLE')) {
|
|||
|
||||
|
||||
$data = array();
|
||||
if (!defined("METACONSOLE"))
|
||||
$data[0] = html_print_select ($tags_select_with, 'select_with', '', '', '', 0,
|
||||
true, true, true, '', false, 'width: 120px; height: 70px;') . '<br>';
|
||||
else
|
||||
$data[0] = html_print_select ($tags_select_with, 'select_with', '', '', '', 0,
|
||||
true, true, true, '', false, 'width: auto; height: 70px;') . '<br>';
|
||||
|
||||
$data[0] = html_print_select ($tags_select_with, 'select_with', '', '', '', 0,
|
||||
true, true, true, '', false, 'width: 120px; height: 70px;') . $jump;
|
||||
|
||||
$data[1] = html_print_image('images/darrowright.png', true, array('id' => 'button-add_with', 'style' => 'cursor: pointer;', 'title' => __('Add')));
|
||||
$data[1] .= html_print_input_hidden('tag_with', $tag_with_base64, true);
|
||||
$data[1] .= '<br><br>' . html_print_image('images/darrowleft.png', true, array('id' => 'button-remove_with', 'style' => 'cursor: pointer;', 'title' => __('Remove')));
|
||||
if(!defined("METACONSOLE"))
|
||||
$data[2] = html_print_select ($tag_with_temp, 'tag_with_temp', array(), '', '',
|
||||
0, true, true, true, '', false, "width: 120px; height: 70px;");
|
||||
else
|
||||
$data[2] = html_print_select ($tag_with_temp, 'tag_with_temp', array(), '', '',
|
||||
0, true, true, true, '', false, "width: auto; height: 70px;");
|
||||
|
||||
$data[2] = html_print_select ($tag_with_temp, 'tag_with_temp', array(), '', '',
|
||||
0, true, true, true, '', false, "width: 120px; height: 70px;");
|
||||
|
||||
$tabletags_with->data[] = $data;
|
||||
$tabletags_with->rowclass[] = '';
|
||||
|
||||
|
@ -375,7 +348,7 @@ $tabletags_without->styleTable = 'border: 0px;';
|
|||
|
||||
$data = array();
|
||||
$data[0] = html_print_select ($tags_select_without, 'select_without', '', '', '', 0,
|
||||
true, true, true, '', false, 'width: 200px; height: 70px;') . '<br>';
|
||||
true, true, true, '', false, 'width: 200px; height: 70px;') . $jump;
|
||||
$data[1] = html_print_image('images/darrowright.png', true, array('id' => 'button-add_without', 'style' => 'cursor: pointer;', 'title' => __('Add')));
|
||||
$data[1] .= html_print_input_hidden('tag_without', $tag_without_base64, true);
|
||||
$data[1] .= '<br><br>' . html_print_image('images/darrowleft.png', true, array('id' => 'button-remove_without', 'style' => 'cursor: pointer;', 'title' => __('Remove')));
|
||||
|
@ -414,7 +387,7 @@ else {
|
|||
//- INI ADVANCE FILTER -------------------------------------------------
|
||||
$table_advanced = new stdClass();
|
||||
$table_advanced->id = 'events_filter_form_advanced';
|
||||
$table_advanced->width = '98%';
|
||||
$table_advanced->width = '100%';
|
||||
$table_advanced->cellspacing = 4;
|
||||
$table_advanced->cellpadding = 4;
|
||||
$table_advanced->class = 'transparent';
|
||||
|
@ -541,7 +514,7 @@ $table->id = 'events_filter_form';
|
|||
$table->width = '100%';
|
||||
$table->cellspacing = 4;
|
||||
$table->cellpadding = 4;
|
||||
$table->class = 'databox';
|
||||
$table->class = 'databox filters';
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '96%';
|
||||
$table->class = 'databox_filters';
|
||||
|
@ -609,43 +582,27 @@ if (check_acl ($config["id_user"], 0, "EW")) {
|
|||
$data[0] .= '<a href="javascript:" onclick="show_save_filter_dialog();">' .
|
||||
html_print_image("images/disk.png", true, array("border" => '0', "title" => __('Save filter'), "alt" => __('Save filter'))) . '</a> ';
|
||||
}
|
||||
if (defined("METACONSOLE")) {
|
||||
$data[0] .= '<a href="javascript:" onclick="show_load_filter_dialog();">' .
|
||||
|
||||
$data[0] .= '<a href="javascript:" onclick="show_load_filter_dialog();">' .
|
||||
html_print_image("images/load.png", true, array("border" => '0', "title" => __('Load filter'), "alt" => __('Load filter'))) . '</a> ';
|
||||
$data[0] .= '<a id="events_graph_link" href="javascript: show_events_graph_dialog()">' .
|
||||
html_print_image('images/chart_curve.png', true, array('title' => __('Show events graph'))) . '</a> <br />';
|
||||
}
|
||||
else
|
||||
$data[0] .= '<a href="javascript:" onclick="show_load_filter_dialog();">' .
|
||||
html_print_image("images/load.png", true, array("border" => '0', "title" => __('Load filter'), "alt" => __('Load filter'))) . '</a> <br />';
|
||||
if (defined("METACONSOLE")) {
|
||||
if (empty($id_name)) {
|
||||
$data[0] .= '<div id="filter_loaded_span" style="font-weight: normal">[' .
|
||||
__('No filter loaded') .
|
||||
']</div>';
|
||||
}
|
||||
else {
|
||||
$data[0] .= '<div id="filter_loaded_span" style="font-weight: normal">[' .
|
||||
__('Filter loaded') . ': ' . $id_name .
|
||||
']</div>';
|
||||
}
|
||||
$data[0] .= '<a id="events_graph_link" href="javascript: show_events_graph_dialog()">' .
|
||||
html_print_image('images/chart_curve.png', true, array('title' => __('Show events graph'))) . '</a> <br />';
|
||||
|
||||
|
||||
if (empty($id_name)) {
|
||||
$data[0] .= '<div id="filter_loaded_span" style="font-weight: normal">[' .
|
||||
__('No filter loaded') .
|
||||
']</div>';
|
||||
}
|
||||
else {
|
||||
if (empty($id_name)) {
|
||||
$data[0] .= '<span id="filter_loaded_span" style="font-weight: normal">[' .
|
||||
__('No filter loaded') .
|
||||
']</span>';
|
||||
}
|
||||
else {
|
||||
$data[0] .= '[<span id="filter_loaded_span" style="font-weight: normal">' .
|
||||
__('Filter loaded') . ': ' . $id_name .
|
||||
'</span>]';
|
||||
}
|
||||
|
||||
$data[0] .= '<div id="filter_loaded_span" style="font-weight: normal">[' .
|
||||
__('Filter loaded') . ': ' . $id_name .
|
||||
']</div>';
|
||||
}
|
||||
|
||||
$data[0] .= '</div>';
|
||||
|
||||
$data[1] = html_print_submit_button (__('Update'), 'update', false, 'class="sub upd"', true);
|
||||
|
||||
$table->colspan[count($table->data)][1] = 4;
|
||||
$table->rowstyle[count($table->data)] = 'text-align:right;';
|
||||
$table->data[] = $data;
|
||||
|
@ -655,6 +612,12 @@ $events_filter .= html_print_table($table, true);
|
|||
|
||||
unset($table);
|
||||
|
||||
$botom_update = "<div style='width:100%;float:right;'>";
|
||||
$botom_update .= html_print_submit_button (__('Update'), 'update', false, 'class="sub upd" style="float:right;"', true);
|
||||
$botom_update .= "</div>";
|
||||
|
||||
$events_filter .= $botom_update;
|
||||
|
||||
$events_filter .= "</form>"; //This is the filter div
|
||||
|
||||
if (defined('METACONSOLE'))
|
||||
|
|
|
@ -27,13 +27,14 @@ ui_print_page_header(__('GIS Maps')." » ".__('Summary'), "images/op_gis.pn
|
|||
|
||||
$maps = gis_get_maps();
|
||||
|
||||
$table->width = "98%";
|
||||
$table->width = "100%";
|
||||
$table->class = "databox data";
|
||||
$table->data = array ();
|
||||
$table->head = array ();
|
||||
$table->head[0] = __('Name');
|
||||
$table->head[1] = __('Group');
|
||||
$table->align = array ();
|
||||
$table->align[1] = 'center';
|
||||
$table->align[1] = 'left';
|
||||
|
||||
$rowPair = true;
|
||||
$iterator = 0;
|
||||
|
|
|
@ -211,11 +211,12 @@ if (empty ($result)) {
|
|||
|
||||
echo '<form name="visualizacion" method="post" action="index.php?sec=workspace&sec2=operation/incidents/incident">';
|
||||
|
||||
echo '<table class="databox" cellpadding="4" cellspacing="4" width="95%"><tr>
|
||||
echo '<table class="databox filters" cellpadding="4" cellspacing="4" width="100%"><tr>
|
||||
<td valign="middle"><h3>'.__('Filter').'</h3>';
|
||||
|
||||
$fields = incidents_get_status ();
|
||||
html_print_select ($fields, "estado", $estado, 'javascript:this.form.submit();', __('All incidents'), -1, false, false, false, 'w155');
|
||||
echo __("Incidents:") . ' ';
|
||||
html_print_select ($fields, "estado", $estado, 'javascript:this.form.submit();', __('All incidents'), -1, false, false, false, 'w155');
|
||||
|
||||
//Legend
|
||||
echo '</td><td valign="middle"><noscript>';
|
||||
|
@ -237,10 +238,12 @@ echo '</td></tr><tr><td>';
|
|||
|
||||
$fields = incidents_get_priorities ();
|
||||
|
||||
echo __("Priorities:") . ' ';
|
||||
html_print_select ($fields, "prioridad", $prioridad, 'javascript:this.form.submit();', __('All priorities'), -1,false,false,false,'w155');
|
||||
|
||||
echo '</td></tr><tr><td>';
|
||||
|
||||
echo __("Users:") . ' ';
|
||||
html_print_select (users_get_info (), "usuario", $usuario, 'javascript:this.form.submit();', __('All users'), "", false, false, false, "w155");
|
||||
|
||||
echo '</td></tr><tr><td>';
|
||||
|
@ -256,16 +259,20 @@ foreach ($agents_incidents as $agent_incident) {
|
|||
$result_agent_incidents[$agent_incident['id_agente']] = $agent_incident['nombre'];
|
||||
}
|
||||
|
||||
echo __("Agents:") . ' ';
|
||||
html_print_select ($result_agent_incidents, "agent_search",
|
||||
$agent_search, 'javascript:this.form.submit();', __('All agents'),
|
||||
"", false, false, false, "w155");
|
||||
|
||||
echo '</td></tr><tr><td colspan=3>';
|
||||
|
||||
|
||||
echo __("Groups:") . ' ';
|
||||
html_print_select_groups($config["id_user"], "IR", true, "grupo", $grupo, 'javascript:this.form.submit();', '', '',false,false,false,'w155');
|
||||
|
||||
echo " ";
|
||||
//echo " ";
|
||||
echo '</td></tr><tr><td colspan=3>';
|
||||
|
||||
echo __("Free text:") . ' ';
|
||||
html_print_input_text ('texto', $texto, '', 45);
|
||||
echo ' ';
|
||||
html_print_input_image ("submit", "images/zoom.png", __('Search'), 'padding:0;', false, array ("alt" => __('Search')));
|
||||
|
@ -300,7 +307,7 @@ else {
|
|||
|
||||
// Show headers
|
||||
$table->width = "100%";
|
||||
$table->class = "databox";
|
||||
$table->class = "databox data";
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->head = array ();
|
||||
|
@ -321,10 +328,10 @@ else {
|
|||
$table->size[0] = 43;
|
||||
$table->size[7] = 50;
|
||||
|
||||
$table->align[1] = "center";
|
||||
$table->align[3] = "center";
|
||||
$table->align[4] = "center";
|
||||
$table->align[8] = "center";
|
||||
$table->align[1] = "left";
|
||||
$table->align[3] = "left";
|
||||
$table->align[4] = "left";
|
||||
$table->align[8] = "left";
|
||||
|
||||
$rowPair = true;
|
||||
$iterator = 0;
|
||||
|
|
|
@ -71,7 +71,8 @@ if ($read_message) {
|
|||
$dst_name = $message["id_usuario_destino"];
|
||||
}
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->data = array();
|
||||
|
||||
$table->data[0][0] = __('Sender');
|
||||
|
@ -103,7 +104,7 @@ if ($read_message) {
|
|||
|
||||
echo '<form method="post" action="index.php?sec=workspace&sec2=operation/messages/message_list&show_sent=1&delete_message=1&id='.$message_id.'">';
|
||||
html_print_table($table);
|
||||
echo "<div style='padding-bottom: 20px; text-align: right; width:" . $table->width . "'>";
|
||||
echo "<div style=' text-align: right; width:" . $table->width . "'>";
|
||||
html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete"');
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
|
@ -113,7 +114,7 @@ if ($read_message) {
|
|||
html_print_input_hidden ("subject", $new_subj);
|
||||
html_print_input_hidden ("message", $new_msg);
|
||||
html_print_input_hidden ("orig_user", $message["id_usuario_destino"]);
|
||||
echo "<div style='padding-bottom: 20px; text-align: right; width:" . $table->width . "'>";
|
||||
echo "<div style='text-align: right; width:" . $table->width . "'>";
|
||||
html_print_submit_button (__('Reply'), 'reply', false, 'class="sub next"');
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
|
@ -149,7 +150,8 @@ if (($new_msg) && ($dst_group!='') && (!$reply)) {
|
|||
//user info
|
||||
$own_info = get_user_info ($config['id_user']);
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
|
||||
$table->data = array();
|
||||
|
||||
|
|
|
@ -93,8 +93,8 @@ if (empty ($messages)) {
|
|||
echo '<div class="nf">'.__('There are no messages').'</div>';
|
||||
}
|
||||
else {
|
||||
$table->width = "98%";
|
||||
$table->class = "databox";
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->head = array ();
|
||||
|
@ -102,11 +102,11 @@ else {
|
|||
$table->align = array ();
|
||||
$table->size = array ();
|
||||
|
||||
$table->align[0] = "center";
|
||||
$table->align[1] = "center";
|
||||
$table->align[2] = "center";
|
||||
$table->align[3] = "center";
|
||||
$table->align[4] = "center";
|
||||
$table->align[0] = "left";
|
||||
$table->align[1] = "left";
|
||||
$table->align[2] = "left";
|
||||
$table->align[3] = "left";
|
||||
$table->align[4] = "left";
|
||||
|
||||
$table->size[0] = "20px";
|
||||
$table->size[1] = "100px";
|
||||
|
@ -200,14 +200,14 @@ else {
|
|||
else
|
||||
echo '<form method="post" action="index.php?sec=workspace&sec2=operation/messages/message_list&multiple_delete=1">';
|
||||
html_print_table($table);
|
||||
echo "<div style='padding-bottom: 20px; text-align: right; width:" . $table->width . "'>";
|
||||
echo "<div style='text-align: right; width:" . $table->width . "'>";
|
||||
html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete"');
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
}
|
||||
|
||||
echo '<form method="post" action="index.php?sec=workspace&sec2=operation/messages/message_edit">';
|
||||
echo '<div class="action-buttons" style="width: 98%; margin-top: 5px;">';
|
||||
echo '<div class="action-buttons" style="width: 100%; ">';
|
||||
html_print_submit_button (__('Create message'), 'create', false, 'class="sub next"');
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
|
|
|
@ -147,14 +147,22 @@ if ($view_graph) {
|
|||
__('Custom graphs') . " - " . $graph['name'],
|
||||
"images/chart.png", false, "", false, $options);
|
||||
|
||||
echo "<table class='databox_frame' cellpadding='0' cellspacing='0' width='98%'>";
|
||||
echo "<tr><td>";
|
||||
custom_graphs_print($id_graph, $height, $width, $period, $stacked,
|
||||
false, $unixdate);
|
||||
echo "</td></tr></table>";
|
||||
$graph_return = custom_graphs_print($id_graph, $height, $width, $period, $stacked,
|
||||
true, $unixdate);
|
||||
|
||||
if ($graph_return){
|
||||
echo "<table class='databox filters' cellpadding='0' cellspacing='0' width='100%'>";
|
||||
echo "<tr><td>";
|
||||
echo $graph_return;
|
||||
echo "</td></tr></table>";
|
||||
}
|
||||
else {
|
||||
ui_print_info_message ( array ( 'no_close' => true, 'message' => __('No data.') ) );
|
||||
}
|
||||
|
||||
$period_label = human_time_description_raw ($period);
|
||||
echo "<form method='POST' action='index.php?sec=reporting&sec2=operation/reporting/graph_viewer&view_graph=1&id=$id_graph'>";
|
||||
echo "<table class='databox_frame' cellpadding='4' cellspacing='4' style='width: 98%'>";
|
||||
echo "<table class='databox filters' cellpadding='4' cellspacing='4' style='width: 100%'>";
|
||||
echo "<tr>";
|
||||
|
||||
echo "<td>";
|
||||
|
|
|
@ -76,38 +76,38 @@ else {
|
|||
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->width = "99%";
|
||||
$table->class = "databox";
|
||||
$table->width = "100%";
|
||||
$table->class = "databox data";
|
||||
$table->head = array ();
|
||||
$table->data = array ();
|
||||
$table->align = array ();
|
||||
|
||||
$table->head[0] = __('Force');
|
||||
$table->align[0] = "center";
|
||||
$table->align[0] = "left";
|
||||
|
||||
$table->head[1] = __('Task name');
|
||||
$table->align[1] = "center";
|
||||
$table->align[1] = "left";
|
||||
|
||||
$table->head[2] = __('Interval');
|
||||
$table->align[2] = "center";
|
||||
$table->align[2] = "left";
|
||||
|
||||
$table->head[3] = __('Network');
|
||||
$table->align[3] = "center";
|
||||
$table->align[3] = "left";
|
||||
|
||||
$table->head[4] = __('Status');
|
||||
$table->align[4] = "center";
|
||||
$table->align[4] = "left";
|
||||
|
||||
$table->head[5] = __('Template');
|
||||
$table->align[5] = "center";
|
||||
$table->align[5] = "left";
|
||||
|
||||
$table->head[6] = __('Progress');
|
||||
$table->align[6] = "center";
|
||||
$table->align[6] = "left";
|
||||
|
||||
$table->head[7] = __('Updated at');
|
||||
$table->align[7] = "center";
|
||||
$table->align[7] = "left";
|
||||
|
||||
$table->head[8] = __('Edit');
|
||||
$table->align[8] = "center";
|
||||
$table->align[8] = "left";
|
||||
|
||||
foreach ($recon_tasks as $task) {
|
||||
$data = array ();
|
||||
|
|
|
@ -180,10 +180,10 @@ if ($status != -1) {
|
|||
}
|
||||
$jump = "<br />";
|
||||
$table->id = 'user_form';
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->cellspacing = 4;
|
||||
$table->cellpadding = 4;
|
||||
$table->class = 'vertical_fields';
|
||||
$table->class = 'databox filters';
|
||||
if (defined('METACONSOLE')) {
|
||||
$jump = " ";
|
||||
$table->width = '100%';
|
||||
|
@ -396,7 +396,8 @@ unset($table);
|
|||
if (!defined('METACONSOLE'))
|
||||
echo '<h4>'.__('Profiles/Groups assigned to this user').'</h4>';
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
if (defined('METACONSOLE')) {
|
||||
echo '<br />';
|
||||
$table->width = '100%';
|
||||
|
@ -417,7 +418,7 @@ $table->head[0] = __('Profile name');
|
|||
$table->head[1] = __('Group');
|
||||
$table->head[2] = __('Tags');
|
||||
$table->align = array();
|
||||
$table->align[1] = 'center';
|
||||
$table->align[1] = 'left';
|
||||
|
||||
$table->data = array ();
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@ ui_print_page_header (__('Webchat'), "images/comments.png", false, "", false, ""
|
|||
$table = null;
|
||||
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->style[0][1] = 'text-align: right; vertical-align: top;';
|
||||
|
||||
$table->data[0][0] = '<div id="chat_box" style="width: 95%;
|
||||
|
@ -81,13 +82,14 @@ $table->data[0][0] = '<div id="chat_box" style="width: 95%;
|
|||
$table->data[0][1] = '<h4>' . __('Users Online') . '</h4>' .
|
||||
'<div id="userlist_box" style="width: 90% !important; height: 200px !important;
|
||||
height: 300px; background: #ffffff; border: 1px inset black;
|
||||
overflow: auto; padding: 10px;"></div>';
|
||||
$table->data[1][0] = html_print_input_text('message_box', '', '',
|
||||
overflow: auto; padding-right: 10px;"></div>';
|
||||
$table->data[1][0] = "<b>" . __('Message') . "</b> " . html_print_input_text('message_box', '', '',
|
||||
100, 150, true);
|
||||
$table->data[1][1] = html_print_button(__('Send message'), 'send', false, 'send_message()',
|
||||
'class="sub next" style="width: 100%"', true);
|
||||
|
||||
html_print_table($table);
|
||||
|
||||
echo "<div style='width:100%'>" . html_print_button(__('Send message'), 'send', false, 'send_message()',
|
||||
'class="sub next" style="float:right"', true) . "</div>";
|
||||
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
var global_counter_chat = 0;
|
||||
|
|
Loading…
Reference in New Issue