From b89a1282929cfac83d9d917166ea8973a578ea00 Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 23 Jan 2017 12:35:53 +0200 Subject: [PATCH] default tab list and theme change --- application/Espo/Core/defaults/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Espo/Core/defaults/config.php b/application/Espo/Core/defaults/config.php index c952a71a5d..8ea962e518 100644 --- a/application/Espo/Core/defaults/config.php +++ b/application/Espo/Core/defaults/config.php @@ -95,7 +95,7 @@ return array ( 'Lead', 'Opportunity', ), - "tabList" => ["Account", "Contact", "Lead", "Opportunity", "Calendar", "Meeting", "Call", "Task", "Case", "Email", "Document", "Campaign", "KnowledgeBaseArticle"], + "tabList" => ["Account", "Contact", "Lead", "Opportunity", "Case", "Email", "Calendar", "Meeting", "Call", "Task", "_delimiter_", "Document", "Campaign", "KnowledgeBaseArticle", "Stream", "User"], "quickCreateList" => ["Account", "Contact", "Lead", "Opportunity", "Meeting", "Call", "Task", "Case", "Email"], 'exportDisabled' => false, 'assignmentEmailNotifications' => false, @@ -110,7 +110,7 @@ return array ( 'followCreatedEntities' => false, 'b2cMode' => false, 'restrictedMode' => false, - 'theme' => 'Espo', + 'theme' => 'HazyblueVertical', 'massEmailMaxPerHourCount' => 100, 'personalEmailMaxPortionSize' => 10, 'inboundEmailMaxPortionSize' => 20,