Commit a9bf0c99 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2006-04-27 yo

* Generate ids for table data in form_sort, to east functional testing.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6969 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 71bbfdc2
......@@ -100,7 +100,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block i18n:translate="" i18n:domain="ui">Sort</tal:block>\n
<span tal:replace="row_index" />\n
</td>\n
<td>\n
<td id="sort_on_0" tal:attributes=\'id python:"sort_on_%d" % row_index\'>\n
<select name="field_sort_on">\n
<span tal:repeat="option python: [(\'None\',\'None\')] + all_columns">\n
<option tal:condition="python:option[0]==item[0]"\n
......@@ -117,7 +117,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</span>\n
</select>\n
</td>\n
<td>\n
<td id="sort_order_0" tal:attributes=\'id python:"sort_order_%d" % row_index\'>\n
<span tal:replace="structure python:form.sort_order.render(item[1], request)" />\n
</td>\n
</tr>\n
......@@ -128,7 +128,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block i18n:translate="" i18n:domain="ui">Sort</tal:block>\n
<span tal:replace="row_index" />\n
</td>\n
<td>\n
<td id="sort_on_0" tal:attributes=\'id python:"sort_on_%d" % row_index\'>\n
<select name="field_sort_on">\n
<option selected value="None">None</option>\n
<option tal:repeat="option all_columns"\n
......@@ -138,7 +138,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
value="None"></option>\n
</select>\n
</td>\n
<td>\n
<td id="sort_order_0" tal:attributes=\'id python:"sort_order_%d" % row_index\'>\n
<span tal:replace="structure python:form.sort_order.render(\'\', request)" />\n
</td>\n
</tr>\n
......
2006-04-27 yo
* Generate ids for table data in form_sort, to east 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