Commit baf7d7fc authored by Nicolas Delaby's avatar Nicolas Delaby

display update_action_title as Button value

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27267 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 17cb7f31
......@@ -62,8 +62,9 @@
<input tal:condition="cancel_url|request/cancel_url|nothing"\n
i18n:attributes="value" i18n:domain="ui" value="Cancel Action" accesskey="C"\n
id="dialog_cancel_button" name="Base_cancel:method" type="submit" />\n
<input i18n:attributes="value" i18n:domain="ui" value="Update"\n
tal:condition="python: form.update_action!=\'\'" accesskey="U"\n
<input i18n:attributes="value" i18n:domain="ui"\n
tal:attributes="value python: here.Base_getFormViewDialogActionButtonUpdateActionTitle(form);"\n
tal:condition="form/update_action|nothing" accesskey="U"\n
id="dialog_update_button"\n
name="Base_showUpdateDialog:method" type="submit" />\n
<input tal:attributes="value python: here.Base_getFormViewDialogActionButtonTitle(form);"\n
......
762
\ No newline at end of file
763
\ 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