From f957919af3b3f11d3b60afb02d86731fdf254f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 24 Jul 2007 14:03:54 +0000 Subject: [PATCH] Base_viewDocumentList : move title field in center group so that it takes the whole page width git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15295 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_core/Base_viewDocumentList.xml | 8 ++++---- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml index 9cc4344f1f..613612b48a 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml @@ -89,15 +89,15 @@ <item> <key> <string>center</string> </key> <value> - <list/> + <list> + <string>my_title</string> + </list> </value> </item> <item> <key> <string>left</string> </key> <value> - <list> - <string>my_title</string> - </list> + <list/> </value> </item> <item> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 6c8526a81e..1c3e15e55e 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -370 \ No newline at end of file +371 \ No newline at end of file -- 2.30.9