forked from extern/egroupware
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>
|
||||
<rows>
|
||||
<row disabled="!@msg">
|
||||
<description id="msg" class="redItalic"/>
|
||||
<description id="msg" class="message"/>
|
||||
</row>
|
||||
<row>
|
||||
<groupbox>
|
||||
@ -135,12 +135,12 @@
|
||||
</groupbox>
|
||||
</row>
|
||||
<row>
|
||||
<hbox>
|
||||
<hbox class="dialog-footer-toolbar">
|
||||
<button statustext="Saves this rule" label="Save" id="button[save]"/>
|
||||
<button statustext="Applies the changes made" label="Apply" id="button[apply]"/>
|
||||
<button label="Cancel" id="button[cancel]"/>
|
||||
<hbox align="right">
|
||||
<button label="Delete" id="button[delete]" />
|
||||
<button label="Cancel" id="button[cancel]"/>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</row>
|
||||
|
Loading…
Reference in New Issue
Block a user