Commit a36bb967 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2006-04-27 yo

* Generate ids for table data in form_list_ui, to ease functional testing.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6972 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04ee9f42
......@@ -105,7 +105,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block i18n:translate="" i18n:domain="ui">Column</tal:block>\n
<span tal:replace="row_index" />\n
</td>\n
<td>\n
<td id="column_0" tal:attributes="id python:\'column_%d\' % row_index">\n
<select name="field_columns">\n
<span tal:repeat="option python: [(\'None\',\'None\')] + all_columns">\n
<option tal:condition="python:option[0]==item[0]"\n
......@@ -148,7 +148,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block i18n:translate="" i18n:domain="ui">Column</tal:block>\n
<span tal:replace="row_index" />\n
</td>\n
<td>\n
<td id="column_0" tal:attributes="id python:\'column_%d\' % row_index">\n
<select name="field_columns">\n
<option selected\n
value="None"\n
......
2006-04-27 yo
* Generate ids for table data in form_sort, to east functional testing.
* Generate ids for table data in form_list_ui, to ease functional testing.
2006-04-27 yo
* Generate ids for table data in form_sort, to ease functional testing.
2006-04-27 yo
* Embed the query string in a request int the resulting HTML in form_html, list_dialog_master, list_master and view_master.
......
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