forked from extern/egroupware
added support for standard addressbook-fields saveed in the extras-file:
1) 2. and 3. address line 2) other phone-number
This commit is contained in:
parent
6d47da13a3
commit
e944fb896a
@ -158,7 +158,10 @@
|
|||||||
$addr_names = $GLOBALS['phpgw']->contacts->stock_contact_fields + array(
|
$addr_names = $GLOBALS['phpgw']->contacts->stock_contact_fields + array(
|
||||||
'cat_id' => 'Categories: @cat_id(Cat1,Cat2)',
|
'cat_id' => 'Categories: @cat_id(Cat1,Cat2)',
|
||||||
'access' => 'Access: public,private',
|
'access' => 'Access: public,private',
|
||||||
'owner' => 'Owner: defaults to user'
|
'owner' => 'Owner: defaults to user',
|
||||||
|
'address2' => 'address line 2',
|
||||||
|
'address3' => 'address line 3',
|
||||||
|
'ophone' => 'Other Phone'
|
||||||
);
|
);
|
||||||
|
|
||||||
while(list($field,$name) = each($addr_names))
|
while(list($field,$name) = each($addr_names))
|
||||||
|
Loading…
Reference in New Issue
Block a user