X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.PersonSimpleContact.js;h=e98926b107a4c5c15023c214620689d0d6ef873e;hp=a130cbf3e488331120a78b2e81a3204113b978b7;hb=HEAD;hpb=fe2b4b0337d7da8e3b5b8a63a4529066747875da diff --git a/Pman.Dialog.PersonSimpleContact.js b/Pman.Dialog.PersonSimpleContact.js index a130cbf3..e98926b1 100644 --- a/Pman.Dialog.PersonSimpleContact.js +++ b/Pman.Dialog.PersonSimpleContact.js @@ -8,23 +8,16 @@ Pman.on('beforeload', function() { // edit - company readonly /office - selectable.. // CONTACTS!!!!! - Pman.Dialog.PersonEdit = new Pman.Dialog.PersonEditor({ + Pman.Dialog.PersonSimpleContact = new Pman.Dialog.PersonEditor({ 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