mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 04:19:41 +01:00
Use new function to show favorites even when viewing a contact
This commit is contained in:
parent
dee286e2e0
commit
0d06c2b394
@ -36,7 +36,7 @@ class addressbook_hooks
|
|||||||
display_sidebox($appname,lang('Favorites'),array(
|
display_sidebox($appname,lang('Favorites'),array(
|
||||||
array(
|
array(
|
||||||
'no_lang' => true,
|
'no_lang' => true,
|
||||||
'text'=>'<span id="favorite_sidebox"/>',
|
'text'=> etemplate_widget_nextmatch::favorite_list('addressbook','addressbook.addressbook_ui.get_rows'),
|
||||||
'link'=>false,
|
'link'=>false,
|
||||||
'icon' => false
|
'icon' => false
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user