update translation and menu reporting

This commit is contained in:
Henry Jordan
2020-06-10 17:49:54 +00:00
parent 250ce984ee
commit 00d03dc450
5 changed files with 207 additions and 151 deletions

View File

@@ -317,4 +317,9 @@ if ($RBAC->userCanAccess('PM_TASK_SCHEDULER_ADMIN') === 1) {
G::LoadTranslation("ID_TASK_SCHEDULER_PM_SYNC"),
'', '', G::LoadTranslation("ID_TASK_SCHEDULER")
);
$G_TMP_MENU->AddIdRawOption(
'ID_MENU_REPORTING', '../scheduler/index?category=reporting',
G::LoadTranslation("ID_TASK_SCHEDULER_REPORTING"),
'', '', G::LoadTranslation("ID_TASK_SCHEDULER")
);
}