From a7d18f6849026c1b37a5a29c6bb41568cea84a09 Mon Sep 17 00:00:00 2001 From: Susanne Moog Date: Wed, 7 Mar 2018 11:58:26 +0100 Subject: [PATCH] [FEATURE] Extract admin panel to own extension Extract all admin panel code to an own extension to reduce cross-dependencies and allow clearer scoping. See Epic / Initiative for background. Related: #84044 Resolves: #84159 Releases: master Change-Id: I0f6e2643746c94f0e10b87146ca7e86cbf8bc112 Reviewed-on: https://review.typo3.org/56030 Tested-by: TYPO3com Reviewed-by: Mathias Schreiber Tested-by: Mathias Schreiber Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind --- Classes/FrontendEditPanel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/FrontendEditPanel.php b/Classes/FrontendEditPanel.php index 6d83e5d..54addc2 100644 --- a/Classes/FrontendEditPanel.php +++ b/Classes/FrontendEditPanel.php @@ -13,6 +13,7 @@ namespace TYPO3\CMS\Feedit; * * The TYPO3 project - inspiring people to share! */ +use TYPO3\CMS\Adminpanel\View\AdminPanelView; use TYPO3\CMS\Backend\FrontendBackendUserAuthentication; use TYPO3\CMS\Core\Imaging\Icon; use TYPO3\CMS\Core\Imaging\IconFactory; @@ -21,7 +22,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; use TYPO3\CMS\Core\Utility\MathUtility; use TYPO3\CMS\Core\Utility\PathUtility; use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController; -use TYPO3\CMS\Frontend\View\AdminPanelView; /** * View class for the edit panels in frontend editing.