mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fixed minor errors change word command for parameters
Former-commit-id: 6e6e56bded99331c606f7a9f6179826afee22d16
This commit is contained in:
parent
f79400ecfb
commit
798567bf8e
@ -844,7 +844,7 @@ if ($get_table_response_command) {
|
|||||||
$table->style[1] = 'text-align:center;';
|
$table->style[1] = 'text-align:center;';
|
||||||
|
|
||||||
$table->head = [];
|
$table->head = [];
|
||||||
$table->head[0] = __('Commands');
|
$table->head[0] = __('Parameters');
|
||||||
$table->head[0] .= ui_print_help_tip(
|
$table->head[0] .= ui_print_help_tip(
|
||||||
__('These commands will apply to all selected events'),
|
__('These commands will apply to all selected events'),
|
||||||
true
|
true
|
||||||
|
@ -611,7 +611,7 @@ if ($delete) {
|
|||||||
|
|
||||||
echo "<div id='event_details_window'></div>";
|
echo "<div id='event_details_window'></div>";
|
||||||
echo "<div id='event_response_window'></div>";
|
echo "<div id='event_response_window'></div>";
|
||||||
echo "<div id='event_response_command_window' title='".__('Command')."'></div>";
|
echo "<div id='event_response_command_window' title='".__('Parameters')."'></div>";
|
||||||
|
|
||||||
ui_require_jquery_file('bgiframe');
|
ui_require_jquery_file('bgiframe');
|
||||||
ui_require_javascript_file('pandora_events');
|
ui_require_javascript_file('pandora_events');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user