From 7d55e4ed1544ea725f7982d2b5283d37d0c9879e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Wed, 26 Jan 2011 09:54:53 +0000 Subject: [PATCH] define a small priority for generic skin folder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42675 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_payroll.xml | 21 +++++++++++++++++++ bt5/erp5_payroll/bt/revision | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll.xml index 258f374232..788fee0c0c 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll.xml @@ -6,12 +6,33 @@ </pickle> <pickle> <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>business_template_skin_layer_priority</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> <item> <key> <string>_objects</string> </key> <value> <tuple/> </value> </item> + <item> + <key> <string>business_template_skin_layer_priority</string> </key> + <value> <string>1</string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>erp5_payroll</string> </value> diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision index bb7a7c1b1a..9d0f8afde3 100644 --- a/bt5/erp5_payroll/bt/revision +++ b/bt5/erp5_payroll/bt/revision @@ -1 +1 @@ -576 +578 \ No newline at end of file -- 2.30.9