From aca5c52a92f45e7f6eb2376bf723ec258a7910bf Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Thu, 1 Jul 2004 12:57:19 +0000 Subject: [PATCH] Initial import. We need our own folder_contents, since ListBox does not work with the original one very well. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1110 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../ERP5/skins/erp5_core/folder_contents.form | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100755 product/ERP5/skins/erp5_core/folder_contents.form diff --git a/product/ERP5/skins/erp5_core/folder_contents.form b/product/ERP5/skins/erp5_core/folder_contents.form new file mode 100755 index 0000000000..4ce0c6b54e --- /dev/null +++ b/product/ERP5/skins/erp5_core/folder_contents.form @@ -0,0 +1,86 @@ +<?xml version="1.0"?> + +<form> + <title>Folder Contents</title> + <row_length>4</row_length> + <name>folder_contents</name> + <pt>form_list</pt> + <action>doSelect</action> + <update_action></update_action> + <method>POST</method> + <enctype></enctype> + <encoding>UTF-8</encoding> + <stored_encoding>ISO-8859-1</stored_encoding> + <unicode_mode>false</unicode_mode> + <groups> + <group> + <title>left</title> + <fields> + + <field><id>listbox</id> <type>ListBox</type> + <values> + <all_columns type="list">[]</all_columns> + <all_editable_columns type="list">[]</all_editable_columns> + <alternate_name></alternate_name> + <columns type="list">[('id', 'id'), ('Title', 'Title'), ('Description', 'Description')]</columns> + <css_class></css_class> + <default></default> + <default_params type="list">[('id', "''"), ('Title', "''"), ('Description', "''")]</default_params> + <description></description> + <domain_root_list type="list">[]</domain_root_list> + <domain_tree type="int">0</domain_tree> + <editable type="int">1</editable> + <editable_columns type="list">[]</editable_columns> + <enabled type="int">1</enabled> + <external_validator></external_validator> + <extra></extra> + <global_attributes type="list">[]</global_attributes> + <height type="int">5</height> + <hidden type="int">0</hidden> + <lines type="int">30</lines> + <list_action>list</list_action> + <list_cookie>FOLDER_LIST</list_cookie> + <list_method type="method">searchFolder</list_method> + <meta_types type="list">[]</meta_types> + <portal_types type="list">[]</portal_types> + <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_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_method></stat_method> + <title>Contents</title> + <width type="int">40</width> + </values> + <tales> + </tales> + <messages> + <message name="external_validator_failed">The input failed the external validator.</message> + </messages> + </field> + </fields> + </group> + <group> + <title>right</title> + <fields> + + </fields> + </group> + <group> + <title>center</title> + <fields> + + </fields> + </group> + <group> + <title>bottom</title> + <fields> + + </fields> + </group> + </groups> +</form> -- 2.30.9