mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Mail: Switch mobile to use new Et2Email widget
This commit is contained in:
parent
7c462f2763
commit
34c6fee46c
@ -59,7 +59,7 @@
|
||||
</row>
|
||||
<row class="mailComposeHeaders" >
|
||||
<et2-description value="To"></et2-description>
|
||||
<et2-select-email id="to" width="100%" onclick="app.mail.address_click" onchange="app.mail.recipients_onchange" multiple="true" searchUrl="EGroupware\Api\Etemplate\Widget\Taglist::ajax_email" includeLists="true"></et2-select-email>
|
||||
<et2-email id="to" width="100%" onclick="app.mail.address_click" onchange="app.mail.recipients_onchange" includeLists="true"></et2-email>
|
||||
<et2-vbox>
|
||||
<et2-description id="cc_expander" value="Cc" class="et2_button_text" onclick="app.mail.compose_fieldExpander"></et2-description>
|
||||
<et2-description id="bcc_expander" value="Bcc" class="et2_button_text" onclick="app.mail.compose_fieldExpander"></et2-description>
|
||||
@ -67,12 +67,12 @@
|
||||
</row>
|
||||
<row class="mailComposeHeaders mailComposeJQueryCc">
|
||||
<et2-description value="Cc"></et2-description>
|
||||
<et2-select-email id="cc" width="100%" onclick="app.mail.address_click" onchange="app.mail.recipients_onchange" multiple="true" searchUrl="EGroupware\Api\Etemplate\Widget\Taglist::ajax_email" includeLists="true"></et2-select-email>
|
||||
<et2-email id="cc" width="100%" onclick="app.mail.address_click" onchange="app.mail.recipients_onchange" includeLists="true"></et2-email>
|
||||
<et2-description></et2-description>
|
||||
</row>
|
||||
<row class="mailComposeHeaders mailComposeJQueryBcc">
|
||||
<et2-description value="Bcc"></et2-description>
|
||||
<et2-select-email id="bcc" width="100%" onclick="app.mail.address_click" onchange="app.mail.recipients_onchange" multiple="true" searchUrl="EGroupware\Api\Etemplate\Widget\Taglist::ajax_email" includeLists="true"></et2-select-email>
|
||||
<et2-email id="bcc" width="100%" onclick="app.mail.address_click" onchange="app.mail.recipients_onchange" includeLists="true"></et2-email>
|
||||
<et2-description></et2-description>
|
||||
</row>
|
||||
<row class="mailComposeHeaders subjectContainer">
|
||||
|
Loading…
Reference in New Issue
Block a user