mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Arrange buttons in sieve edit popup, and set right class for footer
This commit is contained in:
parent
bbe57f9648
commit
ddab79a83b
@ -8,7 +8,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row disabled="!@msg">
|
<row disabled="!@msg">
|
||||||
<description id="msg" class="redItalic"/>
|
<description id="msg" class="message"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<groupbox>
|
<groupbox>
|
||||||
@ -135,12 +135,12 @@
|
|||||||
</groupbox>
|
</groupbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<hbox>
|
<hbox class="dialog-footer-toolbar">
|
||||||
<button statustext="Saves this rule" label="Save" id="button[save]"/>
|
<button statustext="Saves this rule" 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]"/>
|
||||||
<hbox align="right">
|
<hbox align="right">
|
||||||
<button label="Delete" id="button[delete]" />
|
<button label="Delete" id="button[delete]" />
|
||||||
<button label="Cancel" id="button[cancel]"/>
|
|
||||||
</hbox>
|
</hbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
Reference in New Issue
Block a user