mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Shift down the toolbar under DisplayHeader, and give the toolbar 100% width
This commit is contained in:
parent
8225546999
commit
5099551add
@ -3,12 +3,10 @@
|
||||
<overlay>
|
||||
<template id="mail.display" template="" lang="" group="0" version="1.9.001">
|
||||
<html id="msg"/>
|
||||
<vbox class="mailDisplayToolbar">
|
||||
<hbox>
|
||||
<toolbar id="displayToolbar" view_range="12"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<vbox class="mailDisplay">
|
||||
<hbox>
|
||||
<toolbar id="displayToolbar" width="100%" view_range="12"/>
|
||||
</hbox>
|
||||
<hbox class="mailDisplayHeaders" id="mailDisplayHeadersFrom" disabled="!@FROM" width="100%">
|
||||
<description value="From"/>
|
||||
<url-email id="FROM" readonly="true"/>
|
||||
@ -44,7 +42,7 @@
|
||||
<description align="left" id="mail_displaysubject" no_lang="1" readonly="true"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<vbox class="mailDisplay" width="100%">
|
||||
<vbox class="mailDisplay">
|
||||
<box class="$cont[mailDisplayContainerClass]">
|
||||
<iframe frameborder="1" class="mail_displaybody" id="mailDisplayBodySrc" name="mailDisplayBodySrc" scrolling="auto" width="100%" height="100%"/>
|
||||
</box>
|
||||
|
Loading…
Reference in New Issue
Block a user