Skip to content
Snippets Groups Projects
Commit 43466399 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Anja Leichsenring
Browse files

[FOLLOWUP][FEATURE] Replace usage of getFuncMenu with TWBS styled substitution

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: default avatarDavid Greiner <hallo@davidgreiner.de>
Tested-by: default avatarDavid Greiner <hallo@davidgreiner.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStephan Großberndt <stephan@grossberndt.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 4143a9b4
Branches
Tags
No related merge requests found
......@@ -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 />')
......
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