Commit 7904ee49 authored by Jérome Perrin's avatar Jérome Perrin

Don't set tabindex

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15017 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ab268f92
......@@ -96,15 +96,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:define-slot="bottom" />\n
</div>\n
<input i18n:attributes="value" i18n:domain="ui" value="Cancel Action"\n
tabindex="100" id="dialog_cancel_button" name="Base_cancel:method" type="submit" />\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
tabindex="101" id="dialog_update_button"\n
id="dialog_update_button"\n
name="Base_showUpdateDialog:method" type="submit" />\n
<input tal:attributes="value python: here.Base_getFormViewDialogActionButtonTitle(form);\n
name string:${form_action}:method"\n
i18n:attributes="value" i18n:domain="ui" accesskey="V"\n
tabindex="102" id="dialog_submit_button" type="submit" />\n
id="dialog_submit_button" type="submit" />\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
......
394
\ No newline at end of file
395
\ 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