fix #8131 - chinese translations
[Pman.Core] / Pman.Dialog.PersonSimpleContact.js
index 0bb3e72..e98926b 100644 (file)
@@ -12,19 +12,12 @@ Pman.on('beforeload', function() {
         type : 'edit',
         dialogConfig : {
             title: "Edit Contact Details",
-            height: 350 // slightly taller..
-            
+            height: 200 // slightly taller..
         },
         itemList : [
-            'company_id_name',
-            'office_id_name',
-            'name','role', 'phone', 'fax', 'email',
-       
-            'passwd1', 'passwd2',
-            'id', 
-            //'company_id', 
-            'company_id_email',
-            'company_id_address','company_id_tel','company_id_fax'
+         //   'company_id',
+            'name', 'phone', 'fax', 'email',
+            'id'
         ]
     });
 });
\ No newline at end of file