|
Apache/2.4.41 (Ubuntu) Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) server ip : 62.171.164.128 | your ip : 127.0.0.1 safemode OFF > / home / Mirasvit / Report / view / adminhtml / web / template / settings / |
Filename | /home/Mirasvit/Report/view/adminhtml/web/template/settings/columns.html |
Size | 1.91 kb |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 01-Jul-2024 20:52 |
Last modified | 06-Apr-2021 18:06 |
Last accessed | 23-Aug-2025 02:40 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<section class="columns">
<div class="messages">
<div class="message message-notice message-notice">
<!-- ko i18n: -->These settings control the columns available for report. After saving you may choose new columns for display under the columns dropdown.<!-- /ko -->
</div>
</div>
<input type="text" class="admin__control-text search-input" data-bind="value: searchColumn,
valueUpdate: 'afterkeydown',
attr: {placeholder: $t('Search by Columns')}"
>
<table class="report-settings__table">
<thead>
<tr>
<th data-bind="i18n: 'Active'"></th>
<th data-bind="i18n: 'Title'"></th>
<th data-bind="i18n: 'Table'"></th>
<th data-bind="i18n: 'Type'"></th>
<th data-bind="i18n: 'Aggregator'"></th>
</tr>
</thead>
<tbody each="data: findColumns(), as: 'column'">
<tr class="report-settings__column" click="$parent.toggle" data-bind="css: {active: column.active}">
<td>
<input data-form-part="report_settings_form" type="checkbox"
data-bind="checked: column.active, click: function() { return true },
value: column.value, disable: column.disabled, clickBubble: false,
attr: {name: 'columns[' + column.value + ']'}">
</td>
<td class="column-label">
<i class="fa"
data-bind="css: {'fa-eye': !column.filter_only, 'fa-filter': column.filter_only}">
</i>
<code text="column.label"/>
</td>
<td><code text="column.table"/></td>
<td><type text="column.type"/></td>
<td><aggregator text="column.aggregator"/></td>
</tr>
</tbody>
</table>
</section>
<div class="messages">
<div class="message message-notice message-notice">
<!-- ko i18n: -->These settings control the columns available for report. After saving you may choose new columns for display under the columns dropdown.<!-- /ko -->
</div>
</div>
<input type="text" class="admin__control-text search-input" data-bind="value: searchColumn,
valueUpdate: 'afterkeydown',
attr: {placeholder: $t('Search by Columns')}"
>
<table class="report-settings__table">
<thead>
<tr>
<th data-bind="i18n: 'Active'"></th>
<th data-bind="i18n: 'Title'"></th>
<th data-bind="i18n: 'Table'"></th>
<th data-bind="i18n: 'Type'"></th>
<th data-bind="i18n: 'Aggregator'"></th>
</tr>
</thead>
<tbody each="data: findColumns(), as: 'column'">
<tr class="report-settings__column" click="$parent.toggle" data-bind="css: {active: column.active}">
<td>
<input data-form-part="report_settings_form" type="checkbox"
data-bind="checked: column.active, click: function() { return true },
value: column.value, disable: column.disabled, clickBubble: false,
attr: {name: 'columns[' + column.value + ']'}">
</td>
<td class="column-label">
<i class="fa"
data-bind="css: {'fa-eye': !column.filter_only, 'fa-filter': column.filter_only}">
</i>
<code text="column.label"/>
</td>
<td><code text="column.table"/></td>
<td><type text="column.type"/></td>
<td><aggregator text="column.aggregator"/></td>
</tr>
</tbody>
</table>
</section>