From 496ede69ac608fb57a386f770a8d4b99ba5837ab Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 16 Jan 2017 16:34:45 +0200 Subject: [PATCH] navbar: more delimiter --- .../metadata/entityDefs/Preferences.json | 1 - .../metadata/entityDefs/Settings.json | 1 - client/res/templates/site/navbar.tpl | 16 ++++-- client/src/views/settings/fields/tab-list.js | 12 ++++- client/src/views/site/navbar.js | 52 ++++++++++++------- frontend/less/espo-vertical/layout.less | 48 ++++++++++++++--- frontend/less/espo/layout.less | 4 ++ 7 files changed, 100 insertions(+), 34 deletions(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Preferences.json b/application/Espo/Resources/metadata/entityDefs/Preferences.json index 4af3026c2e..9152c9bd34 100644 --- a/application/Espo/Resources/metadata/entityDefs/Preferences.json +++ b/application/Espo/Resources/metadata/entityDefs/Preferences.json @@ -135,7 +135,6 @@ }, "tabList": { "type": "array", - "translation": "Global.scopeNamesPlural", "view": "views/preferences/fields/tab-list" }, "emailReplyToAllByDefault": { diff --git a/application/Espo/Resources/metadata/entityDefs/Settings.json b/application/Espo/Resources/metadata/entityDefs/Settings.json index d8b3f1db46..6bb6ad9f3a 100644 --- a/application/Espo/Resources/metadata/entityDefs/Settings.json +++ b/application/Espo/Resources/metadata/entityDefs/Settings.json @@ -115,7 +115,6 @@ }, "tabList": { "type": "array", - "translation": "Global.scopeNamesPlural", "view": "views/settings/fields/tab-list" }, "quickCreateList": { diff --git a/client/res/templates/site/navbar.tpl b/client/res/templates/site/navbar.tpl index d266eafd4e..5de6e748f4 100644 --- a/client/res/templates/site/navbar.tpl +++ b/client/res/templates/site/navbar.tpl @@ -13,12 +13,20 @@