Change visual of console
This commit is contained in:
parent
2f5596ed9e
commit
9544dec1ac
|
@ -131,13 +131,14 @@ function mainInsertData() {
|
|||
}
|
||||
}
|
||||
|
||||
echo '<div class="notify">';
|
||||
echo '<div class="notify" style="margin-bottom:15px;">';
|
||||
echo sprintf(__("Please check that the directory \"%s\" is writeable by the apache user. <br /><br />The CSV file format is date;value<newline>date;value<newline>... The date in CSV is in format Y/m/d H:i:s."),
|
||||
$config['remote_config']);
|
||||
echo '</div>';
|
||||
|
||||
$table = null;
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->style = array();
|
||||
$table->style[0] = 'font-weight: bolder;';
|
||||
|
||||
|
|
|
@ -341,16 +341,16 @@ function resource_exportation_extension_main() {
|
|||
echo "<br /><br />";
|
||||
|
||||
$table = null;
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->style[0] = 'width: 30%;';
|
||||
$table->style[1] = 'width: 10%;';
|
||||
$table->class = "databox_color";
|
||||
$table->class = "databox filters";
|
||||
$table->data[0][0] = __('Report');
|
||||
$table->data[0][1] = html_print_select_from_sql('SELECT id_report, name FROM treport', 'report', '', '', '', 0, true);
|
||||
$table->data[0][2] = html_print_button(__('Export'), '', false, 'export_to_ptr(\'report\');', 'class="sub"', true);
|
||||
$table->data[0][2] = html_print_button(__('Export'), '', false, 'export_to_ptr(\'report\');', 'class="sub config"', true);
|
||||
$table->data[1][0] = __('Visual console');
|
||||
$table->data[1][1] = html_print_select_from_sql('SELECT id, name FROM tlayout', 'visual_console', '', '', '', 0, true);
|
||||
$table->data[1][2] = html_print_button(__('Export'), '', false, 'export_to_ptr(\'visual_console\');', 'class="sub"', true);
|
||||
$table->data[1][2] = html_print_button(__('Export'), '', false, 'export_to_ptr(\'visual_console\');', 'class="sub config"', true);
|
||||
|
||||
if ($hook_enterprise === true)
|
||||
add_rows_for_enterprise($table->data);
|
||||
|
|
|
@ -853,8 +853,6 @@ function resource_registration_extension_main() {
|
|||
echo '<table class="databox" id="table1" width="98%" border="0" cellpadding="4" cellspacing="4">';
|
||||
echo "<tr>";
|
||||
echo "<td colspan='2' class='datos'><input type='file' name='resource_upload' />";
|
||||
echo "</tr>";
|
||||
echo "<tr>";
|
||||
echo "<td>" . __('Group filter: ') . "</td>";
|
||||
echo "<td>";
|
||||
html_print_select_groups(false, "AW", true, 'group');
|
||||
|
|
|
@ -39,13 +39,16 @@ else {
|
|||
ui_print_page_header (__("Create agent custom field"), "images/custom_field.png", false, "", true, "");
|
||||
}
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->style[0] = 'font-weight: bold';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
$table->data = array ();
|
||||
$table->data[0][0] = __('Name');
|
||||
$table->data[0][1] = html_print_input_text ('name', $name, '', 35, 100, true);
|
||||
|
||||
$table->data[1][0] = __('Display on front').ui_print_help_tip (__('The fields with display on front enabled will be displayed into the agent details'), true);
|
||||
$table->data[1][1] = html_print_checkbox ('display_on_front', 1, $display_on_front, true);
|
||||
$table->data[0][2] = __('Display on front').ui_print_help_tip (__('The fields with display on front enabled will be displayed into the agent details'), true);
|
||||
$table->data[0][3] = html_print_checkbox ('display_on_front', 1, $display_on_front, true);
|
||||
|
||||
echo '<form name="field" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/fields_manager">';
|
||||
html_print_table ($table);
|
||||
|
|
|
@ -102,7 +102,7 @@ if ($fields) {
|
|||
$table->data = array ();
|
||||
}
|
||||
else {
|
||||
echo '<div class="nf">'. __('No fields defined') .'</div>';
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('No fields defined') ) );
|
||||
}
|
||||
|
||||
if ($fields === false) $fields = array();
|
||||
|
|
|
@ -549,8 +549,7 @@ if ($agents !== false) {
|
|||
echo "<table width='100%'><tr><td align='right'>";
|
||||
}
|
||||
else {
|
||||
echo "<div class='nf'>" . __('There are no defined agents') . "</div>";
|
||||
echo " </td></tr><tr><td>";
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no defined agents') ) );
|
||||
}
|
||||
|
||||
if (check_acl ($config["id_user"], 0, "AW")) {
|
||||
|
|
|
@ -88,15 +88,15 @@ $result = false;
|
|||
|
||||
$result = categories_get_all_categories ();
|
||||
|
||||
// Prepare pagination
|
||||
ui_pagination ($total_categories, $url);
|
||||
|
||||
// Display categories previously filtered or not
|
||||
$rowPair = true;
|
||||
$iterator = 0;
|
||||
|
||||
if (!empty($result)) {
|
||||
|
||||
// Prepare pagination
|
||||
ui_pagination ($total_categories, $url);
|
||||
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
if(defined('METACONSOLE'))
|
||||
|
@ -153,7 +153,7 @@ if (!empty($result)) {
|
|||
}
|
||||
else {
|
||||
// No categories available or selected
|
||||
echo "<div class='nf'>".__('No categories found')."</div>";
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('No categories found') ) );
|
||||
}
|
||||
// Form to add new categories or search categories
|
||||
if (!defined('METACONSOLE')) {
|
||||
|
|
|
@ -152,7 +152,7 @@ else
|
|||
}
|
||||
}
|
||||
echo "<tr>";
|
||||
echo "<td>";
|
||||
echo "<td style='font-weight: bold'>";
|
||||
|
||||
html_print_label (__("Name"),'name');
|
||||
echo "</td>";
|
||||
|
|
|
@ -308,10 +308,10 @@ switch ($action) {
|
|||
}
|
||||
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
|
||||
$table->data = array ();
|
||||
$table->valign[0] = 'top';
|
||||
|
||||
$table->data[0][0] = __('Map Name') . ui_print_help_tip (__('Descriptive name for the map'), true). ':';
|
||||
$table->data[0][1] = html_print_input_text ('map_name', $map_name, '', 30, 60, true);
|
||||
|
@ -333,12 +333,12 @@ foreach ($listConnectionTemp as $connectionTemp) {
|
|||
}
|
||||
|
||||
$table->data[1][0] = __("Add Map connection") . ui_print_help_tip (__('At least one map connection must be defined, it will be possible to change between the connections in the map'), true). ": " . $iconError;
|
||||
$table->data[1][1] = "<table class='databox' border='0' id='map_connection'>
|
||||
$table->data[1][1] = "<table style='padding:0px;' class='no-class' border='0' id='map_connection'>
|
||||
<tr>
|
||||
<td>
|
||||
<td style='padding:0px;' >
|
||||
" . html_print_select($listConnection, 'map_connection', '', '', '', '0', true) ."
|
||||
</td>
|
||||
<td>
|
||||
<td style='padding:0px;' >
|
||||
<a href='javascript: addConnectionMap();'>" . html_print_image ("images/add.png", true) . "</a>
|
||||
<input type='hidden' name='map_connection_list' value='' id='map_connection_list' />
|
||||
<input type='hidden' name='layer_list' value='' id='layer_list' />
|
||||
|
@ -374,27 +374,13 @@ $table->data[8][1] = html_print_input_text ('map_default_longitude', $map_defaul
|
|||
$table->data[9][0] = __('Default Altitude') . ':';
|
||||
$table->data[9][1] = html_print_input_text ('map_default_altitude', $map_default_altitude, '', 8, 8, true);
|
||||
|
||||
echo '<div class="action-buttons" style="margin-top: 20px; width: '.$table->width.'">';
|
||||
switch ($action) {
|
||||
case 'save_new':
|
||||
case 'edit_map':
|
||||
case 'update_saved':
|
||||
html_print_submit_button(_('Update map'), 'update_button', false, 'class="sub upd"');
|
||||
break;
|
||||
case 'new_map':
|
||||
html_print_submit_button(_('Save map'), 'save_button', false, 'class="sub wand"');
|
||||
break;
|
||||
}
|
||||
echo '</div>';
|
||||
|
||||
html_print_table($table);
|
||||
|
||||
echo "<h3>" . __('Layers') . ui_print_help_tip (__('Each layer can show agents from one group or the agents added to that layer or both.'), true). "</h3>";
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->data = array ();
|
||||
$table->valign[0] = 'top';
|
||||
$table->valign[1] = 'top';
|
||||
|
||||
$table->data[0][0] = "<h4>" .__('List of layers') . ui_print_help_tip (__('It is possible to edit, delete and reorder the layers.'), true) . "</h4>";
|
||||
$table->data[0][1] = '<div style="text-align: right;">' . html_print_button(__('New layer'), 'new_layer', false, 'newLayer();', 'class="sub add"', true) . '</div>';
|
||||
|
@ -403,7 +389,7 @@ $table->data[1][0] = '<table class="databox" border="0" cellpadding="4" cellspac
|
|||
gis_add_layer_list($layer_list) .
|
||||
'</table>';
|
||||
$table->data[1][1] = '<div id="form_layer">
|
||||
<table id="form_layer_table" class="databox" border="0" cellpadding="4" cellspacing="4" style="visibility: hidden;">
|
||||
<table id="form_layer_table" class="" border="0" cellpadding="4" cellspacing="4" style="visibility: hidden;">
|
||||
<tr>
|
||||
<td>' . __('Layer name') . ':</td>
|
||||
<td>' . html_print_input_text ('layer_name_form', '', '', 20, 40, true) . '</td>
|
||||
|
|
|
@ -97,9 +97,10 @@ else {
|
|||
}
|
||||
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
if (defined("METACONSOLE")) {
|
||||
$table->width = '100%';
|
||||
|
||||
$table->class = 'databox data';
|
||||
if ($id_group)
|
||||
$table->head[0] = __('Update Group');
|
||||
|
|
|
@ -58,7 +58,9 @@ if ($id_group) {
|
|||
}
|
||||
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->style[0] = 'font-weight: bold';
|
||||
$table->data = array ();
|
||||
$table->data[0][0] = __('Name');
|
||||
$table->data[0][1] = html_print_input_text ('name', $name, '', 35, 100, true);
|
||||
|
|
|
@ -294,9 +294,7 @@ if (($delete_group) && (check_acl($config['id_user'], 0, "PM"))) {
|
|||
db_clean_cache();
|
||||
$groups = users_get_groups_tree ($config['id_user'], "AR", true);
|
||||
|
||||
$table->width = '98%';
|
||||
if (defined("METACONSOLE"))
|
||||
$table->width = '100%';
|
||||
$table->width = '100%';
|
||||
|
||||
$all_parents = array();
|
||||
$groups_count = 0;
|
||||
|
@ -322,19 +320,8 @@ foreach ($all_parents as $parent) {
|
|||
|
||||
$groups_count = count($groups);
|
||||
|
||||
if (check_acl($config['id_user'], 0, "PM")) {
|
||||
if (!defined("METACONSOLE")) {
|
||||
echo '<br />';
|
||||
echo '<form method="post" action="index.php?sec='.$sec.'&sec2=godmode/groups/configure_group&pure='.$pure.'">';
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
html_print_submit_button(__('Create group'), 'crt', false,
|
||||
'class="sub next"');
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($groups)) {
|
||||
$table->class = "databox data";
|
||||
$table->head = array ();
|
||||
$table->head[0] = __('Name');
|
||||
$table->head[1] = __('ID');
|
||||
|
@ -343,8 +330,8 @@ if (!empty($groups)) {
|
|||
$table->head[4] = __('Description');
|
||||
$table->head[5] = __('Actions');
|
||||
$table->align = array ();
|
||||
$table->align[2] = 'center';
|
||||
$table->align[5] = 'center';
|
||||
$table->align[2] = 'left';
|
||||
$table->align[5] = 'left';
|
||||
$table->data = array ();
|
||||
|
||||
$offset = (int)get_parameter('offset', 0);
|
||||
|
@ -388,7 +375,7 @@ if (!empty($groups)) {
|
|||
echo $pagination;
|
||||
}
|
||||
else {
|
||||
echo "<div class='nf'>".__('There are no defined groups')."</div>";
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no defined groups') ) );
|
||||
}
|
||||
|
||||
if (check_acl($config['id_user'], 0, "PM")) {
|
||||
|
|
|
@ -174,6 +174,7 @@ switch ($config["dbtype"]) {
|
|||
$groups = db_get_all_rows_sql($sql);
|
||||
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
|
||||
if (!empty($groups)) {
|
||||
$table->head = array ();
|
||||
|
@ -199,7 +200,7 @@ if (!empty($groups)) {
|
|||
html_print_table ($table);
|
||||
}
|
||||
else {
|
||||
echo "<div class='nf'>".__('There are no defined module groups')."</div>";
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no defined module groups') ) );
|
||||
}
|
||||
|
||||
echo '<form method="post" action="index.php?sec=gmodules&sec2=godmode/groups/configure_modu_group">';
|
||||
|
|
|
@ -142,7 +142,8 @@ else
|
|||
$return_all_group = true;
|
||||
|
||||
$table->id = 'add_table';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
|
|
|
@ -77,7 +77,8 @@ html_print_table ($table);
|
|||
|
||||
unset($table);
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->data = array ();
|
||||
$table->head = array ();
|
||||
$table->align = array ();
|
||||
|
@ -87,7 +88,7 @@ $table->style[1] = 'font-weight: bold';
|
|||
$table->head[0] = __('Profile name');
|
||||
$table->head[1] = __('Group');
|
||||
$table->head[2] = __('Users');
|
||||
$table->align[2] = 'center';
|
||||
$table->align[2] = 'left';
|
||||
$table->size[0] = '34%';
|
||||
$table->size[1] = '33%';
|
||||
$table->size[2] = '33%';
|
||||
|
|
|
@ -57,11 +57,11 @@ if ($do_operation) {
|
|||
|
||||
$groups = users_get_groups ();
|
||||
|
||||
$table->class = 'databox';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
$table->style[4] = 'font-weight: bold';
|
||||
$table->style[6] = 'font-weight: bold';
|
||||
|
@ -113,6 +113,7 @@ echo '</fieldset>';
|
|||
|
||||
/* Target selection */
|
||||
$table->id = 'target_table';
|
||||
$table->class = 'databox filters';
|
||||
$table->data = array ();
|
||||
|
||||
$modules = array ();
|
||||
|
@ -171,6 +172,7 @@ echo '</fieldset>';
|
|||
|
||||
/* Destiny selection */
|
||||
$table->id = 'destiny_table';
|
||||
$table->class = 'databox filters';
|
||||
$table->data = array ();
|
||||
$table->size[0] = '20%';
|
||||
$table->size[1] = '30%';
|
||||
|
|
|
@ -122,10 +122,11 @@ else
|
|||
$return_all_group = true;
|
||||
|
||||
$table->id = 'delete_table';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
$table->size = array ();
|
||||
$table->size[0] = '15%';
|
||||
|
|
|
@ -89,10 +89,11 @@ if ($delete) {
|
|||
$groups = users_get_groups ();
|
||||
|
||||
$table->id = 'delete_table';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
$table->size = array ();
|
||||
$table->size[0] = '15%';
|
||||
|
|
|
@ -188,11 +188,12 @@ else
|
|||
$return_all_group = true;
|
||||
|
||||
$table->id = 'delete_table';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
$table->style[2] = 'font-weight: bold; vertical-align:top';
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
$table->style[2] = 'font-weight: bold;';
|
||||
$table->size = array ();
|
||||
$table->size[0] = '15%';
|
||||
$table->size[1] = '40%';
|
||||
|
|
|
@ -239,8 +239,10 @@ foreach ($module_types as $type) {
|
|||
$types[$type['id_tipo']] = $type['description'];
|
||||
}
|
||||
|
||||
$table->width = '99%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->data = array ();
|
||||
$table->style[0] = 'font-weight: bold';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
|
||||
|
||||
|
@ -248,8 +250,7 @@ $table->style[2] = 'font-weight: bold';
|
|||
$table->data['selection_mode'][0] = __('Selection mode');
|
||||
$table->data['selection_mode'][1] = __('Select modules first') . ' ' .
|
||||
html_print_radio_button_extended ("selection_mode", 'modules', '', $selection_mode, false, '', 'style="margin-right: 40px;"', true);
|
||||
$table->data['selection_mode'][2] = '';
|
||||
$table->data['selection_mode'][3] = __('Select agents first') . ' ' .
|
||||
$table->data['selection_mode'][1] .= __('Select agents first') . ' ' .
|
||||
html_print_radio_button_extended ("selection_mode", 'agents', '', $selection_mode, false, '', 'style="margin-right: 40px;"', true);
|
||||
|
||||
|
||||
|
|
|
@ -92,13 +92,13 @@ html_print_table ($table);
|
|||
|
||||
unset($table);
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->data = array ();
|
||||
$table->head = array ();
|
||||
$table->align = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'vertical-align: top';
|
||||
$table->style[1] = 'vertical-align: top';
|
||||
|
||||
$table->head[0] = __('Profile name');
|
||||
$table->head[1] = __('Group');
|
||||
$table->head[2] = __('Users');
|
||||
|
|
|
@ -184,10 +184,11 @@ $id_group = 0;
|
|||
$groups = users_get_groups();
|
||||
|
||||
$table->id = 'delete_table';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
$table->size = array ();
|
||||
$table->size[0] = '15%';
|
||||
|
@ -241,8 +242,8 @@ $description = "";
|
|||
|
||||
echo '<div id="form_agents" style="display: none;">';
|
||||
|
||||
$table->width = '95%';
|
||||
$table->class = "databox_color";
|
||||
$table->width = '100%';
|
||||
$table->class = "databox filters";
|
||||
|
||||
$table->head = array ();
|
||||
$table->style = array ();
|
||||
|
@ -300,8 +301,8 @@ $update_gis_data = -1;
|
|||
$cascade_protection = -1;
|
||||
$quiet_select = -1;
|
||||
|
||||
$table->width = '95%';
|
||||
$table->class = "databox_color";
|
||||
$table->width = '100%';
|
||||
$table->class = "databox filters";
|
||||
|
||||
$table->head = array ();
|
||||
$table->style = array ();
|
||||
|
@ -382,8 +383,8 @@ $table->data[6][1] = html_print_select(array(-1 => __('No change'),
|
|||
ui_toggle(html_print_table ($table, true), __('Advanced options'));
|
||||
unset($table);
|
||||
|
||||
$table->width = '95%';
|
||||
$table->class = "databox_color";
|
||||
$table->width = '100%';
|
||||
$table->class = "databox filters";
|
||||
|
||||
$table->head = array ();
|
||||
$table->style = array ();
|
||||
|
|
|
@ -151,10 +151,11 @@ if ($update) {
|
|||
}
|
||||
|
||||
$table->id = 'delete_table';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
$table->rowstyle = array ();
|
||||
$table->size = array ();
|
||||
|
@ -217,8 +218,7 @@ $table->data = array ();
|
|||
$table->data['selection_mode'][0] = __('Selection mode');
|
||||
$table->data['selection_mode'][1] = __('Select modules first') . ' ' .
|
||||
html_print_radio_button_extended ("selection_mode", 'modules', '', $selection_mode, false, '', 'style="margin-right: 40px;"', true);
|
||||
$table->data['selection_mode'][2] = '';
|
||||
$table->data['selection_mode'][3] = __('Select agents first') . ' ' .
|
||||
$table->data['selection_mode'][1] .= __('Select agents first') . ' ' .
|
||||
html_print_radio_button_extended ("selection_mode", 'agents', '', $selection_mode, false, '', 'style="margin-right: 40px;"', true);
|
||||
|
||||
|
||||
|
|
|
@ -116,10 +116,11 @@ else
|
|||
$return_all_group = true;
|
||||
|
||||
$table->id = 'delete_table';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
$table->size = array ();
|
||||
$table->size[0] = '15%';
|
||||
|
|
|
@ -116,7 +116,8 @@ else
|
|||
$return_all_group = true;
|
||||
|
||||
$table->id = 'delete_table';
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox filters';
|
||||
$table->width = '100%';
|
||||
$table->data = array ();
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align:top';
|
||||
|
|
|
@ -228,13 +228,13 @@ if (isset($data)) {
|
|||
echo "<form method='post' action='index.php?sec=".$sec."&sec2=godmode/modules/manage_nc_groups'>";
|
||||
html_print_input_hidden('multiple_delete', 1);
|
||||
html_print_table ($table);
|
||||
echo "<div style='padding-bottom: 20px; text-align: right; width:" . $table->width . "'>";
|
||||
echo "<div style='padding-bottom: 10px; text-align: right; width:" . $table->width . "'>";
|
||||
html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete"');
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
}
|
||||
else {
|
||||
echo "<div class='nf'>".__('There are no defined component groups')."</div>";
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no defined component groups') ) );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -45,9 +45,9 @@ else {
|
|||
}
|
||||
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
$table->class = 'databox filters';
|
||||
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
if ($id) {
|
||||
$table->head[0] = __('Update Group Component');
|
||||
|
@ -60,13 +60,14 @@ if (defined('METACONSOLE')) {
|
|||
}
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold';
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
$table->data = array ();
|
||||
|
||||
$table->data[0][0] = __('Name');
|
||||
$table->data[0][1] = html_print_input_text ('name', $name, '', 15, 255, true);
|
||||
|
||||
$table->data[1][0] = __('Parent');
|
||||
$table->data[1][1] = html_print_select (network_components_get_groups (),
|
||||
$table->data[0][2] = __('Parent');
|
||||
$table->data[0][3] = html_print_select (network_components_get_groups (),
|
||||
'parent', $parent, false, __('None'), 0, true, false, false);
|
||||
|
||||
echo '<form method="post" action="index.php?sec='.$sec.'&sec2=godmode/modules/manage_nc_groups">';
|
||||
|
|
|
@ -441,7 +441,9 @@ $url = ui_get_url_refresh (array ('offset' => false,
|
|||
$search_id_group = (int) get_parameter ('search_id_group');
|
||||
$search_string = (string) get_parameter ('search_string');
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
|
||||
if(defined("METACONSOLE")) {
|
||||
$table->width = '50%';
|
||||
$table->class = 'databox_filters';
|
||||
|
|
|
@ -232,6 +232,8 @@ else {
|
|||
|
||||
echo '<form name="component" method="post">';
|
||||
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
/* $table came from manage_network_components_form_common.php */
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
|
|
|
@ -172,10 +172,10 @@ if($result === false) {
|
|||
$result = array();
|
||||
}
|
||||
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->width = "98%";
|
||||
$table->class = "databox";
|
||||
$table->cellpadding = 0;
|
||||
$table->cellspacing = 0;
|
||||
$table->width = "100%";
|
||||
$table->class = "databox data";
|
||||
|
||||
$table->head = array ();
|
||||
$table->head[0] = __('Name');
|
||||
|
@ -187,7 +187,7 @@ $table->size[1] = '65%';
|
|||
$table->size[2] = '15%';
|
||||
|
||||
$table->align = array ();
|
||||
$table->align[2] = "center";
|
||||
$table->align[2] = "left";
|
||||
|
||||
$table->data = array ();
|
||||
|
||||
|
@ -220,7 +220,7 @@ if (!empty ($table->data)) {
|
|||
echo "</form>";
|
||||
}
|
||||
else {
|
||||
echo '<div class="nf" style="width:'.$table->width.'">'.__('There are no defined network profiles').'</div>';
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no defined network profiles') ) );
|
||||
}
|
||||
|
||||
echo '<form method="post" action="index.php?sec=gmodules&sec2=godmode/modules/manage_network_templates_form">';
|
||||
|
|
|
@ -139,7 +139,7 @@ else {
|
|||
echo '<form name="mod_temp" method="post" action="index.php?sec=gmodules&sec2=godmode/modules/manage_network_templates_form&id_np='.$id_np.'&update='.$id_np.'">';
|
||||
}
|
||||
|
||||
echo '<table width="98%" cellpadding="4" cellspacing="4" class="databox_color">';
|
||||
echo '<table width="100%" cellpadding="4" cellspacing="4" class="databox filters">';
|
||||
|
||||
echo '<tr><td class="datos">'.__('Name').'</td><td class="datos">';
|
||||
html_print_input_text ("name", $name, '', 63);
|
||||
|
@ -181,26 +181,26 @@ if ($id_np > 0) {
|
|||
$result = db_get_all_rows_sql ($sql);
|
||||
|
||||
if (empty ($result)) {
|
||||
echo '<div style="width:550px;" class="error">' . __("No modules for this profile") . '</div>';
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('No modules for this profile') ) );
|
||||
$result = array ();
|
||||
}
|
||||
|
||||
$table->head = array ();
|
||||
$table->data = array ();
|
||||
$table->align = array ();
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->class = "databox";
|
||||
$table->class = "databox data";
|
||||
|
||||
$table->head[0] = __('Module name');
|
||||
$table->head[1] = __('Type');
|
||||
$table->align[1] = "center";
|
||||
$table->head[2] = __('Description');
|
||||
$table->head[3] = __('Group');
|
||||
$table->align[3] = "center";
|
||||
$table->align[3] = "left";
|
||||
$table->head[4] = html_print_checkbox_extended ('allbox', '', false, false, 'CheckAll();', '', true);
|
||||
$table->align[4] = "center";
|
||||
$table->align[4] = "left";
|
||||
|
||||
foreach ($result as $row) {
|
||||
$data = array ();
|
||||
|
@ -228,10 +228,10 @@ if ($id_np > 0) {
|
|||
$table->head = array ();
|
||||
$table->data = array ();
|
||||
$table->align = array ();
|
||||
$table->width = '98%';
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->class = "databox";
|
||||
$table->width = '100%';
|
||||
$table->cellpadding = 0;
|
||||
$table->cellspacing = 0;
|
||||
$table->class = "databox filters";
|
||||
|
||||
//The form to submit when adding a list of components
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ foreach ($rows as $row) {
|
|||
}
|
||||
echo "
|
||||
<tr>
|
||||
<td class='$tdcolor' align='center'>" .
|
||||
<td class='$tdcolor' align=''>" .
|
||||
html_print_image("images/".$row["icon"], true, array("border" => '0')) .
|
||||
"</td>
|
||||
<td class='$tdcolor'>
|
||||
|
|
|
@ -112,9 +112,8 @@ if ($filters === false)
|
|||
$filters = array ();
|
||||
|
||||
$table->width = '100%';
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
}
|
||||
$table->class = 'databox data';
|
||||
|
||||
$table->head = array ();
|
||||
$table->head[0] = __('Name');
|
||||
$table->head[1] = __('Group');
|
||||
|
@ -124,10 +123,7 @@ $table->head[2] = __('Action') .
|
|||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold';
|
||||
$table->align = array ();
|
||||
if (!defined('METACONSOLE'))
|
||||
$table->align[1] = 'center';
|
||||
|
||||
$table->align[2] = 'center';
|
||||
$table->size = array ();
|
||||
$table->size[0] = '60%';
|
||||
$table->size[1] = '30%';
|
||||
|
@ -156,21 +152,18 @@ if (isset($data)) {
|
|||
echo "<form method='post' action='" . $config['homeurl'] . "index.php?sec=netf&sec2=godmode/netflow/nf_edit&pure=$pure'>";
|
||||
html_print_input_hidden('multiple_delete', 1);
|
||||
html_print_table ($table);
|
||||
if (defined('METACONSOLE'))
|
||||
echo "<div style='text-align: right; width:100%'>";
|
||||
else
|
||||
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>";
|
||||
}
|
||||
else {
|
||||
echo "<div class='nf'>".__('There are no defined filters')."</div>";
|
||||
ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no defined filters') ) );
|
||||
}
|
||||
|
||||
echo '<form method="post" action="' . $config['homeurl'] . 'index.php?sec=netf&sec2=godmode/netflow/nf_edit_form&pure='.$pure.'">';
|
||||
echo "<div style='padding-bottom: 20px; text-align: right; width:" . $table->width . "'>";
|
||||
echo "<div style='padding-top: 20px; text-align: right; width:" . $table->width . "'>";
|
||||
html_print_submit_button (__('Create filter'), 'crt', false, 'class="sub wand"');
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
|
|
|
@ -170,9 +170,11 @@ if ($create) {
|
|||
$table->id = 'table1';
|
||||
$table->width = '100%';
|
||||
$table->border = 0;
|
||||
$table->cellspacing = 3;
|
||||
$table->cellpadding = 5;
|
||||
$table->cellspacing = 0;
|
||||
$table->cellpadding = 0;
|
||||
$table->class = "databox filters";
|
||||
$table->style[0] = 'font-weight: bold';
|
||||
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
|
@ -183,9 +185,6 @@ if (defined('METACONSOLE')) {
|
|||
$table->head_colspan[0] = 5;
|
||||
$table->headstyle[0] = 'text-align: center';
|
||||
}
|
||||
else {
|
||||
$table->style[0] = 'vertical-align: top;';
|
||||
}
|
||||
|
||||
$table->data = array ();
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ $table->data[$row][1] = html_print_checkbox('paginate_module', 1,
|
|||
$config['paginate_module'], true);
|
||||
$row++;
|
||||
|
||||
$table->data[$row][0] = __('Render data of module type is proc.');
|
||||
$table->data[$row][0] = __('Display proc modules in binary format (OK/FAIL).');
|
||||
$table->data[$row][1] = __('Yes') . ' ' .
|
||||
html_print_radio_button ('render_proc', 1, '',
|
||||
$config["render_proc"], true) .
|
||||
|
|
|
@ -153,7 +153,7 @@ echo '<div align=left style="width: 100%" class="pandora_form">';
|
|||
if (defined('METACONSOLE'))
|
||||
echo "<table border=0 cellpadding=0 cellspacing=0 class='databox data' width=100%>";
|
||||
else
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class=databox width=98%>";
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class='databox filters' width=100%>";
|
||||
if (defined('METACONSOLE')) {
|
||||
if ($action == "update") {
|
||||
echo "<th colspan=8 style='text-align:center'>" . __("Update Tag") . "</th>";
|
||||
|
@ -164,7 +164,7 @@ else
|
|||
}
|
||||
echo "<tr>";
|
||||
echo "<td align='left'>";
|
||||
html_print_label (__("Name"), 'name');
|
||||
echo "<b>" . __("Name") . "</b>";
|
||||
echo "</td>";
|
||||
echo "<td align='left'>";
|
||||
html_print_input_text ('name_tag', $name_tag);
|
||||
|
@ -172,7 +172,7 @@ else
|
|||
echo "</tr>";
|
||||
echo "<tr>";
|
||||
echo "<td align='left'>";
|
||||
html_print_label (__("Description"), 'name');
|
||||
echo "<b>" . __("Description") . "</b>";
|
||||
echo "</td>";
|
||||
echo "<td align='left'>";
|
||||
html_print_input_text ('description_tag', $description_tag);
|
||||
|
@ -208,51 +208,31 @@ else
|
|||
html_print_textarea('phone_tag', 5, 20, $phone_tag);
|
||||
echo "</td>";
|
||||
echo "</tr>";
|
||||
if (!defined('METACONSOLE')) {
|
||||
echo "<tr>";
|
||||
if ($action == "update") {
|
||||
echo "<td align='center'>";
|
||||
html_print_input_hidden ('update_tag', 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_tag', 1);
|
||||
echo "</td>";
|
||||
echo "<td align=right>";
|
||||
html_print_submit_button (__('Create'), 'create_button', false, 'class="sub next"');
|
||||
echo "</td>";
|
||||
}
|
||||
echo "</tr>";
|
||||
}
|
||||
echo "</table>";
|
||||
|
||||
echo '</div>';
|
||||
if (defined('METACONSOLE')) {
|
||||
echo "<table border=0 cellpadding=0 cellspacing=0 class='' width=100%>";
|
||||
echo "<tr>";
|
||||
if ($action == "update") {
|
||||
echo "<td align='center'>";
|
||||
html_print_input_hidden ('update_tag', 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_tag', 1);
|
||||
echo "</td>";
|
||||
echo "<td align=right>";
|
||||
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>";
|
||||
if ($action == "update") {
|
||||
echo "<td align='center'>";
|
||||
html_print_input_hidden ('update_tag', 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_tag', 1);
|
||||
echo "</td>";
|
||||
echo "<td align=right>";
|
||||
html_print_submit_button (__('Create'), 'create_button', false, 'class="sub next"');
|
||||
echo "</td>";
|
||||
}
|
||||
echo "</tr>";
|
||||
echo "</table>";
|
||||
|
||||
echo '</form>';
|
||||
|
||||
enterprise_hook('close_meta_frame');
|
||||
|
|
|
@ -119,7 +119,7 @@ else {
|
|||
|
||||
// Form to add new tags or search tags
|
||||
if (!defined('METACONSOLE')) {
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class=databox width=98%>";
|
||||
echo "<table border=0 cellpadding=4 cellspacing=4 class='databox data' width=100%>";
|
||||
echo "<tr>";
|
||||
echo "<td>";
|
||||
echo '<b>' . __("Name") . "/" . __("Description") . '</b>';
|
||||
|
@ -170,16 +170,18 @@ $iterator = 0;
|
|||
|
||||
if (!empty($result)) {
|
||||
|
||||
$table->width = '98%';
|
||||
if (defined("METACONSOLE"))
|
||||
$table->width = '100%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
|
||||
$table->data = array ();
|
||||
$table->head = array ();
|
||||
$table->align = array ();
|
||||
$table->style = array ();
|
||||
$table->style = array ();
|
||||
$table->size = array("15%","30%","15%","15%","","","8%");
|
||||
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
$table->style[3] = 'text-align:center';
|
||||
$table->style[6] = 'text-align:center';
|
||||
$table->style[3] = 'text-align:left';
|
||||
$table->style[6] = 'text-align:left';
|
||||
$table->head[0] = __('Tag name');
|
||||
$table->head[1] = __('Description');
|
||||
$table->head[2] = __('Detail information');
|
||||
|
|
|
@ -219,8 +219,8 @@ if ($id_profile || $new_profile) {
|
|||
$page_title = __('Update profile');
|
||||
}
|
||||
|
||||
$table->width = '98%';
|
||||
$table->class = 'databox';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
if (defined("METACONSOLE")) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
|
|
|
@ -414,7 +414,8 @@ if ($delete_profile) {
|
|||
}
|
||||
|
||||
$table->id = 'user_configuration_table';
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox filters';
|
||||
if (defined('METACONSOLE')) {
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
|
@ -433,7 +434,7 @@ $table->size = array ();
|
|||
$table->size[0] = '35%';
|
||||
$table->size[1] = '65%';
|
||||
$table->style = array ();
|
||||
$table->style[0] = 'font-weight: bold; vertical-align: top';
|
||||
$table->style[0] = 'font-weight: bold;';
|
||||
|
||||
$table->data[0][0] = __('User ID');
|
||||
$table->data[0][1] = html_print_input_text_extended ('id_user', $id, '', '', 20, 60,
|
||||
|
@ -596,7 +597,8 @@ if (!empty ($id) && !$new_user) {
|
|||
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")) {
|
||||
$table->head_colspan[0] = 0;
|
||||
$table->width = '100%';
|
||||
|
|
|
@ -290,10 +290,8 @@ if ($create_profile) {
|
|||
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->class = 'databox';
|
||||
$table->width = '98%';
|
||||
if (defined("METACONSOLE"))
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
$table->width = '100%';
|
||||
|
||||
$table->head = array ();
|
||||
$table->data = array ();
|
||||
|
@ -362,7 +360,7 @@ foreach ($profiles as $profile) {
|
|||
$data['VW'] = ($profile["vconsole_edit"] ? $img : '');
|
||||
$data['VM'] = ($profile["vconsole_management"] ? $img : '');
|
||||
$data['PM'] = ($profile["pandora_management"] ? $img : '');
|
||||
$data['operations'] = '<a href="index.php?sec='.$sec.'&sec2=godmode/users/configure_profile&id='.$profile["id_perfil"].'&pure='.$pure.'"><b>'. html_print_image('images/config.png', true, array('title' => __('Edit'))) .'</b></a>';
|
||||
$data['operations'] = '<a href="index.php?sec='.$sec.'&sec2=godmode/users/configure_profile&id='.$profile["id_perfil"].'&pure='.$pure.'">'. html_print_image('images/config.png', true, array('title' => __('Edit'))) .'</a>';
|
||||
$data['operations'] .= ' <a href="index.php?sec='.$sec.'&sec2=godmode/users/profile_list&delete_profile=1&id='.$profile["id_perfil"].'&pure='.$pure.'" onClick="if (!confirm(\' '.__('Are you sure?').'\')) return false;">'. html_print_image("images/cross.png", true) . '</a>';
|
||||
array_push ($table->data, $data);
|
||||
}
|
||||
|
|
|
@ -220,7 +220,7 @@ if (($filter_group == 0) && ($filter_search == '')) {
|
|||
|
||||
$table = null;
|
||||
$table->width = '100%';
|
||||
$table->class = "databox";
|
||||
$table->class = "databox filters";
|
||||
if(defined('METACONSOLE'))
|
||||
$table->class = "databox_filters";
|
||||
$table->rowclass[0] = '';
|
||||
|
@ -258,10 +258,10 @@ if (defined('METACONSOLE')) {
|
|||
$table->class = "databox";
|
||||
}
|
||||
else {
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->width = '99%';
|
||||
$table->class = "databox";
|
||||
$table->cellpadding = 0;
|
||||
$table->cellspacing = 0;
|
||||
$table->width = '100%';
|
||||
$table->class = "databox data";
|
||||
}
|
||||
$table->head = array ();
|
||||
$table->data = array ();
|
||||
|
@ -283,7 +283,7 @@ $table->head[4] = __('Profile');
|
|||
$table->head[5] = __('Description');
|
||||
$table->head[6] = '<span title="Operations">' . __('Op.') . '</span>';
|
||||
if (!defined('METACONSOLE')) {
|
||||
$table->align[2] = "right";
|
||||
$table->align[2] = "";
|
||||
$table->size[2] = '150px';
|
||||
}
|
||||
|
||||
|
|
|
@ -462,7 +462,7 @@ function config_update_config () {
|
|||
if (!config_update_value ('type_module_charts', (string) get_parameter('type_module_charts', 'area')))
|
||||
$error_update[] = __('Default type of module charts.');
|
||||
if (!config_update_value ('render_proc', (bool) get_parameter('render_proc', false)))
|
||||
$error_update[] = __('Render data of module type is proc.');
|
||||
$error_update[] = __('Display proc modules in binary format (OK/FAIL)');
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ if ($view_graph) {
|
|||
include ("general/noaccess.php");
|
||||
exit;
|
||||
}
|
||||
html_print_input_hidden ('lineWidhtGraph', $config['custom_graph_width']);
|
||||
html_print_input_hidden ('lineWidhtGraph', $config['custom_graph_widht']);
|
||||
$url = "index.php?" .
|
||||
"sec=reporting&" .
|
||||
"sec2=operation/reporting/graph_viewer&" .
|
||||
|
|
Loading…
Reference in New Issue