fixed 2 more old dialogFooterToolbar class names

This commit is contained in:
Ralf Becker 2014-04-02 08:20:05 +00:00
parent 51a083e112
commit 80463f8625
2 changed files with 5 additions and 7 deletions

View File

@ -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>');

View File

@ -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>