2013-04-05 Mario Pulido <mario.pulido@artica.es>

* godmode/events/event_edit_filter.php: Added help tip in event editor.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7934 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mariopulido 2013-04-05 11:03:34 +00:00
parent 35e02a9028
commit 05e7462829
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-04-05 Mario Pulido <mario.pulido@artica.es>
* godmode/events/event_edit_filter.php: Added help tip in event editor.
2013-04-05 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/agents.php, mobile/operation/tactical.php,

View File

@ -218,7 +218,7 @@ $table->data[8][1] = html_print_select ($lpagination, "pagination", $pagination,
$table->data[9][0] = '<b>' . __('Max. hours old') . '</b>';
$table->data[9][1] = html_print_input_text ('event_view_hr', $event_view_hr, '', 5, 255, true);
$table->data[10][0] = '<b>' . __('User ack.') . '</b>';
$table->data[10][0] = '<b>' . __('User ack.') . '</b>'. ' ' . ui_print_help_tip (__('Choose between the users who have validated an event. '), true);
$users = users_get_info ();
$table->data[10][1] = html_print_select ($users, "id_user_ack", $id_user_ack, '', __('Any'), 0, true);
@ -488,4 +488,4 @@ function replace_hidden_tags(what_button) {
$(id_hidden).val(Base64.encode(jQuery.toJSON(value_store)));
}
/* ]]> */
</script>
</script>