forked from extern/egroupware
b6b3db5ed4
- User accounts are an own addressbook now - every user and group (can) have an own addressbook - for groups the accessrights no longer depend on the creator - new acl for adding into an addressbook - all addressbooks can be displayed together (eg. accounts mixed with personal and group AB's) - some useful new fields (photo, private cellphone, ...) and some obscure ones have been removed - db update puts all contacts in the owners personal addressbook (further manual migration tools will follow), thought the UI already allows to mass-move them into a group-addressbook - group addressbooks in SQL are created by making a group-grant for addressbook (like filemanger) - Warning: all import/export/xmlrpc/syncml stuff and other apps accessing the addressbook is broken until the contacts class in the API gets fixed! - it depends on further updates of etemplate, phpgwapi, admin! ==> it's pretty cool (specialy the foto's), but NOT ready for a production server !!!
9 lines
233 B
Smarty
Executable File
9 lines
233 B
Smarty
Executable File
<!-- $Id$ -->
|
|
<tr bgcolor="{bg_color}">
|
|
<td>{string}</td>
|
|
<td align="center">{lang_read}</td>
|
|
<td align="center">{lang_edit}</td>
|
|
<td align="center">{lang_add}</td>
|
|
<td align="center">{lang_delete}</td>
|
|
</tr>
|