Skip to content

Commit

Permalink
Resolve #916
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Feb 6, 2023
1 parent a6e8e5c commit 7c090ee
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,10 @@ <h4>SSL/TLS</h4>
<i class="fontastic" data-bind="css: {'icon-spinner': testing()}"></i>
<span data-i18n="GLOBAL/TEST"></span>
</a>
<a class="btn buttonClose" data-bind="click: close" data-icon="" data-i18n="GLOBAL/CLOSE"></a>
<a class="btn" data-bind="command: createOrAddCommand, visible: edit()">
<a class="btn buttonClose" data-bind="click: close, visible: edit()" data-icon="" data-i18n="GLOBAL/CLOSE"></a>
<a class="btn buttonClose" data-bind="click: close, visible: !edit()" data-icon="" data-i18n="GLOBAL/CANCEL"></a>
<a class="btn" data-bind="command: createOrAddCommand">
<i class="fontastic" data-bind="css: {'icon-spinner': saving()}"></i>
<span data-i18n="GLOBAL/UPDATE"></span>
</a>
<a class="btn" data-bind="command: createOrAddCommand, visible: !edit()">
<i class="fontastic" data-bind="css: {'icon-spinner': saving()}"></i>
<span data-i18n="GLOBAL/ADD"></span>
<span data-i18n="GLOBAL/SAVE"></span>
</a>
</footer>

0 comments on commit 7c090ee

Please sign in to comment.