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:
parent
35e02a9028
commit
05e7462829
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue