mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#11266 Add hint
This commit is contained in:
parent
08a4c28953
commit
80aeaebfad
@ -667,18 +667,21 @@ $table->data[$i++][] = html_print_label_input_block(
|
|||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$console_log_text = __('Log location').': /var/log/php-fpm/error.log';
|
|
||||||
$console_log_text .= '<br/>'.__('This log is recommended to be DISABLED by default due to the large amount of debug data it generates.');
|
$help_tip = ui_print_help_tip(
|
||||||
|
__('This log is recommended to be DISABLED by default due to the large amount of debug data it generates.'),
|
||||||
|
true
|
||||||
|
);
|
||||||
$table->data[$i][] = html_print_label_input_block(
|
$table->data[$i][] = html_print_label_input_block(
|
||||||
__('Enable console log'),
|
__('Enable console log').$help_tip,
|
||||||
html_print_checkbox_switch(
|
html_print_checkbox_switch(
|
||||||
'console_log_enabled',
|
'console_log_enabled',
|
||||||
1,
|
1,
|
||||||
$config['console_log_enabled'],
|
$config['console_log_enabled'],
|
||||||
true
|
true
|
||||||
).ui_print_input_placeholder(
|
).ui_print_input_placeholder(
|
||||||
$console_log_text,
|
__('Log location').': /var/log/php-fpm/error.log',
|
||||||
true,
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user