Commit 4ee79888 authored by Lucas Carvalho's avatar Lucas Carvalho

2011-04-07 lucas

* Kept the Configuration Tool consistency, the name of the button element must be field_your_business_configuration. Then the action name must be handled by the form instead of the button.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45207 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f3ac681
......@@ -67,11 +67,11 @@
<span tal:condition="bc_description"\n
tal:content="python: \'%s ...\' % bc_description[:80]" />\n
\n
<button id="dialog_submit_button"\n
<button id="dialog-submit-button"\n
accesskey="V"\n
tal:attributes="value python: bc.getRelativeUrl()"\n
type="submit"\n
name="Base_callDialogMethod:method">Configure</button>\n
name="field_your_business_configuration">Configure</button>\n
</div>\n
</td>\n
</tal:block>\n
......
......@@ -92,7 +92,7 @@ IDEAS:\n
<body>\n
<form id="main_form"\n
tal:attributes="enctype form/Form_getEnctype | enctype | nothing;\n
action url;\n
action python: \'Base_callDialogMethod\' if form.action == \'login\' else url;\n
method python:str(path(\'form/method | string:post\')).lower()">\n
<fieldset id="hidden_fieldset">\n
<!-- Hidden button as explained in http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html -->\n
......
2011-04-07 lucas
* Kept the Configuration Tool consistency, the name of the button element must be field_your_business_configuration. Then the action name must be handled by the form instead of the button.
2011-04-07 lucas
* The ConfiguratorTool_getAvailableBusinessConfigurationList must return a list of tuples following the appropriated order, such list is used to render the business configuration in the new user interface.
......
513
\ No newline at end of file
514
\ 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