mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 15:26:14 +08:00
Resolve #1104
This commit is contained in:
parent
674e842861
commit
85bb5348c0
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
<!-- ko if: allowFilters() -->
|
||||
<tr><th colspan="4" data-i18n="SETTINGS_FILTERS/SIMPLE"></th></tr>
|
||||
<tr class="script-item">
|
||||
<td class="e-action fontastic" data-bind="click: function (oScript) { $root.enableScript(oScript); }, text: active() ? '⦿' : '○'"></td>
|
||||
<td><div class="e-action fontastic" data-bind="visible: body, click: function (oScript) { $root.enableScript(oScript); }, text: active() ? '⦿' : '○'"></div></td>
|
||||
<td class="e-action script-name" data-bind="text: name()"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<!-- /ko -->
|
||||
<!-- ko if: !allowFilters() -->
|
||||
<tr class="script-item">
|
||||
<td class="e-action fontastic" data-bind="click: function (oScript) { $root.enableScript(oScript); }, text: active() ? '⦿' : '○'"></td>
|
||||
<td><div class="e-action fontastic" data-bind="visible: body, click: function (oScript) { $root.enableScript(oScript); }, text: active() ? '⦿' : '○'"></div></td>
|
||||
<td class="e-action script-name" data-bind="text: name()"></td>
|
||||
<td>
|
||||
<a class="btn btn-small btn-danger button-confirm-delete" data-bind="css: {'delete-access': askDelete()}, click: function(oScript) { $root.deleteScript(oScript); }"
|
||||
|
|
Loading…
Reference in a new issue