mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-12 19:14:10 +01:00
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 !!!
20 lines
475 B
Smarty
20 lines
475 B
Smarty
<!-- BEGIN menu_links -->
|
|
<table border="0" width="100%">
|
|
<tr class="th">
|
|
<td> </td>
|
|
</tr>
|
|
{all_rows}
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row_on"> <a href="{link_done}">{lang_done}</a></td>
|
|
</tr>
|
|
</table>
|
|
<!-- END menu_links -->
|
|
<!-- BEGIN link_row -->
|
|
<tr class="{class}">
|
|
<td> <a href="{row_link}" {row_options}>{row_text}</a></td>
|
|
</tr>
|
|
<!-- END link_row -->
|