From 656e6561d9870b7b332b3978663142f188242627 Mon Sep 17 00:00:00 2001 From: ralf Date: Tue, 19 Jul 2022 15:46:13 +0200 Subject: [PATCH] settings for Pixelegg / standard template --- pixelegg/hook_settings.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pixelegg/hook_settings.inc.php b/pixelegg/hook_settings.inc.php index 4b1491d641..c19a7edf9a 100644 --- a/pixelegg/hook_settings.inc.php +++ b/pixelegg/hook_settings.inc.php @@ -66,7 +66,7 @@ $GLOBALS['settings'] = array( 'forced' => false, ), 'open_tabs' => array( - 'type' => 'multiselect', + 'type' => 'select-tabs', 'label' => 'Open application tabs', 'name' => 'open_tabs', 'values' => $apps, @@ -76,7 +76,7 @@ $GLOBALS['settings'] = array( 'default' => 'addressbook,calendar,mail,filemanager,infolog,rocketchat', ), 'active_tab' => array( - 'type' => 'select', + 'type' => 'select-tab', 'label' => 'Active application tab', 'name' => 'active_tab', 'values' => $apps, @@ -126,4 +126,4 @@ $GLOBALS['settings'] = array( 'navbar_format' => false, // not used in JDots (defined in common prefs) 'default_app' => false, // not used in JDots, as we can have multiple tabs open ... ); -unset($apps); +unset($apps); \ No newline at end of file