mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Allow interface selection in admin panel
+ small fixes
This commit is contained in:
parent
869e0ed181
commit
b3955cd53a
13 changed files with 60 additions and 40 deletions
|
|
@ -23,6 +23,13 @@
|
|||
<i class="icon-forward"></i>
|
||||
</a>
|
||||
</div>
|
||||
<!--
|
||||
<div class="btn-group">
|
||||
<a class="btn btn-danger buttonDelete" data-placement="bottom" data-bind="command: $root.deleteCommand, tooltip: 'MESSAGE/BUTTON_DELETE'">
|
||||
<i class="icon-trash icon-white"></i>
|
||||
</a>
|
||||
</div>
|
||||
-->
|
||||
<div class="btn-group">
|
||||
<a class="btn dropdown-toggle buttonMore" data-placement="right" data-toggle="dropdown" data-bind="command: $root.messageVisibilityCommand, tooltip: 'MESSAGE/BUTTON_MORE'">
|
||||
<i class="icon-reorder"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue