mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
Cleanup compose window delete button
This commit is contained in:
parent
88e2c5f52d
commit
0560e22674
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@
|
|||
<a class="close" data-bind="click: tryToClosePopup" data-i18n="[title]GLOBAL/CANCEL">×</a>
|
||||
<a class="minimize-custom" data-bind="click: skipCommand" data-i18n="[title]COMPOSE/BUTTON_MINIMIZE"></a>
|
||||
|
||||
<a class="btn btn-danger button-delete" data-bind="command: deleteCommand">
|
||||
<i class="fontastic">🗑</i>
|
||||
</a>
|
||||
<a class="btn btn-danger button-delete fontastic" data-bind="command: deleteCommand">🗑</a>
|
||||
<span class="saved-text hide-mobile" data-bind="text: savedTimeText"></span>
|
||||
</header>
|
||||
<div class="modal-body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue