diff --git a/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui.xml b/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui.xml index ce71b12b43b326944dc9d0d593a2e1b4f4514352..4846e223a7d409d9602e1a743610d1f0b089830f 100644 --- a/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui.xml +++ b/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui.xml @@ -3,11 +3,8 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>OFS.Folder</string> - <string>Folder</string> - </tuple> - <none/> + <global name="Folder" module="OFS.Folder"/> + <tuple/> </tuple> </pickle> <pickle> @@ -18,6 +15,23 @@ <none/> </value> </item> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>business_template_registered_skin_selections</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>tokens</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> <item> <key> <string>_objects</string> </key> <value> @@ -30,6 +44,14 @@ <none/> </value> </item> + <item> + <key> <string>business_template_registered_skin_selections</string> </key> + <value> + <tuple> + <string>Mobile</string> + </tuple> + </value> + </item> <item> <key> <string>id</string> </key> <value> <string>erp5_mobile_ui</string> </value> diff --git a/bt5/erp5_mobile/bt/change_log b/bt5/erp5_mobile/bt/change_log index a8c0409402951f156398af4e31f0b5c7f46233b8..0f6a947de6324d039c3df19a786e628dc2556de8 100644 --- a/bt5/erp5_mobile/bt/change_log +++ b/bt5/erp5_mobile/bt/change_log @@ -1,3 +1,6 @@ +2007-12-10 Nicolas +* Add new Skin: Mobile + 2007-10-11 Yusei * Modified ListBox_asHTML. This changes depends on ERP5Form changes. Please upgrade ERP5Form revision 16942 or above. diff --git a/bt5/erp5_mobile/bt/revision b/bt5/erp5_mobile/bt/revision index 2edeafb09db0093bae6ff060e2dcd2166f5c9387..b5045cc4046dbc1d7cafa4c603fd3cdf35dc5dde 100644 --- a/bt5/erp5_mobile/bt/revision +++ b/bt5/erp5_mobile/bt/revision @@ -1 +1 @@ -20 \ No newline at end of file +21 \ No newline at end of file