mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix delete user dialog style
This commit is contained in:
parent
50eb96d30b
commit
c9ccb313ba
@ -41,20 +41,31 @@
|
|||||||
</vbox>
|
</vbox>
|
||||||
</template>
|
</template>
|
||||||
<template id="admin.account.delete" template="" lang="" group="0" version="18.1.001">
|
<template id="admin.account.delete" template="" lang="" group="0" version="18.1.001">
|
||||||
<box class="dialogHeader">
|
<grid width="100%">
|
||||||
|
<columns>
|
||||||
|
<column width="100%"/>
|
||||||
|
</columns>
|
||||||
|
<rows>
|
||||||
|
<row class="dialogHeader">
|
||||||
<select-account id="account_id" readonly="true" label="Delete" onchange="var apps = widget.getRoot().getWidgetById('delete_apps'); apps.set_enabled(widget.getValue());"/>
|
<select-account id="account_id" readonly="true" label="Delete" onchange="var apps = widget.getRoot().getWidgetById('delete_apps'); apps.set_enabled(widget.getValue());"/>
|
||||||
</box>
|
</row>
|
||||||
<tabbox id="tabs" width="99%" tab_height="400px">
|
<row>
|
||||||
|
<tabbox id="tabs" width="100%" tab_height="400px">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="main" label="Delete"/>
|
<tab id="main" label="Delete"/>
|
||||||
</tabs>
|
</tabs>
|
||||||
<tabpanels>
|
<tabpanels>
|
||||||
<template template="admin.account.delete.delete" width="99%"/>
|
<template template="admin.account.delete.delete" width="100%"/>
|
||||||
</tabpanels>
|
</tabpanels>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
<hbox class="dialogFooterToolbar">
|
</row>
|
||||||
|
<row class="dialogFooterToolbar">
|
||||||
|
<hbox>
|
||||||
<button id="delete" label="Delete"/>
|
<button id="delete" label="Delete"/>
|
||||||
<button id="cancel" label="Cancel" onclick="window.close()"/>
|
<button id="cancel" label="Cancel" onclick="window.close()"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
</row>
|
||||||
|
</rows>
|
||||||
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
@ -249,4 +249,7 @@ Admin command
|
|||||||
filter: initial;
|
filter: initial;
|
||||||
/* IE 6-9 */
|
/* IE 6-9 */
|
||||||
}
|
}
|
||||||
|
#admin-account-delete .dialogFooterToolbar .et2_button_delete {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,4 +59,8 @@
|
|||||||
/*filter grey*/
|
/*filter grey*/
|
||||||
.img_filter_none;
|
.img_filter_none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#admin-account-delete .dialogFooterToolbar .et2_button_delete {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user