From 526859ed7f38dbe82655855488de3c2a10794c7c Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Tue, 7 Oct 2008 07:20:38 +0000
Subject: [PATCH] User server side Express header.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24043 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../wizard_template_erp5_xhtml_style.xml           | 14 ++++----------
 bt5/erp5_wizard/bt/revision                        |  2 +-
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/wizard_template_erp5_xhtml_style.xml b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/wizard_template_erp5_xhtml_style.xml
index a18edd3b03..6ff60ed536 100644
--- a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/wizard_template_erp5_xhtml_style.xml
+++ b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/wizard_template_erp5_xhtml_style.xml
@@ -106,16 +106,10 @@ IDEAS:\n
               <tal:block metal:use-macro="global_definitions_macros/http_definitions" />\n
             </fieldset>\n
             <tal:block metal:define-slot="layout">\n
-              <div style="padding: 0.1em; \n
-                          margin: 0.5em; \n
-                          border:1px solid #3D5474;\n
-                          background-color: #BAD0F0;">\n
-                <h1 i18n:translate=""\n
-                    i18n:domain="ui"\n
-                    style="padding: 0.4em;\n
-                           padding-left: 0.3em; \n
-                           margin: 0em;" > ERP5 Express Configuration </h1>\n
-              </div>\n
+\n
+            <tal:block tal:replace="structure python: \n
+              here.portal_wizard.callRemoteProxyMethod(\'WizardTool_viewExpressMainTemplateHeaderRenderer\')"/>\n
+           \n
 <!--\n
               <div id="bars">\n
                 <div id="main_bar"\n
diff --git a/bt5/erp5_wizard/bt/revision b/bt5/erp5_wizard/bt/revision
index 3fdc173dab..d800886d9c 100644
--- a/bt5/erp5_wizard/bt/revision
+++ b/bt5/erp5_wizard/bt/revision
@@ -1 +1 @@
-122
\ No newline at end of file
+123
\ No newline at end of file
-- 
2.30.9