Línea 30... |
Línea 30... |
30 |
<div class="d-flex justify-content-start">
|
30 |
<div class="d-flex justify-content-start">
|
31 |
<span class="btn btn-secondary p-1 mr-2">{{>core/drag_handle}}</span>
|
31 |
<span class="btn btn-secondary p-1 mr-2">{{>core/drag_handle}}</span>
|
32 |
<div class="w-100">
|
32 |
<div class="w-100">
|
33 |
<div class="d-flex align-items-center justify-content-between">
|
33 |
<div class="d-flex align-items-center justify-content-between">
|
34 |
<div class="d-flex">
|
34 |
<div class="d-flex">
|
35 |
<small class="text-muted text-uppercase px-2">{{entityname}} • {{name}}</small>
|
35 |
<small class="text-muted px-2">{{entityname}} • {{name}}</small>
|
36 |
</div>
|
36 |
</div>
|
37 |
<span class="text-nowrap">
|
37 |
<span class="text-nowrap">
|
38 |
<button class="btn btn-link p-0"
|
38 |
<button class="btn btn-link p-0"
|
39 |
data-action="report-remove-column"
|
39 |
data-action="report-remove-column"
|
40 |
type="button"
|
40 |
type="button"
|
41 |
title="{{#str}}deletecolumn, core_reportbuilder, {{{name}}}{{/str}}"
|
41 |
title="{{#str}}deletecolumn, core_reportbuilder, {{{name}}}{{/str}}"
|
42 |
aria-label="{{#str}}deletecolumn, core_reportbuilder, {{{name}}}{{/str}}">
|
42 |
aria-label="{{#str}}deletecolumn, core_reportbuilder, {{{name}}}{{/str}}">
|
43 |
<span class="btn btn-danger p-1">
|
43 |
<span class="btn btn-danger p-1">
|
44 |
<svg width="20" height="20" fill="none" viewBox="0 0 24 24">
|
- |
|
45 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.25 6.75L6.75 17.25"></path>
|
- |
|
46 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.75 6.75L17.25 17.25"></path>
|
- |
|
47 |
</svg>
|
44 |
{{#pix}}e/cancel, core{{/pix}}
|
48 |
</span>
|
45 |
</span>
|
49 |
</button>
|
46 |
</button>
|
50 |
</span>
|
47 |
</span>
|
51 |
</div>
|
48 |
</div>
|
52 |
<h4 class="text-nowrap">{{{headingeditable}}}</h4>
|
49 |
<h4 class="text-nowrap">{{{headingeditable}}}</h4>
|