diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewPortalTypes.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewPortalTypes.xml index f9931768d88a9767c02d1ed745df04e634453cc3..4ce8c08629bd6f995f1fd8a116a7317c95295170 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewPortalTypes.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewPortalTypes.xml @@ -68,6 +68,9 @@ <value> <list> <string>left</string> + <string>right</string> + <string>center</string> + <string>bottom</string> </list> </value> </item> @@ -76,7 +79,13 @@ <value> <dictionary> <item> - <key> <string>left</string> </key> + <key> <string>bottom</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>center</string> </key> <value> <list> <string>my_template_portal_type_id_list</string> @@ -89,6 +98,18 @@ </list> </value> </item> + <item> + <key> <string>left</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>right</string> </key> + <value> + <list/> + </value> + </item> </dictionary> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index a9d8b73e699feec67a98221332b994952c6c8ad8..9754915269eca9a8e68210cbe363f9fa9be817e1 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -257 \ No newline at end of file +259 \ No newline at end of file