Commit a4934add authored by Ivan Tyagov's avatar Ivan Tyagov

Set id of submit button.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35519 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f5ecc0b
...@@ -117,7 +117,8 @@ ...@@ -117,7 +117,8 @@
\n \n
<tal:block tal:condition="python: edit_form_object is not None"\n <tal:block tal:condition="python: edit_form_object is not None"\n
tal:define="box_relative_url python: box.getRelativeUrl();\n tal:define="box_relative_url python: box.getRelativeUrl();\n
form_fields_main_prefix python: \'gadget_preference_%s_field\' %box_relative_url.replace(\'/\', \'_\');">\n box_dom_id python: box_relative_url.replace(\'/\', \'_\');\n
form_fields_main_prefix python: \'gadget_preference_%s_field\' %box_dom_id;">\n
\n \n
<!-- render edit gadget preferences form -->\n <!-- render edit gadget preferences form -->\n
<span tal:replace="structure python: edit_form_object(key_prefix=form_fields_main_prefix)"/>\n <span tal:replace="structure python: edit_form_object(key_prefix=form_fields_main_prefix)"/>\n
...@@ -133,7 +134,8 @@ ...@@ -133,7 +134,8 @@
i18n:domain="ui"\n i18n:domain="ui"\n
tal:attributes="onclick python: \n tal:attributes="onclick python: \n
\'submitSynchronousGadgetPreferenceForm(\\\'%s\\\',\\\'%s\\\')\' \n \'submitSynchronousGadgetPreferenceForm(\\\'%s\\\',\\\'%s\\\')\' \n
%(form_fields_main_prefix, box_relative_url)">Save</button>\n %(form_fields_main_prefix, box_relative_url);\n
id string: submit_button_${box_dom_id};">Save</button>\n
\n \n
</tal:block>\n </tal:block>\n
\n \n
...@@ -149,7 +151,8 @@ ...@@ -149,7 +151,8 @@
view_form_id, \n view_form_id, \n
box_relative_url, \n box_relative_url, \n
view_form_dom_id,\n view_form_dom_id,\n
form_fields_main_prefix)">Save</button>\n form_fields_main_prefix);\n
id string: submit_button_${box_dom_id};">Save</button>\n
\n \n
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
......
516 517
\ No newline at end of file \ 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