diff --git a/src/admin/reports.php b/src/admin/reports.php index 50fde45..583291e 100644 --- a/src/admin/reports.php +++ b/src/admin/reports.php @@ -1288,7 +1288,7 @@ function CreateCronCommand( $myReportID, $mySavedReportID = null ) { // Running on Windows $phpCmd = PHP_BINDIR . "\\php.exe"; - $phpScript = realpath($gl_root_path) . "\\cron\\cmdreportgen.php"; + $phpScript = realpath($gl_root_path) . "cron\\cmdreportgen.php"; } else { diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 0ed30b2..cf55388 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -700,6 +700,7 @@ function InitFrontEndVariables() $content['MENU_DOCUMENTLIST'] = $content['BASEPATH'] . "images/icons/documents.png"; $content['MENU_WINDOWLIST'] = $content['BASEPATH'] . "images/icons/windows.png"; $content['MENU_CHECKED'] = $content['BASEPATH'] . "images/icons/check.png"; + $content['MENU_PLAY_GREEN'] = $content['BASEPATH'] . "images/icons/bullet_triangle_green.png"; $content['MENU_PAGER_BEGIN'] = $content['BASEPATH'] . "images/icons/media_beginning.png"; $content['MENU_PAGER_PREVIOUS'] = $content['BASEPATH'] . "images/icons/media_rewind.png"; diff --git a/src/lang/de/admin.php b/src/lang/de/admin.php index 0696cf4..4227fae 100644 --- a/src/lang/de/admin.php +++ b/src/lang/de/admin.php @@ -386,17 +386,17 @@ $content['LN_CMD_'] = ""; // Report Options $content['LN_REPORTS_EDIT'] = "Edit Report"; $content['LN_REPORTS_DELETE'] = "Remove Report"; -$content['LN_REPORTS_ID'] = "Report ID"; $content['LN_REPORTS_CAT'] = "Report Category"; +$content['LN_REPORTS_ID'] = "Report ID"; $content['LN_REPORTS_NAME'] = "Report Name"; $content['LN_REPORTS_DESCRIPTION'] = "Report Description"; $content['LN_REPORTS_REQUIREDFIELDS'] = "Required Fields"; $content['LN_REPORTS_ERROR_NOREPORTS'] = "There were no valid reports found in your installation."; $content['LN_REPORTS_HELP'] = "Help"; -$content['LN_REPORTS_HELP_CLICK'] = "Klicken Sie hier, um weitere Hilfe und Beschreibung zum Report zu erhalten"; -$content['LN_REPORTS_INFO'] = "Show more Information for this report module."; -$content['LN_REPORTS_INIT'] = "Initialize settings for this report module."; -$content['LN_REPORTS_REMOVE'] = "Remove settings for this report module."; +$content['LN_REPORTS_HELP_CLICK'] = "Click here for a detailed report description"; +$content['LN_REPORTS_INFO'] = "Show more Information"; +$content['LN_REPORTS_INIT'] = "Initialize settings"; +$content['LN_REPORTS_REMOVE'] = "Remove settings"; $content['LN_REPORTS_ERROR_IDNOTFOUND'] = "There was no report with ID '%1' found."; $content['LN_REPORTS_ERROR_INVALIDID'] = "Invalid report id."; $content['LN_REPORTS_DETAILS'] = "Details for this report"; @@ -405,7 +405,7 @@ $content['LN_REPORTS_ERROR_HASBEENREMOVED'] = "All settings for the report '%1' $content['LN_REPORTS_ERROR_HASBEENADDED'] = "All required settings for the report '%1' have been added."; $content['LN_REPORTS_ERROR_NOFIELDS'] = "The report '%1' does not have any custom settings which can be added."; $content['LN_REPORTS_ERROR_REPORTDOESNTNEEDTOBEREMOVED'] = "The report '%1' does not need to be removed or initialized."; -$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport from Type"; +$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport"; $content['LN_REPORTS_EDITSAVEDREPORT'] = "Edit Savedreport"; $content['LN_REPORTS_REMOVESAVEDREPORT'] = "Remove Savedreport"; $content['LN_REPORTS_CUSTOMTITLE'] = "Report Title"; diff --git a/src/lang/en/admin.php b/src/lang/en/admin.php index da46500..a973b5d 100644 --- a/src/lang/en/admin.php +++ b/src/lang/en/admin.php @@ -407,9 +407,9 @@ $content['LN_REPORTS_REQUIREDFIELDS'] = "Required Fields"; $content['LN_REPORTS_ERROR_NOREPORTS'] = "There were no valid reports found in your installation."; $content['LN_REPORTS_HELP'] = "Help"; $content['LN_REPORTS_HELP_CLICK'] = "Click here for a detailed report description"; -$content['LN_REPORTS_INFO'] = "Show more Information for this report module."; -$content['LN_REPORTS_INIT'] = "Initialize settings for this report module."; -$content['LN_REPORTS_REMOVE'] = "Remove settings for this report module."; +$content['LN_REPORTS_INFO'] = "Show more Information"; +$content['LN_REPORTS_INIT'] = "Initialize settings"; +$content['LN_REPORTS_REMOVE'] = "Remove settings"; $content['LN_REPORTS_ERROR_IDNOTFOUND'] = "There was no report with ID '%1' found."; $content['LN_REPORTS_ERROR_INVALIDID'] = "Invalid report id."; $content['LN_REPORTS_DETAILS'] = "Details for this report"; @@ -418,7 +418,7 @@ $content['LN_REPORTS_ERROR_HASBEENREMOVED'] = "All settings for the report '%1' $content['LN_REPORTS_ERROR_HASBEENADDED'] = "All required settings for the report '%1' have been added."; $content['LN_REPORTS_ERROR_NOFIELDS'] = "The report '%1' does not have any custom settings which can be added."; $content['LN_REPORTS_ERROR_REPORTDOESNTNEEDTOBEREMOVED'] = "The report '%1' does not need to be removed or initialized."; -$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport from Type"; +$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport"; $content['LN_REPORTS_EDITSAVEDREPORT'] = "Edit Savedreport"; $content['LN_REPORTS_REMOVESAVEDREPORT'] = "Remove Savedreport"; $content['LN_REPORTS_CUSTOMTITLE'] = "Report Title"; diff --git a/src/lang/it_IT/admin.php b/src/lang/it_IT/admin.php index 0e0647b..da5b5fd 100644 --- a/src/lang/it_IT/admin.php +++ b/src/lang/it_IT/admin.php @@ -397,17 +397,17 @@ $content['LN_CMD_'] = ""; // Report Options $content['LN_REPORTS_EDIT'] = "Edit Report"; $content['LN_REPORTS_DELETE'] = "Remove Report"; -$content['LN_REPORTS_ID'] = "Report ID"; $content['LN_REPORTS_CAT'] = "Report Category"; +$content['LN_REPORTS_ID'] = "Report ID"; $content['LN_REPORTS_NAME'] = "Report Name"; $content['LN_REPORTS_DESCRIPTION'] = "Report Description"; $content['LN_REPORTS_REQUIREDFIELDS'] = "Required Fields"; $content['LN_REPORTS_ERROR_NOREPORTS'] = "There were no valid reports found in your installation."; $content['LN_REPORTS_HELP'] = "Help"; $content['LN_REPORTS_HELP_CLICK'] = "Click here for a detailed report description"; -$content['LN_REPORTS_INFO'] = "Show more Information for this report module."; -$content['LN_REPORTS_INIT'] = "Initialize settings for this report module."; -$content['LN_REPORTS_REMOVE'] = "Remove settings for this report module."; +$content['LN_REPORTS_INFO'] = "Show more Information"; +$content['LN_REPORTS_INIT'] = "Initialize settings"; +$content['LN_REPORTS_REMOVE'] = "Remove settings"; $content['LN_REPORTS_ERROR_IDNOTFOUND'] = "There was no report with ID '%1' found."; $content['LN_REPORTS_ERROR_INVALIDID'] = "Invalid report id."; $content['LN_REPORTS_DETAILS'] = "Details for this report"; @@ -416,7 +416,7 @@ $content['LN_REPORTS_ERROR_HASBEENREMOVED'] = "All settings for the report '%1' $content['LN_REPORTS_ERROR_HASBEENADDED'] = "All required settings for the report '%1' have been added."; $content['LN_REPORTS_ERROR_NOFIELDS'] = "The report '%1' does not have any custom settings which can be added."; $content['LN_REPORTS_ERROR_REPORTDOESNTNEEDTOBEREMOVED'] = "The report '%1' does not need to be removed or initialized."; -$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport from Type"; +$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport"; $content['LN_REPORTS_EDITSAVEDREPORT'] = "Edit Savedreport"; $content['LN_REPORTS_REMOVESAVEDREPORT'] = "Remove Savedreport"; $content['LN_REPORTS_CUSTOMTITLE'] = "Report Title"; diff --git a/src/lang/pt_BR/admin.php b/src/lang/pt_BR/admin.php index 1e3bcf2..a6e2c99 100644 --- a/src/lang/pt_BR/admin.php +++ b/src/lang/pt_BR/admin.php @@ -394,9 +394,9 @@ $content['LN_REPORTS_REQUIREDFIELDS'] = "Required Fields"; $content['LN_REPORTS_ERROR_NOREPORTS'] = "There were no valid reports found in your installation."; $content['LN_REPORTS_HELP'] = "Help"; $content['LN_REPORTS_HELP_CLICK'] = "Click here for a detailed report description"; -$content['LN_REPORTS_INFO'] = "Show more Information for this report module."; -$content['LN_REPORTS_INIT'] = "Initialize settings for this report module."; -$content['LN_REPORTS_REMOVE'] = "Remove settings for this report module."; +$content['LN_REPORTS_INFO'] = "Show more Information"; +$content['LN_REPORTS_INIT'] = "Initialize settings"; +$content['LN_REPORTS_REMOVE'] = "Remove settings"; $content['LN_REPORTS_ERROR_IDNOTFOUND'] = "There was no report with ID '%1' found."; $content['LN_REPORTS_ERROR_INVALIDID'] = "Invalid report id."; $content['LN_REPORTS_DETAILS'] = "Details for this report"; @@ -405,7 +405,7 @@ $content['LN_REPORTS_ERROR_HASBEENREMOVED'] = "All settings for the report '%1' $content['LN_REPORTS_ERROR_HASBEENADDED'] = "All required settings for the report '%1' have been added."; $content['LN_REPORTS_ERROR_NOFIELDS'] = "The report '%1' does not have any custom settings which can be added."; $content['LN_REPORTS_ERROR_REPORTDOESNTNEEDTOBEREMOVED'] = "The report '%1' does not need to be removed or initialized."; -$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport from Type"; +$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport"; $content['LN_REPORTS_EDITSAVEDREPORT'] = "Edit Savedreport"; $content['LN_REPORTS_REMOVESAVEDREPORT'] = "Remove Savedreport"; $content['LN_REPORTS_CUSTOMTITLE'] = "Report Title"; diff --git a/src/templates/admin/admin_reports.html b/src/templates/admin/admin_reports.html index 26451d5..6f4c2ac 100644 --- a/src/templates/admin/admin_reports.html +++ b/src/templates/admin/admin_reports.html @@ -46,40 +46,39 @@