Commit 80ff14bb authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add access key for Cancel (C) and Update (U).

(for submit, we aldeary have 'V' access key).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27232 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 006f1ae7
......@@ -60,10 +60,10 @@
<tal:block metal:define-slot="bottom" />\n
</div>\n
<input tal:condition="cancel_url|request/cancel_url|nothing"\n
i18n:attributes="value" i18n:domain="ui" value="Cancel Action"\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!=\'\'"\n
tal:condition="python: form.update_action!=\'\'" 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
......
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