From 853e8dcebc0b5fb06f69dcc590500fee1f01a345 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 1 Dec 2017 16:21:52 +0200 Subject: [PATCH] categories small fix --- client/res/templates/list-with-categories.tpl | 7 ------- client/res/templates/record/list-tree.tpl | 7 ++++++- client/src/views/list-with-categories.js | 10 +++++++++- client/src/views/record/list-tree.js | 7 +++++++ frontend/less/espo/custom.less | 9 +++++++-- 5 files changed, 29 insertions(+), 11 deletions(-) diff --git a/client/res/templates/list-with-categories.tpl b/client/res/templates/list-with-categories.tpl index cee91fa956..d55f9482ac 100644 --- a/client/res/templates/list-with-categories.tpl +++ b/client/res/templates/list-with-categories.tpl @@ -5,13 +5,6 @@ {{#unless categoriesDisabled}}
{{{categories}}}
- - {{#if hasExpandedToggler}} -
- - -
- {{/if}}
{{/unless}}
diff --git a/client/res/templates/record/list-tree.tpl b/client/res/templates/record/list-tree.tpl index 52838275e4..2d3d047f63 100644 --- a/client/res/templates/record/list-tree.tpl +++ b/client/res/templates/record/list-tree.tpl @@ -20,7 +20,12 @@ {{rootName}} {{/if}} {{#if showEditLink}} - + + {{/if}} + + {{#if hasExpandedToggler}} + + {{/if}}