From 1e29d6392a1721b8e7a0a8ad4bf86985a6d27c20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 7 Sep 2006 20:58:49 +0000
Subject: [PATCH] fix title in quad_form_view and report_view as well.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9756 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_xhtml_style/quad_form_view.xml           | 2 ++
 .../portal_skins/erp5_xhtml_style/report_view.xml              | 3 ++-
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision            | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml
index 3f86f6094d..12f4c2b6f9 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml
@@ -72,6 +72,7 @@ along with this program; if not, write to the Free Software\n
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
 -->\n
 </tal:block>\n
+<tal:block tal:define="title string:${template/title_or_id} - ${here/Title}">\n
 <tal:block metal:use-macro="here/view_main/macros/master">\n
   <tal:block metal:fill-slot="main">\n
     <tal:block tal:define="field_errors python: request.get(\'field_errors\',{});\n
@@ -125,6 +126,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
       </div>\n
     </tal:block>\n
   </tal:block>\n
+</tal:block>\n
 </tal:block>
 
 ]]></string> </value>
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/report_view.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/report_view.xml
index 7e6c620eca..1d07b54256 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/report_view.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/report_view.xml
@@ -72,6 +72,7 @@ along with this program; if not, write to the Free Software\n
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
 -->\n
 </tal:block>\n
+<tal:block tal:define="title string:${template/title_or_id} - ${here/Title}">\n
 <tal:block  metal:use-macro="here/view_main/macros/master">\n
   <tal:block metal:fill-slot="main">\n
     <tal:block tal:define="portal_object here/getPortalObject">\n
@@ -89,7 +90,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
     </tal:block>\n
   </tal:block>\n
 </tal:block>\n
-
+</tal:block>
 
 ]]></string> </value>
         </item>
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index a3090d211b..9a1371776c 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-168
\ No newline at end of file
+169
\ No newline at end of file
-- 
2.30.9