From 43466399db56c9285e63c5bc7b2864c4f243203d Mon Sep 17 00:00:00 2001 From: Andreas Fernandez <a.fernandez@scripting-base.de> Date: Fri, 10 Jul 2015 17:07:01 +0200 Subject: [PATCH] [FOLLOWUP][FEATURE] Replace usage of getFuncMenu with TWBS styled substitution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The table was printed twice, the first and obsolete rendering call is removed. Resolves: #65927 Releases: master Change-Id: I6ee2f7f23d66d9162f9683f159b499f892a1707a Reviewed-on: http://review.typo3.org/41091 Reviewed-by: David Greiner <hallo@davidgreiner.de> Tested-by: David Greiner <hallo@davidgreiner.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Stephan Großberndt <stephan@grossberndt.de> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> --- .../frontend/Classes/Controller/PageInformationController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/typo3/sysext/frontend/Classes/Controller/PageInformationController.php b/typo3/sysext/frontend/Classes/Controller/PageInformationController.php index 04e561f112b5..9e243563c865 100644 --- a/typo3/sysext/frontend/Classes/Controller/PageInformationController.php +++ b/typo3/sysext/frontend/Classes/Controller/PageInformationController.php @@ -70,7 +70,6 @@ class PageInformationController extends \TYPO3\CMS\Backend\Module\AbstractFuncti $dblist->start($this->pObj->id, 'pages', 0); $dblist->generateList(); // CSH - $theOutput .= $this->pObj->doc->section('', BackendUtility::cshItem($dblist->descrTable, 'pagetree_overview', NULL, '|<br />') . $h_func . $dblist->HTMLcode, 0, 1); $theOutput .= $this->pObj->doc->section( '', BackendUtility::cshItem($dblist->descrTable, 'pagetree_overview', NULL, '|<br />') -- GitLab