From 86f3851aa39fce58ea889d459d701723eafdba1e Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 21 Apr 2009 08:35:27 +0000 Subject: [PATCH] erp5_xhtml_style is also required for Mobile skin layer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26539 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../SkinTemplateItem/portal_skins/erp5_xhtml_style.xml | 9 +++++++-- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style.xml index 21e46cd12e..15ec8d54c6 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style.xml @@ -20,7 +20,7 @@ </item> <item> <key> <string>type</string> </key> - <value> <string>string</string> </value> + <value> <string>tokens</string> </value> </item> </dictionary> </tuple> @@ -34,7 +34,12 @@ </item> <item> <key> <string>business_template_registered_skin_selections</string> </key> - <value> <string>View</string> </value> + <value> + <tuple> + <string>View</string> + <string>Mobile</string> + </tuple> + </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 7bd7739249..50ae88076a 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -713 \ No newline at end of file +714 \ No newline at end of file -- 2.30.9