From 4b17245f287c450b41aaee5c7b3daaa8165534b9 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 8 Sep 2004 13:24:19 +0000
Subject: [PATCH] Renamed from person_view.form to Person_view.form.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1645 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../{person_view.form => Person_view.form}    | 21 +++++++++++--------
 1 file changed, 12 insertions(+), 9 deletions(-)
 rename product/ERP5/skins/erp5_crm/{person_view.form => Person_view.form} (97%)

diff --git a/product/ERP5/skins/erp5_crm/person_view.form b/product/ERP5/skins/erp5_crm/Person_view.form
similarity index 97%
rename from product/ERP5/skins/erp5_crm/person_view.form
rename to product/ERP5/skins/erp5_crm/Person_view.form
index 138c687330..096a7b38f5 100755
--- a/product/ERP5/skins/erp5_crm/person_view.form
+++ b/product/ERP5/skins/erp5_crm/Person_view.form
@@ -5,7 +5,7 @@
   <row_length>4</row_length>
   <name>General</name>
   <pt>form_view</pt>
-  <action>base_edit</action>
+  <action>Base_edit</action>
   <update_action></update_action>
   <method>POST</method>
   <enctype></enctype>
@@ -25,7 +25,7 @@
           <description></description>
           <display_maxwidth></display_maxwidth>
           <display_width type="int">30</display_width>
-          <editable type="int">1</editable>
+          <editable type="int">0</editable>
           <enabled type="int">1</enabled>
           <external_validator></external_validator>
           <extra></extra>
@@ -38,7 +38,7 @@
           <whitespace_preserve type="int">0</whitespace_preserve>
         </values>
         <tales>
-          <default>here/id</default>
+          <default>here/getId</default>
         </tales>
         <messages>
           <message name="external_validator_failed">The input failed the external validator.</message>
@@ -88,7 +88,7 @@
           <extra></extra>
           <hidden type="int">0</hidden>
           <max_length></max_length>
-          <required type="int">1</required>
+          <required type="int">0</required>
           <title>Surname</title>
           <truncate type="int">0</truncate>
           <unicode type="int">0</unicode>
@@ -176,7 +176,7 @@
           <external_validator></external_validator>
           <extra></extra>
           <hidden type="int">0</hidden>
-          <jump_method>base_jump_relation</jump_method>
+          <jump_method>Base_jumpToRelatedDocument</jump_method>
           <max_length></max_length>
           <portal_type type="list">[('Organisation', 'Organisation')]</portal_type>
           <relation_setter_id>setCareerSubordinationUidList</relation_setter_id>
@@ -184,7 +184,7 @@
           <title>Current organisation</title>
           <truncate type="int">0</truncate>
           <unicode type="int">0</unicode>
-          <update_method>base_update_relation</update_method>
+          <update_method>Base_updateRelation</update_method>
           <whitespace_preserve type="int">0</whitespace_preserve>
         </values>
         <tales>
@@ -477,6 +477,7 @@
 
       <field><id>listbox</id> <type>ListBox</type>
         <values>
+          <Base_viewSearchResultList type="int">0</Base_viewSearchResultList>
           <all_columns type="list">[]</all_columns>
           <all_editable_columns type="list">[]</all_editable_columns>
           <alternate_name></alternate_name>
@@ -496,7 +497,7 @@
           <height type="int">5</height>
           <hidden type="int">0</hidden>
           <lines type="int">10</lines>
-          <list_action>folder_contents</list_action>
+          <list_action>Folder_viewContentList</list_action>
           <list_cookie>CONTACT_LIST</list_cookie>
           <list_method type="method">searchFolder</list_method>
           <meta_types type="list">[]</meta_types>
@@ -504,14 +505,16 @@
           <report_root_list type="list">[]</report_root_list>
           <report_tree type="int">0</report_tree>
           <reverse type="int">0</reverse>
-          <search type="int">0</search>
+          <search></search>
           <search_columns type="list">[]</search_columns>
           <select type="int">0</select>
           <selection_name>contact_list</selection_name>
           <sort type="list">[]</sort>
           <sort_columns type="list">[]</sort_columns>
+          <stat_columns></stat_columns>
           <stat_method></stat_method>
           <title>Contacts</title>
+          <url_columns></url_columns>
           <width type="int">40</width>
         </values>
         <tales>
@@ -523,4 +526,4 @@
       </fields>
     </group>
   </groups>
-</form>
+</form>
\ No newline at end of file
-- 
2.30.9