diff --git a/product/ERP5/skins/erp5_core/folder_contents.form b/product/ERP5/skins/erp5_core/Folder_viewContentList.form similarity index 91% rename from product/ERP5/skins/erp5_core/folder_contents.form rename to product/ERP5/skins/erp5_core/Folder_viewContentList.form index 75244ede7f44c8bdecb8823703b7192fd6a533bc..6f396c9f3abd7df79bf2294b21f9672ea99e7a90 100755 --- a/product/ERP5/skins/erp5_core/folder_contents.form +++ b/product/ERP5/skins/erp5_core/Folder_viewContentList.form @@ -3,9 +3,9 @@ <form> <title>Folder Contents</title> <row_length>4</row_length> - <name>folder_contents</name> + <name>Folder_viewContentList</name> <pt>form_list</pt> - <action>doSelect</action> + <action>Base_doSelect</action> <update_action></update_action> <method>POST</method> <enctype></enctype> @@ -19,6 +19,7 @@ <field><id>listbox</id> <type>ListBox</type> <values> + <Base_viewSearchResultList type="int">1</Base_viewSearchResultList> <all_columns type="list">[]</all_columns> <all_editable_columns type="list">[]</all_editable_columns> <alternate_name></alternate_name> @@ -46,14 +47,16 @@ <report_root_list type="list">[]</report_root_list> <report_tree type="int">0</report_tree> <reverse type="int">0</reverse> - <search type="int">1</search> + <search></search> <search_columns type="list">[]</search_columns> <select type="int">1</select> <selection_name>folder_selection</selection_name> <sort type="list">[]</sort> <sort_columns type="list">[]</sort_columns> + <stat_columns></stat_columns> <stat_method></stat_method> <title>Contents</title> + <url_columns></url_columns> <width type="int">40</width> </values> <tales> @@ -83,4 +86,4 @@ </fields> </group> </groups> -</form> +</form> \ No newline at end of file