From c8115e0b33b437dbbc94e25d95c774ef913ca046 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 5 Nov 2023 14:02:16 +0200 Subject: [PATCH] fix deprecated attributes --- client/res/templates/admin/field-manager/list.tpl | 2 +- client/res/templates/record/merge.tpl | 4 ++-- install/core/tpl/errors.tpl | 2 +- install/core/tpl/header.tpl | 2 +- install/core/tpl/main.tpl | 4 ++-- install/core/tpl/setupConfirmation.tpl | 8 ++++++-- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/client/res/templates/admin/field-manager/list.tpl b/client/res/templates/admin/field-manager/list.tpl index 68153b4038..b9e019d5c4 100644 --- a/client/res/templates/admin/field-manager/list.tpl +++ b/client/res/templates/admin/field-manager/list.tpl @@ -45,7 +45,7 @@ {{translate name scope=../scope category='fields'}} {{translate type category='fieldTypes' scope='Admin'}} - + {{#if isCustom}} {{translate 'Remove'}} {{/if}} diff --git a/client/res/templates/record/merge.tpl b/client/res/templates/record/merge.tpl index 03797f7e04..3d5fabfdc7 100644 --- a/client/res/templates/record/merge.tpl +++ b/client/res/templates/record/merge.tpl @@ -23,7 +23,7 @@ {{#if hasCreatedAt}} - + {{translate 'createdAt' scope=scope category='fields'}} {{#each dataList}} @@ -38,7 +38,7 @@ {{/if}} {{#each rows}} - + {{translate name scope=../scope category='fields'}} {{#each columns}} diff --git a/install/core/tpl/errors.tpl b/install/core/tpl/errors.tpl index 8ff50bb533..b7f788f9cf 100644 --- a/install/core/tpl/errors.tpl +++ b/install/core/tpl/errors.tpl @@ -3,7 +3,7 @@