Commit 28adcd35 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from person_list_sort_on.form to PersonModule_viewSortOnDialog.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1640 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bafc1fc1
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<form> <form>
<title>Define Sort Order</title> <title>Define Sort Order</title>
<row_length>4</row_length> <row_length>4</row_length>
<name>person_list_sort_on</name> <name>PersonModule_viewSortOnDialog</name>
<pt>form_sort</pt> <pt>form_sort</pt>
<action>base_sort_on</action> <action>Base_configureSortOn</action>
<update_action></update_action> <update_action></update_action>
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
<default>python: ''</default>
</tales> </tales>
<messages> <messages>
<message name="external_validator_failed">The input failed the external validator.</message> <message name="external_validator_failed">The input failed the external validator.</message>
...@@ -76,4 +77,4 @@ ...@@ -76,4 +77,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