mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Fix mail acl dialog can't resize properly
This commit is contained in:
parent
4a147c74a1
commit
f943ed471a
@ -3,7 +3,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="mail.acl" template="" lang="" group="0" version="1.9.001">
|
<template id="mail.acl" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%">
|
<grid width="100%" height="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="10%"/>
|
<column width="10%"/>
|
||||||
<column width="90%"/>
|
<column width="90%"/>
|
||||||
@ -73,9 +73,17 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<hbox class="dialogFooterToolbar">
|
<grid resize_ratio="1">
|
||||||
<button statustext="Saves this ACL" label="Save" id="button[save]"/>
|
<columns><column/></columns>
|
||||||
<button statustext="Applies the changes made" label="Apply" id="button[apply]"/>
|
<rows>
|
||||||
|
<row></row>
|
||||||
|
</rows>
|
||||||
|
</grid>
|
||||||
|
</row>
|
||||||
|
<row class="dialogFooterToolbar">
|
||||||
|
<hbox>
|
||||||
|
<button label="Save" id="button[save]"/>
|
||||||
|
<button label="Apply" id="button[apply]"/>
|
||||||
<button label="Cancel" id="button[cancel]"/>
|
<button label="Cancel" id="button[cancel]"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user