mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
Style header and footer of mail ACL dialog
This commit is contained in:
parent
1529a14db7
commit
a33ca94d27
@ -6,7 +6,7 @@
|
|||||||
<hbox>
|
<hbox>
|
||||||
<description id="msg" class="message"/>
|
<description id="msg" class="message"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<vbox>
|
<vbox >
|
||||||
<description id="mailbox" align="center"/>
|
<description id="mailbox" align="center"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<grid id="grid">
|
<grid id="grid">
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th">
|
<row class="th dialog-header">
|
||||||
<description value="Name"/>
|
<description value="Name"/>
|
||||||
<description value="Common ACL"/>
|
<description value="Common ACL"/>
|
||||||
<description align="center" value="L"/>
|
<description align="center" value="L"/>
|
||||||
@ -62,7 +62,7 @@
|
|||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<hbox>
|
<hbox class="dialog-footer-toolbar">
|
||||||
<button statustext="Saves this ACL" label="Save" id="button[save]"/>
|
<button statustext="Saves this ACL" label="Save" id="button[save]"/>
|
||||||
<button statustext="Applies the changes made" label="Apply" id="button[apply]"/>
|
<button statustext="Applies the changes made" label="Apply" id="button[apply]"/>
|
||||||
<button label="Cancel" id="button[cancel]"/>
|
<button label="Cancel" id="button[cancel]"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user