mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Change date position in mail display, and set view_range for toolbar
This commit is contained in:
parent
3b8eeb12ca
commit
b4a0b8dbb8
@ -5,12 +5,19 @@
|
||||
<html id="msg"/>
|
||||
<vbox class="mailDisplay">
|
||||
<hbox>
|
||||
<toolbar id="displayToolbar" width="100%" view_range="12" flat_list="false"/>
|
||||
<toolbar id="displayToolbar" width="100%" view_range="8" flat_list="false"/>
|
||||
</hbox>
|
||||
<hbox class="mailDisplayHeaders" id="mailDisplayHeadersFrom" disabled="!@FROM" width="100%">
|
||||
<description value="From"/>
|
||||
<url-email id="FROM" readonly="true"/>
|
||||
<hbox>
|
||||
<hbox class="mailDisplayHeaders" id="mailDisplayHeadersFrom" disabled="!@FROM" width="70%">
|
||||
<description value="From"/>
|
||||
<url-email id="FROM" readonly="true"/>
|
||||
</hbox>
|
||||
<hbox class="mailDisplayHeaders" align="right" width="30%">
|
||||
<description value="Date"/>
|
||||
<date-time id="mail_displaydate" readonly="true"/>
|
||||
</hbox>
|
||||
</hbox>
|
||||
|
||||
<hbox class="mailDisplayHeaders" id="mailDisplayHeadersSender" disabled="!@SENDER" width="100%">
|
||||
<description value="on behalf of"/>
|
||||
<url-email id="SENDER" readonly="true"/>
|
||||
@ -33,10 +40,6 @@
|
||||
</hbox>
|
||||
<buttononly class="et2_button ui-button" label="Show all Addresses" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
|
||||
</hbox>
|
||||
<hbox class="mailDisplayHeaders" width="100%">
|
||||
<description align= "right" value="Date"/>
|
||||
<date-time align="right" id="mail_displaydate" readonly="true"/>
|
||||
</hbox>
|
||||
<hbox class="mailDisplayHeaders" width="100%">
|
||||
<description value="Subject"/>
|
||||
<description align="left" id="mail_displaysubject" no_lang="1" readonly="true"/>
|
||||
|
Loading…
Reference in New Issue
Block a user