mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-05 23:05:59 +02:00
Mail: Force "to" as first focus field
(other inputs are higher, but not always visible)
This commit is contained in:
@ -59,7 +59,9 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="mailComposeHeaders" >
|
<row class="mailComposeHeaders" >
|
||||||
<description value="To"/>
|
<description value="To"/>
|
||||||
<taglist-email id="to" allowDragAndDrop="true" width="100%" onclick="app.mail.address_click" multiple="true" include_lists="true" onchange="app.mail.recipients_onchange" empty_label="select or insert email address"/>
|
<taglist-email id="to" allowDragAndDrop="true" width="100%" onclick="app.mail.address_click"
|
||||||
|
multiple="true" include_lists="true" onchange="app.mail.recipients_onchange"
|
||||||
|
empty_label="select or insert email address" autofocus="true"/>
|
||||||
<hbox>
|
<hbox>
|
||||||
<description id="cc_expander" value="Cc" class="et2_button_text" onclick="app.mail.compose_fieldExpander"/>
|
<description id="cc_expander" value="Cc" class="et2_button_text" onclick="app.mail.compose_fieldExpander"/>
|
||||||
<description id="bcc_expander" value="Bcc" class="et2_button_text" onclick="app.mail.compose_fieldExpander"/>
|
<description id="bcc_expander" value="Bcc" class="et2_button_text" onclick="app.mail.compose_fieldExpander"/>
|
||||||
|
Reference in New Issue
Block a user