From 70a0ffbf3d5d0cf79aaed2925ded396fed1072f9 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 28 Feb 2018 11:48:29 +0200 Subject: [PATCH] fix list tpl --- client/res/templates/record/list.tpl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client/res/templates/record/list.tpl b/client/res/templates/record/list.tpl index 89c73f556e..95dd3e9863 100644 --- a/client/res/templates/record/list.tpl +++ b/client/res/templates/record/list.tpl @@ -60,13 +60,7 @@ {{#each headerDefs}} {{#if this.sortable}} - - {{#if this.hasCustomLabel}} - {{this.customLabel}} - {{else}} - {{translate this.name scope=../../../collection.name category='fields'}} - {{/if}} - + {{#if this.hasCustomLabel}}{{this.customLabel}}{{else}}{{translate this.name scope=../../../collection.name category='fields'}}{{/if}} {{#if this.sorted}}{{#if this.asc}}{{else}}{{/if}}{{/if}} {{else}} {{#if this.hasCustomLabel}}