Add hrules to sidebox menus

This commit is contained in:
nathangray
2021-04-19 16:02:41 -06:00
parent df8251603f
commit f89c8cfb03
6 changed files with 16 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ class timesheet_hooks
'link' => "javascript:egw.open('','$appname','add')"
),
);
$file[] = ['text'=>'--'];
$file['Placeholders'] = Egw::link('/index.php','menuaction=timesheet.timesheet_merge.show_replacements');
display_sidebox($appname,$GLOBALS['egw_info']['apps'][$appname]['title'].' '.lang('Menu'),$file);
}