mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
#12376 changed label in new token
This commit is contained in:
parent
8f8e5ecf45
commit
cacb524ece
@ -2130,7 +2130,7 @@ $table_other->data[$row][] = html_print_label_input_block(
|
|||||||
html_print_select($options_data_multiplier, 'use_data_multiplier', $config['use_data_multiplier'], '', '', 1, true, false, false)
|
html_print_select($options_data_multiplier, 'use_data_multiplier', $config['use_data_multiplier'], '', '', 1, true, false, false)
|
||||||
);
|
);
|
||||||
$table_other->data[$row][] = html_print_label_input_block(
|
$table_other->data[$row][] = html_print_label_input_block(
|
||||||
__('Disable general statistics in main tactical view'),
|
__('Hide general stats for non admin users in tactical view'),
|
||||||
html_print_checkbox_switch(
|
html_print_checkbox_switch(
|
||||||
'disable_general_statistics',
|
'disable_general_statistics',
|
||||||
1,
|
1,
|
||||||
|
@ -1569,7 +1569,7 @@ function config_update_config()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (config_update_value('disable_general_statistics', get_parameter('disable_general_statistics', 0), true) === false) {
|
if (config_update_value('disable_general_statistics', get_parameter('disable_general_statistics', 0), true) === false) {
|
||||||
$error_update[] = __('Disable general statistics');
|
$error_update[] = __('Hide general stats for non admin users in tactical view');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config_update_value('decimal_separator', (string) get_parameter('decimal_separator', '.'), true) === false) {
|
if (config_update_value('decimal_separator', (string) get_parameter('decimal_separator', '.'), true) === false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user