From 979ca9ce24d6580bc7a0a630681c43c3d287a522 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Mon, 9 Jun 2008 14:16:46 +0000 Subject: [PATCH] revert last commit, too hury git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21430 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_pdf_style/listbox_pdf_macro.xml | 9 --------- bt5/erp5_pdf_style/bt/revision | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/bt5/erp5_pdf_style/SkinTemplateItem/portal_skins/erp5_pdf_style/listbox_pdf_macro.xml b/bt5/erp5_pdf_style/SkinTemplateItem/portal_skins/erp5_pdf_style/listbox_pdf_macro.xml index 08c324adeb..3f0d87ab26 100644 --- a/bt5/erp5_pdf_style/SkinTemplateItem/portal_skins/erp5_pdf_style/listbox_pdf_macro.xml +++ b/bt5/erp5_pdf_style/SkinTemplateItem/portal_skins/erp5_pdf_style/listbox_pdf_macro.xml @@ -65,7 +65,6 @@ <tal:block metal:define-macro="listbox">\n \n <tal:block tal:define="listboxline_list python:listbox.get_value(\'default\', render_format=\'list\', REQUEST=request);\n - title python:listbox.get_value(\'title\', REQUEST=request);\n selection_name python:listbox.get_value(\'selection_name\', REQUEST=request);\n editable_columns python:listbox.get_value(\'editable_columns\', REQUEST=request);\n editable_fields python:dict([(column[0], getattr(listbox.aq_parent, \'listbox_%s\' % column[0], None)) for column in editable_columns]);\n @@ -91,14 +90,6 @@ \n \n <tal:block tal:define="global column_width python:here.ListBox_getColumnWithDict(listboxline_list, is_domain_tree_mode, is_report_tree_mode, frame_width=frame_width, listbox=listbox)"/>\n - <table splitbyrow="1" repeatrows="0" repeatcols="0" style="StandardTableWithGrid">\n - <tr>\n - <td>\n - <para style="TableHeader"\n - tal:content="python: here.Localizer.erp5_ui.gettext(title.decode(\'utf-8\')).encode(\'utf8\')"/>\n - </td>\n - </tr>\n - </table>\n <table splitbyrow="1" repeatrows="1" repeatcols="0" style="StandardTableWithGrid">\n \n <tal:block tal:repeat="listboxline python: listboxline_list">\n diff --git a/bt5/erp5_pdf_style/bt/revision b/bt5/erp5_pdf_style/bt/revision index 2b82dfea30..eebd1d10b6 100644 --- a/bt5/erp5_pdf_style/bt/revision +++ b/bt5/erp5_pdf_style/bt/revision @@ -1 +1 @@ -60 \ No newline at end of file +61 \ No newline at end of file -- 2.30.9