Commit 7b7056d9 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from person_search.form to Person_viewSearchDialog.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1643 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0bb1a894
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<form> <form>
<title>Search</title> <title>Search</title>
<row_length>4</row_length> <row_length>4</row_length>
<name>search</name> <name>Person_viewSearchDialog</name>
<pt>form_dialog</pt> <pt>form_dialog</pt>
<action>person_list</action> <action>PersonModule_viewPersonList</action>
<update_action></update_action> <update_action></update_action>
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<title>left</title> <title>left</title>
<fields> <fields>
<field><id>my_title</id> <type>StringField</type> <field><id>my_Title</id> <type>StringField</type>
<values> <values>
<alternate_name></alternate_name> <alternate_name></alternate_name>
<css_class></css_class> <css_class></css_class>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<hidden type="int">0</hidden> <hidden type="int">0</hidden>
<max_length></max_length> <max_length></max_length>
<required type="int">1</required> <required type="int">1</required>
<title>Title</title> <title>Name</title>
<truncate type="int">0</truncate> <truncate type="int">0</truncate>
<unicode type="int">0</unicode> <unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<title>right</title> <title>right</title>
<fields> <fields>
<field><id>my_description</id> <type>StringField</type> <field><id>my_Description</id> <type>StringField</type>
<values> <values>
<alternate_name></alternate_name> <alternate_name></alternate_name>
<css_class></css_class> <css_class></css_class>
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<hidden type="int">0</hidden> <hidden type="int">0</hidden>
<max_length></max_length> <max_length></max_length>
<required type="int">1</required> <required type="int">1</required>
<title>my_description</title> <title>Description</title>
<truncate type="int">0</truncate> <truncate type="int">0</truncate>
<unicode type="int">0</unicode> <unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
...@@ -110,4 +110,4 @@ ...@@ -110,4 +110,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