4646 </ ul >
4747 <!-- /ko -->
4848 </ div >
49- < div class ="btn-group dropdown colored-toggle pull-right " style ="margin-right: 4px; ">
50- < a class ="btn single dropdown-toggle buttonMore " data-toggle ="dropdown ">
51- < i class ="icon-list "> </ i >
52- </ a >
53- < ul class ="dropdown-menu g-ui-menu " role ="menu ">
54- < li class ="e-item " data-bind ="click: function () { requestReadReceipt(!requestReadReceipt()); } ">
55- < a class ="e-link ">
56- < i class ="icon-checkbox-unchecked " data-bind ="css: {'icon-checkbox-checked': requestReadReceipt(), 'icon-checkbox-unchecked': !requestReadReceipt() } "> </ i >
57-
58- < span class ="i18n " data-i18n ="COMPOSE/BUTTON_REQUEST_READ_RECEIPT "> </ span >
59- </ a >
60- </ li >
61- < li class ="e-item " data-bind ="click: function () { requestDsn(!requestDsn()); } ">
62- < a class ="e-link ">
63- < i class ="icon-checkbox-unchecked " data-bind ="css: {'icon-checkbox-checked': requestDsn(), 'icon-checkbox-unchecked': !requestDsn() } "> </ i >
64-
65- < span class ="i18n " data-i18n ="COMPOSE/BUTTON_REQUEST_DSN "> </ span >
66- </ a >
67- </ li >
68- < li class ="e-item " data-bind ="click: function () { markAsImportant(!markAsImportant()); } ">
69- < a class ="e-link ">
70- < i class ="icon-checkbox-unchecked " data-bind ="css: {'icon-checkbox-checked': markAsImportant(), 'icon-checkbox-unchecked': !markAsImportant() } "> </ i >
71-
72- < span class ="i18n " data-i18n ="COMPOSE/BUTTON_MARK_AS_IMPORTANT "> </ span >
73- </ a >
74- </ li >
75- < li class ="divider " data-bind ="visible: capaOpenPGP "> </ li >
76- < li class ="e-item " data-bind ="visible: capaOpenPGP, click: openOpenPgpPopup, css: {'disabled': isHtml()} ">
77- < a class ="e-link ">
78- < i class ="icon-key "> </ i >
79-
80- < span class ="i18n " data-i18n ="COMPOSE/BUTTON_OPEN_PGP "> </ span >
81- </ a >
82- </ li >
83- </ ul >
84- </ div >
85- < div class ="btn-group pull-right "> </ div >
86- < div class ="btn-group pull-right ">
87- < a class ="btn single " data-tooltip-join ="top " data-bind ="visible: allowContacts, command: contactsCommand, tooltip: 'FOLDER_LIST/BUTTON_CONTACTS' ">
88- < i class ="icon-address-book "> </ i >
89- </ a >
90- </ div >
91- < div class ="btn-group pull-right "> </ div >
49+ < span class ="pull-right ">
50+ < div class ="btn-group dropdown colored-toggle pull-right " style ="margin-right: 4px; ">
51+ < a class ="btn single dropdown-toggle buttonMore " data-toggle ="dropdown ">
52+ < i class ="icon-list "> </ i >
53+ </ a >
54+ < ul class ="dropdown-menu g-ui-menu " role ="menu ">
55+ < li class ="e-item " data-bind ="click: function () { requestReadReceipt(!requestReadReceipt()); } ">
56+ < a class ="e-link ">
57+ < i class ="icon-checkbox-unchecked " data-bind ="css: {'icon-checkbox-checked': requestReadReceipt(), 'icon-checkbox-unchecked': !requestReadReceipt() } "> </ i >
58+
59+ < span class ="i18n " data-i18n ="COMPOSE/BUTTON_REQUEST_READ_RECEIPT "> </ span >
60+ </ a >
61+ </ li >
62+ < li class ="e-item " data-bind ="click: function () { requestDsn(!requestDsn()); } ">
63+ < a class ="e-link ">
64+ < i class ="icon-checkbox-unchecked " data-bind ="css: {'icon-checkbox-checked': requestDsn(), 'icon-checkbox-unchecked': !requestDsn() } "> </ i >
65+
66+ < span class ="i18n " data-i18n ="COMPOSE/BUTTON_REQUEST_DSN "> </ span >
67+ </ a >
68+ </ li >
69+ < li class ="e-item " data-bind ="click: function () { markAsImportant(!markAsImportant()); } ">
70+ < a class ="e-link ">
71+ < i class ="icon-checkbox-unchecked " data-bind ="css: {'icon-checkbox-checked': markAsImportant(), 'icon-checkbox-unchecked': !markAsImportant() } "> </ i >
72+
73+ < span class ="i18n " data-i18n ="COMPOSE/BUTTON_MARK_AS_IMPORTANT "> </ span >
74+ </ a >
75+ </ li >
76+ < li class ="divider " data-bind ="visible: capaOpenPGP "> </ li >
77+ < li class ="e-item " data-bind ="visible: capaOpenPGP, click: openOpenPgpPopup, css: {'disabled': isHtml()} ">
78+ < a class ="e-link ">
79+ < i class ="icon-key "> </ i >
80+
81+ < span class ="i18n " data-i18n ="COMPOSE/BUTTON_OPEN_PGP "> </ span >
82+ </ a >
83+ </ li >
84+ </ ul >
85+ </ div >
86+ < div class ="btn-group pull-right "> </ div >
87+ < div class ="btn-group pull-right ">
88+ < a class ="btn single " data-tooltip-join ="top " data-bind ="visible: allowContacts, command: contactsCommand, tooltip: 'FOLDER_LIST/BUTTON_CONTACTS' ">
89+ < i class ="icon-address-book "> </ i >
90+ </ a >
91+ </ div >
92+ < div class ="btn-group pull-right "> </ div >
93+ </ span >
9294 < span class ="pull-right ">
9395 < span class ="i18n g-ui-link " data-i18n ="COMPOSE/TITLE_CC "
9496 data-bind ="visible: !showCc(), click: function () { showCc(true); } "> </ span >
213215 </ div >
214216 </ div >
215217 </ div >
216- </ div >
218+ </ div >
0 commit comments