diff --git a/Configuration/TCA/tx_tracking_pageview.php b/Configuration/TCA/tx_tracking_pageview.php index e0ea0be..474b4e1 100644 --- a/Configuration/TCA/tx_tracking_pageview.php +++ b/Configuration/TCA/tx_tracking_pageview.php @@ -12,7 +12,7 @@ return [ 'languageField' => 'sys_language_uid', 'title' => 'LLL:EXT:tracking/Resources/Private/Language/locallang_tca.xlf:table.pageview', 'searchFields' => 'uid, url', - 'iconfile' => 'EXT:core/Resources/Public/Icons/T3Icons/apps/apps-pagetree-page-default.svg', + 'iconfile' => 'EXT:tracking/Resources/Public/Icons/Record/Pageview.svg', ], 'types' => [ '0' => [ diff --git a/Configuration/TCA/tx_tracking_recordview.php b/Configuration/TCA/tx_tracking_recordview.php index a679c02..0482ff5 100644 --- a/Configuration/TCA/tx_tracking_recordview.php +++ b/Configuration/TCA/tx_tracking_recordview.php @@ -12,7 +12,7 @@ return [ 'languageField' => 'sys_language_uid', 'title' => 'LLL:EXT:tracking/Resources/Private/Language/locallang_tca.xlf:table.recordview', 'searchFields' => 'uid, url', - 'iconfile' => 'EXT:core/Resources/Public/Icons/T3Icons/apps/apps-pagetree-page-default.svg', + 'iconfile' => 'EXT:tracking/Resources/Public/Icons/Record/Recordview.svg', ], 'types' => [ '0' => [ diff --git a/Resources/Public/Icons/Extension.svg b/Resources/Public/Icons/Extension.svg new file mode 100644 index 0000000..8efda30 --- /dev/null +++ b/Resources/Public/Icons/Extension.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Resources/Public/Icons/Record/Pageview.svg b/Resources/Public/Icons/Record/Pageview.svg new file mode 100644 index 0000000..ebf6a90 --- /dev/null +++ b/Resources/Public/Icons/Record/Pageview.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/Resources/Public/Icons/Record/Recordview.svg b/Resources/Public/Icons/Record/Recordview.svg new file mode 100644 index 0000000..10c661c --- /dev/null +++ b/Resources/Public/Icons/Record/Recordview.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + +