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}}