layouts title
This commit is contained in:
@@ -45,7 +45,9 @@
|
||||
{{#if hasCustomLabel}}
|
||||
data-custom-label="{{customLabel}}"
|
||||
{{/if}}
|
||||
data-no-label="{{noLabel}}" >
|
||||
data-no-label="{{noLabel}}"
|
||||
title="{{label}}"
|
||||
>
|
||||
<div class="left" style="width: calc(100% - 14px);">{{label}}</div>
|
||||
<div class="right" style="width: 14px;">
|
||||
<a
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<header>{{translate 'Available Fields' scope='Admin'}}</header>
|
||||
<ul class="disabled cells clearfix">
|
||||
{{#each disabledFields}}
|
||||
<li class="cell" data-name="{{./this}}">
|
||||
<li class="cell" data-name="{{./this}}" title="{{translate this scope=../scope category='fields'}}">
|
||||
<div class="left" style="width: calc(100% - 14px);">
|
||||
{{translate this scope=../scope category='fields'}}
|
||||
</div>
|
||||
|
||||
@@ -12,7 +12,12 @@
|
||||
<header>{{translate 'Enabled' scope='Admin'}}</header>
|
||||
<ul class="enabled connected">
|
||||
{{#each layout}}
|
||||
<li class="cell" draggable="true" {{#each ../dataAttributeList}}data-{{toDom this}}="{{prop ../this this}}" {{/each}}>
|
||||
<li
|
||||
class="cell"
|
||||
draggable="true"
|
||||
{{#each ../dataAttributeList}}data-{{toDom this}}="{{prop ../this this}}" {{/each}}
|
||||
title="{{labelText}}"
|
||||
>
|
||||
<div class="left" style="width: calc(100% - 17px);">
|
||||
<span>{{labelText}}</span>
|
||||
</div>
|
||||
@@ -40,6 +45,7 @@
|
||||
class="cell"
|
||||
draggable="true"
|
||||
{{#each ../dataAttributeList}}data-{{toDom this}}="{{prop ../this this}}" {{/each}}
|
||||
title="{{labelText}}"
|
||||
>
|
||||
<div class="left" style="width: calc(100% - 17px);">
|
||||
<span>{{labelText}}</span>
|
||||
|
||||
Reference in New Issue
Block a user