mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
Changed default value to service label font size. Ticket #218
This commit is contained in:
parent
24defd473d
commit
8dbd12eac7
@ -1556,7 +1556,7 @@ function config_process_config () {
|
|||||||
//Daniel maya 02/06/2016 Display menu with click --END
|
//Daniel maya 02/06/2016 Display menu with click --END
|
||||||
if (isset($config['enterprise_installed']) && $config['enterprise_installed'] == 1) {
|
if (isset($config['enterprise_installed']) && $config['enterprise_installed'] == 1) {
|
||||||
if (!isset($config["service_label_font_size"])) {
|
if (!isset($config["service_label_font_size"])) {
|
||||||
config_update_value ('service_label_font_size', 11);
|
config_update_value ('service_label_font_size', 20);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config["service_item_padding_size"])) {
|
if (!isset($config["service_item_padding_size"])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user