From 2bdf3ce4f52cb001312b694b55933d0b4713b5aa Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Wed, 8 Jul 2009 07:41:19 +0000 Subject: [PATCH] Remove business_template_skin_layer_priority which is no longer required for proper skin ordering. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28008 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_access_tab.xml | 17 +---------------- .../ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab.xml index 873ef1fd16..5559f5bf3f 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab.xml @@ -12,18 +12,7 @@ <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>float</string> </value> - </item> - </dictionary> - </tuple> + <tuple/> </value> </item> <item> @@ -32,10 +21,6 @@ <tuple/> </value> </item> - <item> - <key> <string>business_template_skin_layer_priority</string> </key> - <value> <float>100.0</float> </value> - </item> <item> <key> <string>id</string> </key> <value> <string>erp5_access_tab</string> </value> diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 5c1d4541ae..44075dbca6 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -777 \ No newline at end of file +778 \ No newline at end of file -- 2.30.9