Move sidebox favorites & backend out of nextmatch and into framework

This commit is contained in:
Nathan Gray
2013-12-12 00:03:07 +00:00
parent 0ecc494cb4
commit d65b40046a
4 changed files with 4 additions and 130 deletions

View File

@ -107,7 +107,7 @@ class timesheet_hooks
display_sidebox($appname,lang('Favorites'),array(
array(
'no_lang' => true,
'text'=> etemplate_widget_nextmatch::favorite_list($appname,'timesheet.timesheet_ui.get_rows'),
'text'=> egw_framework::favorite_list($appname,'timesheet.timesheet_ui.get_rows'),
'link'=>false,
'icon' => false
)