X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.PersonSimpleContact.js;h=e98926b107a4c5c15023c214620689d0d6ef873e;hp=0bb3e72ac8e786307c674276b4ac489ab4eec5f6;hb=HEAD;hpb=375d869961cdfbb13cbd83e3eadf13e1a65fb234 diff --git a/Pman.Dialog.PersonSimpleContact.js b/Pman.Dialog.PersonSimpleContact.js index 0bb3e72a..e98926b1 100644 --- a/Pman.Dialog.PersonSimpleContact.js +++ b/Pman.Dialog.PersonSimpleContact.js @@ -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