From 2ceaa736fc6eb7bb7dc815aea39c46d851aaa5fc Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Fri, 18 Aug 2006 14:11:36 +0000 Subject: [PATCH] Fix ListBox Web Style strings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9257 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_web/ListBox_asWebStyleHTML.xml | 14 +++++++------- bt5/erp5_web/bt/change_log | 1 + bt5/erp5_web/bt/revision | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleHTML.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleHTML.xml index f0cbd93a7f..547fd7be31 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleHTML.xml +++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleHTML.xml @@ -81,7 +81,7 @@ <input type="hidden" name="reset" value="1"/>\n <input type="hidden" name="listbox_uid:list" value="" tal:attributes="name string:${field_id}_uid:list"/>\n <input type="hidden" name="total_size" value="" tal:attributes="value here/total_size"/>\n - <input id="listbox_select" tal:attributes="id string: ${field_id}_select"\n + <input id="listbox_select" tal:attributes="id string:${field_id}_select"\n title="Filter" alt="Filter" name="Base_doSelect:method"\n type="submit" style="visibility: hidden"/>\n \n @@ -178,15 +178,15 @@ tal:attributes="colspan python: len(here.getSelectedColumnList())">\n <tal:block tal:condition="python: current_page > 1">\n <button title="First page: Page 1" name="portal_selections/firstPage:method"\n - tal:attributes="id string: ${field_id}_first_page;">|<</button>\n + tal:attributes="id string:${field_id}_first_page;">|<</button>\n <button name="portal_selections/previousPage:method"\n tal:attributes="title python: \'Previous Page: page %s\' % previous_page;\n - id string: ${field_id}_previous_page;"><<</button>\n + id string:${field_id}_previous_page;"><<</button>\n </tal:block>\n <select\n name="list_start" title="Change Page" size="1"\n - tal:attributes="id string: ${field_id}_page_selection;\n - onChange string: submitAction(this.form, \'${context_url}/portal_selections/setPage\')"\n + tal:attributes="id string:${field_id}_page_selection;\n + onChange string:submitAction(this.form, \'${context_url}/portal_selections/setPage\')"\n i18n:domain="ui" i18n:attributes="title">\n <option\n tal:repeat="p python: range(total_page)"\n @@ -198,11 +198,11 @@ <button\n name="portal_selections/nextPage:method"\n tal:attributes="title python: \'Next page: Page %s\' % next_page;\n - id string: ${field_id}_next_page;">>></button>\n + id string:${field_id}_next_page;">>></button>\n <button\n name="portal_selections/lastPage:method"\n tal:attributes="title python: \'Last page: Page %s\' % total_page;\n - id string: ${field_id}_last_page;">>|</button>\n + id string:${field_id}_last_page;">>|</button>\n </tal:block>\n </td>\n </tr>\n diff --git a/bt5/erp5_web/bt/change_log b/bt5/erp5_web/bt/change_log index 656e0ef8a7..55243d72a1 100644 --- a/bt5/erp5_web/bt/change_log +++ b/bt5/erp5_web/bt/change_log @@ -1,6 +1,7 @@ 2006-08-18 Kevin * Fix some Form's group to work with xhtml_style. * Fix default template on WebSection. +* Fix ListBox Web Style strings. 2006-07-27 Kevin * Some search result screen modifications. diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision index 34bba940d1..147ea53ba1 100644 --- a/bt5/erp5_web/bt/revision +++ b/bt5/erp5_web/bt/revision @@ -1 +1 @@ -156 \ No newline at end of file +158 \ No newline at end of file -- 2.30.9