mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03:00
Resolve #330
This commit is contained in:
parent
6d3de4d691
commit
ad058674f6
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
<col style="width: 140px">
|
<col style="width: 140px">
|
||||||
<col style="width: 1em">
|
<col style="width: 1em">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody data-bind="foreach: filters">
|
<tbody data-bind="foreach: filters, i18nUpdate: filters">
|
||||||
<tr class="filter-item" draggable="true" data-bind="sortableItem: { list: $parent.filters }">
|
<tr class="filter-item" draggable="true" data-bind="sortableItem: { list: $parent.filters }">
|
||||||
<td class="fontastic" data-bind="click: function () { $parent.hasChanges(true); enabled(!enabled()); }, text: enabled() ? '☑' : '☐'"></td>
|
<td class="fontastic" data-bind="click: function () { $parent.hasChanges(true); enabled(!enabled()); }, text: enabled() ? '☑' : '☐'"></td>
|
||||||
<td class="drag-wrapper fontastic drag-handle">⬍</td>
|
<td class="drag-wrapper fontastic drag-handle">⬍</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue