Change titles.

This commit is contained in:
Vanessa Gil 2015-04-15 13:14:03 +02:00
parent a1c3f2d100
commit 802779c2b4
3 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ $table->data = array ();
$table->data[0][0] = '<b>'.__('Filter name').'</b>';
$table->data[0][1] = html_print_input_text ('id_name', $id_name, false, 20, 80, true);
$table->data[1][0] = '<b>'.__('Filter group').'</b>' . ui_print_help_tip(__('This group will be use to restrict the visibility of this filter with ACLs'), true);
$table->data[1][0] = '<b>'.__('Save in group').'</b>' . ui_print_help_tip(__('This group will be use to restrict the visibility of this filter with ACLs'), true);
$table->data[1][1] = html_print_select_groups($config['id_user'], "ER", users_can_manage_group_all(), "id_group_filter", $id_group_filter, '', '', -1, true, false, false, '', false, '', false, false, 'id_group_filter', $strict_user);
$table->data[2][0] = '<b>'.__('Group').'</b>';

View File

@ -101,7 +101,7 @@ if(defined("METACONSOLE"))
$table->width = '100%';
$table->head = array ();
$table->head[0] = __('Name');
$table->head[1] = __('Filter group');
$table->head[1] = __('Group');
$table->head[2] = __('Event type');
$table->head[3] = __('Event status');
$table->head[4] = __('Severity');

View File

@ -38,7 +38,7 @@ $buttons['view'] = array('active' => false,
$buttons['filter'] = array('active' => false,
'text' => '<a href="index.php?sec=eventos&sec2=godmode/events/events&amp;section=filter&amp;pure='.$config['pure'].'">' .
html_print_image("images/filter_mc.png", true, array ("title" => __('Create filter'))) . '</a>');
html_print_image("images/filter_mc.png", true, array ("title" => __('Filter list'))) . '</a>');
if (check_acl ($config["id_user"], 0, "PM")) {
$buttons['responses'] = array('active' => false,