mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fixed 2 more old dialogFooterToolbar class names
This commit is contained in:
parent
51a083e112
commit
80463f8625
@ -254,9 +254,9 @@ class uiconfig
|
||||
break;
|
||||
}
|
||||
}
|
||||
$t->set_var('submit', '<div class="dialog-footer-toolbar" style="text-align: left">'.
|
||||
$t->set_var('submit', '<div class="dialogFooterToolbar" style="text-align: left">'.
|
||||
($GLOBALS['egw']->acl->check('site_config_access',2,'admin') ? '' :
|
||||
html::submit_button('save', 'Save').
|
||||
html::submit_button('save', 'Save')."\n".
|
||||
html::submit_button('apply', 'Apply')));
|
||||
$t->set_var('cancel', html::submit_button('cancel', 'Cancel').'</div>');
|
||||
|
||||
|
@ -106,12 +106,10 @@
|
||||
<description value="Modified"/>
|
||||
<date-time id="last_mod" readonly="true"/>
|
||||
</row>
|
||||
<row class="dialog-footer-toolbar">
|
||||
<hbox>
|
||||
<row>
|
||||
<hbox span="all" width="100%" class="dialogFooterToolbar">
|
||||
<button label="Save" id="button[save]" onclick="return app.admin.check_owner(widget);" image="save" background_image="1"/>
|
||||
<button label="Apply" id="button[apply]" onclick="return app.admin.check_owner(widget);" image="apply" background_image="1"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
|
||||
<buttononly align="right" statustext="Delete this category" label="Delete" id="button[delete]" onclick="et2_dialog.confirm(widget,'Are you sure you want to delete this category ?'); return false;" image="delete" background_image="1"/>
|
||||
</hbox>
|
||||
@ -120,4 +118,4 @@
|
||||
</grid>
|
||||
<template id="admin.categories.delete"/>
|
||||
</template>
|
||||
</overlay>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user