Pman.Dialog.PersonSimpleContact.js
authorChris <chris@roojs.com>
Fri, 29 Jun 2012 07:29:22 +0000 (15:29 +0800)
committerChris <chris@roojs.com>
Fri, 29 Jun 2012 07:29:22 +0000 (15:29 +0800)
Pman.Dialog.PersonSimpleContact.js

index 0bb3e72..4e389e4 100644 (file)
@@ -13,18 +13,10 @@ Pman.on('beforeload', function() {
         dialogConfig : {
             title: "Edit Contact Details",
             height: 350 // 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'
+            'name', 'phone', 'fax', 'email',
+            'id'
         ]
     });
 });
\ No newline at end of file