From a6c95ff0d501708b65329f8bb0e35dd80f79e3b2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 5 Apr 2024 09:37:10 +0300 Subject: [PATCH] layouts title --- client/res/templates/admin/layouts/grid-panel.tpl | 4 +++- client/res/templates/admin/layouts/grid.tpl | 2 +- client/res/templates/admin/layouts/rows.tpl | 8 +++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/client/res/templates/admin/layouts/grid-panel.tpl b/client/res/templates/admin/layouts/grid-panel.tpl index e15016a826..6cc27743b4 100644 --- a/client/res/templates/admin/layouts/grid-panel.tpl +++ b/client/res/templates/admin/layouts/grid-panel.tpl @@ -45,7 +45,9 @@ {{#if hasCustomLabel}} data-custom-label="{{customLabel}}" {{/if}} - data-no-label="{{noLabel}}" > + data-no-label="{{noLabel}}" + title="{{label}}" + >
{{label}}
{{translate 'Available Fields' scope='Admin'}}
    {{#each disabledFields}} -
  • +
  • {{translate this scope=../scope category='fields'}}
    diff --git a/client/res/templates/admin/layouts/rows.tpl b/client/res/templates/admin/layouts/rows.tpl index 56269a328f..be292b12c9 100644 --- a/client/res/templates/admin/layouts/rows.tpl +++ b/client/res/templates/admin/layouts/rows.tpl @@ -12,7 +12,12 @@
    {{translate 'Enabled' scope='Admin'}}
      {{#each layout}} -
    • +
    • {{labelText}}
      @@ -40,6 +45,7 @@ class="cell" draggable="true" {{#each ../dataAttributeList}}data-{{toDom this}}="{{prop ../this this}}" {{/each}} + title="{{labelText}}" >
      {{labelText}}