looking for wrong seperator
[Pman.Core] / Pman.Dialog.PersonEdit.js
1 //<script type="text/javascript">
2 // for needed for new person in External contacts...
3
4
5
6 // needs adding to init!!!!
7 Pman.on('beforeload', function() {
8     
9     // edit - company readonly /office  - selectable..
10     // CONTACTS!!!!!
11     Pman.Dialog.PersonEdit = new Pman.Dialog.PersonEditor({
12         type : 'edit',
13         dialogConfig : {
14             title: "Edit Contact Details",
15             height: 400 // slightly taller..
16             
17         },
18         itemList : [
19             'company_id_name',
20             'office_id_name',
21             'name','role', 'phone', 'fax', 'email',
22             'passwd1', 'passwd2', 'secure_password',
23             'id', 
24             //'company_id', 
25             'company_id_email',
26             'company_id_address','company_id_tel','company_id_fax'
27         ]
28     });
29 });