Commit 61607613 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from person_list.form to PersonModule_viewPersonList.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1638 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 67ba1068
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<form> <form>
<title>Person</title> <title>Person</title>
<row_length>4</row_length> <row_length>4</row_length>
<name>person_list</name> <name>PersonModule_viewPersonList</name>
<pt>form_list</pt> <pt>form_list</pt>
<action>doSelect</action> <action>Base_doSelect</action>
<update_action></update_action> <update_action></update_action>
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
...@@ -19,10 +19,11 @@ ...@@ -19,10 +19,11 @@
<field><id>listbox</id> <type>ListBox</type> <field><id>listbox</id> <type>ListBox</type>
<values> <values>
<all_columns type="list">[('id', 'Id'), ('Title', 'Title'), ('Description', 'Description'), ('getDefaultRegion', 'Region'), ('getDefaultTelephone', 'Phone'), ('getDefaultFax', 'Fax')]</all_columns> <Base_viewSearchResultList type="int">1</Base_viewSearchResultList>
<all_columns type="list">[('Title', 'Name'), ('getSubordinationTitle', 'Organisation'), ('getRole', 'Role'), ('getGroup', 'Group'), ('getActivity', 'Activity'), ('getFunction', 'Function'), ('getDefaultEmailText', 'Email'), ('getDefaultTelephoneText', 'Phone'), ('getDefaultFaxText', 'Fax'), ('getDefaultAddressText', 'Address'), ('getDefaultRegion', 'Region'), ('validation_state', 'State'), ('Description', 'Description')]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns> <all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name> <alternate_name></alternate_name>
<columns type="list">[('id', 'Id'), ('Title', 'Title'), ('getSubordinationTitle', 'Organisation'), ('Description', 'Description'), ('validation_state', 'State')]</columns> <columns type="list">[('Title', 'Name'), ('getSubordinationTitle', 'Organisation'), ('getDefaultTelephoneText', 'Phone'), ('getDefaultRegion', 'Region'), ('getRole', 'Role'), ('getActivity', 'Activity'), ('getFunction', 'Function'), ('Description', 'Description'), ('validation_state', 'State')]</columns>
<css_class></css_class> <css_class></css_class>
<default></default> <default></default>
<default_params type="list">[('id', "''"), ('Title', "''"), ('Description', "''")]</default_params> <default_params type="list">[('id', "''"), ('Title', "''"), ('Description', "''")]</default_params>
...@@ -47,14 +48,16 @@ ...@@ -47,14 +48,16 @@
<report_root_list type="list">[]</report_root_list> <report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree> <report_tree type="int">0</report_tree>
<reverse type="int">0</reverse> <reverse type="int">0</reverse>
<search type="int">1</search> <search></search>
<search_columns type="list">[]</search_columns> <search_columns type="list">[]</search_columns>
<select type="int">1</select> <select type="int">1</select>
<selection_name>person_selection</selection_name> <selection_name>person_selection</selection_name>
<sort type="list">[]</sort> <sort type="list">[('Title', 'Title')]</sort>
<sort_columns type="list">[]</sort_columns> <sort_columns type="list">[]</sort_columns>
<stat_columns type="list">[]</stat_columns>
<stat_method></stat_method> <stat_method></stat_method>
<title>Person List</title> <title>Person List</title>
<url_columns type="list">[]</url_columns>
<width type="int">40</width> <width type="int">40</width>
</values> </values>
<tales> <tales>
...@@ -84,4 +87,4 @@ ...@@ -84,4 +87,4 @@
</fields> </fields>
</group> </group>
</groups> </groups>
</form> </form>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment