From 5db2d786a9708a62ac1cb3dacbad150fba99fa74 Mon Sep 17 00:00:00 2001 From: Markus Guenther Date: Fri, 7 Aug 2015 09:50:09 +0200 Subject: [PATCH] [TASK] Replace sprite icon "actions-document-new" with the new IconFactory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-new with the new IconFactory. Resolves: #68806 Releases: master Change-Id: I6b69742494c2b16f499ce6367ccf5b689f958bad Reviewed-on: http://review.typo3.org/42360 Reviewed-by: Frank Nägler Tested-by: Frank Nägler Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring --- Classes/FrontendEditPanel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/FrontendEditPanel.php b/Classes/FrontendEditPanel.php index f36bbbc..3ee431c 100644 --- a/Classes/FrontendEditPanel.php +++ b/Classes/FrontendEditPanel.php @@ -316,4 +316,4 @@ class FrontendEditPanel { return $status; } -} \ No newline at end of file +}