Commit 9cac75c3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* wrap action buttons with div.bottom_action.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28602 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c2fde38
......@@ -60,23 +60,25 @@
<tal:block metal:define-slot="main" />\n
<tal:block metal:define-slot="bottom" />\n
</div>\n
<button tal:condition="cancel_url|request/cancel_url|nothing"\n
value="Cancel Action" accesskey="C"\n
id="dialog_cancel_button" name="Base_cancel:method"\n
type="submit" class="bt-med">\n
<span i18n:translate="" i18n:domain="ui" tal:content="string:Cancel Action">Update</span>\n
</button>\n
<button tal:condition="form/update_action|nothing" accesskey="U"\n
id="dialog_update_button" class="bt-med"\n
name="Base_showUpdateDialog:method" type="submit">\n
<span i18n:translate="" i18n:domain="ui" tal:content="python:\n
here.Base_getFormViewDialogActionButtonUpdateActionTitle(form)">Update</span>\n
</button>\n
<button accesskey="V"\n
id="dialog_submit_button" class="bt-med" \n
type="submit" name="Base_callDialogMethod:method">\n
<span i18n:translate="" i18n:domain="ui" tal:content="python: here.Base_getFormViewDialogActionButtonTitle(form)">Clone & Edit</span>\n
</button>\n
<div class="bottom_action">\n
<button tal:condition="cancel_url|request/cancel_url|nothing" accesskey="C"\n
id="dialog_cancel_button" name="Base_cancel:method"\n
type="submit" class="bt-med">\n
<span i18n:translate="" i18n:domain="ui" tal:content="string:Cancel Action">Cancel Action</span>\n
</button>\n
<button tal:condition="form/update_action|nothing" accesskey="U"\n
id="dialog_update_button" name="Base_showUpdateDialog:method"\n
type="submit" class="bt-med">\n
<span i18n:translate="" i18n:domain="ui"\n
tal:content="python:here.Base_getFormViewDialogActionButtonUpdateActionTitle(form)">Update</span>\n
</button>\n
<button accesskey="V"\n
id="dialog_submit_button" name="Base_callDialogMethod:method"\n
type="submit" class="bt-med">\n
<span i18n:translate="" i18n:domain="ui"\n
tal:content="python:here.Base_getFormViewDialogActionButtonTitle(form)">Do Action</span>\n
</button>\n
</div>\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
......
814
\ No newline at end of file
815
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment