mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix for EGw unusual position of Cancel button first
This commit is contained in:
parent
94c9051460
commit
cf9a428e10
@ -15,8 +15,8 @@
|
||||
</tabpanels>
|
||||
</et2-tabbox>
|
||||
<et2-hbox class="dialogFooterToolbar" id="button">
|
||||
<et2-button id="cancel" label="Cancel" onclick="window.close()"></et2-button>
|
||||
<et2-button id="delete" label="Delete"></et2-button>
|
||||
<et2-button id="cancel" label="Cancel" onclick="window.close()"></et2-button>
|
||||
<et2-button id="delete_sub" label="Delete including sub-entries"></et2-button>
|
||||
</et2-hbox>
|
||||
</et2-vbox>
|
||||
|
Loading…
Reference in New Issue
Block a user