Hi,
Currently I'm re-writing the data back-end of the address book to integrate LDAP directories and enable top copy an address from one source to the other by simply drag & drop them. You can see it in the devel-addressbook branch. The structure of the address data still remains the same and there are no new fields available for now. The extension of the address book with extra fields as well as import/export functions are planned for 0.2-beta as stated in the road map.
Nice work !
Perhaps would it be interesting to print out when the addressbook is related to an LDAP server :
--- func.inc (révision 540) +++ func.inc (copie de travail) @@ -98,7 +98,7 @@ $js_id, JS_OBJECT_NAME, $js_id,
!empty($prop['name']) ? Q($prop['name']) : Q($id));
!empty($prop['name']) ? Q($prop['name']. " [LDAP]") : Q($id .
" [LDAP]"));
$js_list[$dom_id] = array('id' => $id, 'readonly' => !
$prop['writeable']); }
My 2 cents ;-)