Skip to content
Snippets Groups Projects
Commit 6e382123 authored by Frank Nägler's avatar Frank Nägler Committed by Christian Kuhn
Browse files

[TASK] Icon update to reports app icon

Reports module: Overview:
Icon update to reports app icon

Resolves: #63253
Releases: master
Change-Id: Ie1dd7b6290012a6d4836319a193ccd102828388d
Reviewed-on: http://review.typo3.org/34768


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 9e4fc669
Branches
Tags
No related merge requests found
......@@ -17,6 +17,7 @@ if (TYPO3_MODE === 'BE') {
);
$statusReport = array(
'title' => 'LLL:EXT:reports/reports/locallang.xlf:status_report_title',
'icon' => 'EXT:reports/Resources/Public/Icons/module-reports.png',
'description' => 'LLL:EXT:reports/reports/locallang.xlf:status_report_description',
'report' => 'TYPO3\\CMS\\Reports\\Report\\Status\\Status'
);
......
typo3/sysext/sv/Resources/Public/Images/service-reports.png

1.55 KiB

......@@ -5,7 +5,7 @@ if (TYPO3_MODE === 'BE') {
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['sv']['services'] = array(
'title' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_title',
'description' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_description',
'icon' => 'EXT:sv/Resources/Public/Images/tx_sv_report.png',
'icon' => 'EXT:sv/Resources/Public/Images/service-reports.png',
'report' => 'TYPO3\\CMS\\Sv\\Report\\ServicesListReport'
);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment