From 798567bf8efa4a5e28fcfbee1a421eb37a4cac19 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 7 Mar 2019 09:05:38 +0100 Subject: [PATCH] fixed minor errors change word command for parameters Former-commit-id: 6e6e56bded99331c606f7a9f6179826afee22d16 --- pandora_console/include/ajax/events.php | 2 +- pandora_console/operation/events/events.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/ajax/events.php b/pandora_console/include/ajax/events.php index 0d7d3f5a9f..6b7be8eb28 100644 --- a/pandora_console/include/ajax/events.php +++ b/pandora_console/include/ajax/events.php @@ -844,7 +844,7 @@ if ($get_table_response_command) { $table->style[1] = 'text-align:center;'; $table->head = []; - $table->head[0] = __('Commands'); + $table->head[0] = __('Parameters'); $table->head[0] .= ui_print_help_tip( __('These commands will apply to all selected events'), true diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index f84e92571e..9fb78b084c 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -611,7 +611,7 @@ if ($delete) { echo "
"; echo "
"; -echo "
"; +echo "
"; ui_require_jquery_file('bgiframe'); ui_require_javascript_file('pandora_events');