From 021d557a34b44648f4bf95a6bc3f17db23985041 Mon Sep 17 00:00:00 2001 From: Christophe Dumez <christophe@nexedi.com> Date: Thu, 22 Jun 2006 15:14:23 +0000 Subject: [PATCH] renamed the form from 'body' to 'main_form' as it was before (to keep compatibility) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8145 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/main_template.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bt5/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/main_template.xml b/bt5/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/main_template.xml index c15d95444c..2cc9a7b13f 100644 --- a/bt5/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/main_template.xml +++ b/bt5/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/main_template.xml @@ -144,10 +144,7 @@ IDEAS:\n </tal:block>\n </head>\n <body>\n -<!-- <tal:block tal:replace="structure here/REQUEST" />\n - <tal:block tal:replace="http_parameter_list" />\n - <tal:block tal:replace="http_parameters" />-->\n - <form id="body"\n + <form id="main_form"\n tal:attributes="enctype form/enctype | nothing;\n action url;\n method form/method | string:post">\n -- 2.30.9