From a36bb9673d24d23d571a912e14bc3c90e76eb854 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Thu, 27 Apr 2006 17:17:38 +0000 Subject: [PATCH] 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 --- .../portal_skins/erp5_html_style/form_list_ui.xml | 4 ++-- product/ERP5/bootstrap/erp5_html_style/bt/change_log | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_ui.xml b/product/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_ui.xml index 99837c70db..be64e658b4 100644 --- a/product/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_ui.xml +++ b/product/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_ui.xml @@ -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 diff --git a/product/ERP5/bootstrap/erp5_html_style/bt/change_log b/product/ERP5/bootstrap/erp5_html_style/bt/change_log index ba264a06b7..92a46fe74d 100644 --- a/product/ERP5/bootstrap/erp5_html_style/bt/change_log +++ b/product/ERP5/bootstrap/erp5_html_style/bt/change_log @@ -1,5 +1,8 @@ 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. -- 2.30.9