From a2652786d17557d3a21ef287b2d4d132c9e577e9 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Wed, 23 Sep 2009 11:51:27 +0000 Subject: [PATCH] revert 'adding business_template_skin_layer_priority in erp5_dms skin folder' because... * erp5_dms skin folder has several security related scripts and adding higher priority in this skin folder will break security configuration until we put much higher priority for the folder containing customized security related scripts. * for View layer, erp5_dms is located higher than erp5_xhtml_style in reality. * overriding fckeditor_wysiwyg_support in erp5_dms is not a so good idea. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29149 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_dms.xml | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms.xml index e2fdb4ac4b..21a76e842b 100644 --- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms.xml +++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms.xml @@ -9,33 +9,12 @@ </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>float</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> <float>100.0</float> </value> - </item> <item> <key> <string>id</string> </key> <value> <string>erp5_dms</string> </value> -- 2.30.9