diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList.xml index c7e1f51d3ed388c3320451fcaa338f956ea00b3c..7bd7eacdc297fa67c3d1971d8ada63e859a602f5 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList.xml @@ -59,7 +59,15 @@ <item> <key> <string>center</string> </key> <value> - <list/> + <list> + <string>my_sql_catalog_search_keys_list</string> + <string>my_sql_catalog_topic_search_keys_list</string> + <string>my_sql_catalog_role_keys_list</string> + <string>my_sql_catalog_local_role_keys_list</string> + <string>my_sql_catalog_security_uid_columns_list</string> + <string>my_sql_catalog_related_keys_list</string> + <string>my_sql_catalog_scriptable_keys_list</string> + </list> </value> </item> <item> @@ -92,18 +100,16 @@ <string>my_sql_getitem_by_uid</string> <string>my_sql_clear_catalog_list</string> <string>my_sql_search_result_keys_list</string> - <string>my_sql_catalog_search_keys_list</string> <string>my_sql_catalog_keyword_search_keys_list</string> <string>my_sql_catalog_multivalue_keys_list</string> <string>my_sql_catalog_full_text_search_keys_list</string> <string>my_sql_catalog_request_keys_list</string> <string>my_sql_catalog_index_on_order_keys_list</string> <string>my_sql_catalog_table_vote_scripts_list</string> - <string>my_sql_catalog_topic_search_keys_list</string> - <string>my_sql_catalog_role_keys_list</string> - <string>my_sql_catalog_local_role_keys_list</string> - <string>my_sql_catalog_security_uid_columns_list</string> <string>my_sql_catalog_raise_error_on_uid_check</string> + <string>my_sql_optimizer_switch</string> + <string>my_sql_delete_translation_list</string> + <string>my_sql_catalog_translation_list</string> </list> </value> </item> @@ -113,13 +119,8 @@ <list> <string>my_sql_catalog_object_list_list</string> <string>my_sql_uncatalog_object_list</string> - <string>my_sql_optimizer_switch</string> - <string>my_sql_delete_translation_list</string> - <string>my_sql_catalog_translation_list</string> <string>my_sql_search_tables_list</string> <string>my_sql_catalog_datetime_search_keys_list</string> - <string>my_sql_catalog_related_keys_list</string> - <string>my_sql_catalog_scriptable_keys_list</string> </list> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_local_role_keys_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_local_role_keys_list.xml index e70a780ec9fff71d38c47161f2e29c6ef202ee03..65acfbd512f18beeaffe890ae419cc30e14f1ea1 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_local_role_keys_list.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_local_role_keys_list.xml @@ -10,7 +10,9 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>height</string> <string>title</string> + <string>width</string> </list> </value> </item> @@ -71,10 +73,18 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>height</string> </key> + <value> <int>10</int> </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Catalog Local Role Keys</string> </value> </item> + <item> + <key> <string>width</string> </key> + <value> <int>100</int> </value> + </item> </dictionary> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_related_keys_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_related_keys_list.xml index 1bf256a78d6e04d9e3d9af8e840ca99bdfcee82a..333c3e78bdde71a549b61e8230081bce79000bd2 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_related_keys_list.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_related_keys_list.xml @@ -10,7 +10,9 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>height</string> <string>title</string> + <string>width</string> </list> </value> </item> @@ -71,10 +73,18 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>height</string> </key> + <value> <int>10</int> </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Catalog Related Keys</string> </value> </item> + <item> + <key> <string>width</string> </key> + <value> <int>100</int> </value> + </item> </dictionary> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_role_keys_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_role_keys_list.xml index 1c60d7695146d9737300c0363ff331ac06c1c497..ab1b849675910076cefc7f80d81c3de846df54e6 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_role_keys_list.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_role_keys_list.xml @@ -10,7 +10,9 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>height</string> <string>title</string> + <string>width</string> </list> </value> </item> @@ -71,10 +73,18 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>height</string> </key> + <value> <int>10</int> </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Catalog Role Keys</string> </value> </item> + <item> + <key> <string>width</string> </key> + <value> <int>100</int> </value> + </item> </dictionary> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_scriptable_keys_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_scriptable_keys_list.xml index e46e49194c89cd83315fb620cb6b5a5b93a01cde..f1333098daa01bf893938e6c14b6a75be3a86d86 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_scriptable_keys_list.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_scriptable_keys_list.xml @@ -10,7 +10,9 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>height</string> <string>title</string> + <string>width</string> </list> </value> </item> @@ -71,10 +73,18 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>height</string> </key> + <value> <int>10</int> </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Catalog Scriptable Keys</string> </value> </item> + <item> + <key> <string>width</string> </key> + <value> <int>100</int> </value> + </item> </dictionary> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_search_keys_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_search_keys_list.xml index 31e60702e64cf1a7387abfacf1e5057209af751a..b47f57d532c69c431bc06745caf6f93e731c0f7e 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_search_keys_list.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_search_keys_list.xml @@ -10,7 +10,9 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>height</string> <string>title</string> + <string>width</string> </list> </value> </item> @@ -75,10 +77,18 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>height</string> </key> + <value> <int>10</int> </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Catalog Search Keys</string> </value> </item> + <item> + <key> <string>width</string> </key> + <value> <int>100</int> </value> + </item> </dictionary> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_security_uid_columns_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_security_uid_columns_list.xml index a27e1dd0b9269d4e792b1677cd3047b929eb2d77..f4821344829fb5bcb097c0de3dba828ea3582f10 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_security_uid_columns_list.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_security_uid_columns_list.xml @@ -10,7 +10,9 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>height</string> <string>title</string> + <string>width</string> </list> </value> </item> @@ -71,10 +73,18 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>height</string> </key> + <value> <int>10</int> </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Catalog Security UID Columns</string> </value> </item> + <item> + <key> <string>width</string> </key> + <value> <int>100</int> </value> + </item> </dictionary> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_topic_search_keys_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_topic_search_keys_list.xml index 53844e5896993e1b4ddb291dd6543d71326744b0..bba075a7195d66ad055bfe9994f5d7239bf85167 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_topic_search_keys_list.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Catalog_viewPropertyList/my_sql_catalog_topic_search_keys_list.xml @@ -10,7 +10,9 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>height</string> <string>title</string> + <string>width</string> </list> </value> </item> @@ -71,10 +73,18 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>height</string> </key> + <value> <int>10</int> </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Catalog Topic Search Keys</string> </value> </item> + <item> + <key> <string>width</string> </key> + <value> <int>100</int> </value> + </item> </dictionary> </value> </item>