From 0ae5a42d91c8b56fe794eca3fcbb4f63ed5ff1db Mon Sep 17 00:00:00 2001
From: Georg Ringer <georg.ringer@gmail.com>
Date: Tue, 21 Jun 2016 07:39:40 +0200
Subject: [PATCH] [TASK] Remove Web > Info Help icon

The help icon is not helpful as it is just a general text
which is the same for every module.

Resolves: #33828
Releases: master
Change-Id: Ic118c6af89a27f7d73f98aa28398eaeeb3426c05
Reviewed-on: https://review.typo3.org/48620
Tested-by: Bamboo TYPO3com <info@typo3.com>
Reviewed-by: Michael Oehlhof <typo3@oehlhof.de>
Tested-by: Michael Oehlhof <typo3@oehlhof.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 .../sysext/info/Classes/Controller/InfoModuleController.php  | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/typo3/sysext/info/Classes/Controller/InfoModuleController.php b/typo3/sysext/info/Classes/Controller/InfoModuleController.php
index cef2e2843645..94698628037d 100644
--- a/typo3/sysext/info/Classes/Controller/InfoModuleController.php
+++ b/typo3/sysext/info/Classes/Controller/InfoModuleController.php
@@ -159,11 +159,6 @@ class InfoModuleController extends BaseScriptClass
     protected function getButtons()
     {
         $buttonBar = $this->moduleTemplate->getDocHeaderComponent()->getButtonBar();
-        // CSH
-        $cshButton = $buttonBar->makeHelpButton()
-            ->setModuleName('_MOD_web_info')
-            ->setFieldName('');
-        $buttonBar->addButton($cshButton, ButtonBar::BUTTON_POSITION_LEFT, 0);
         // View page
         $viewButton = $buttonBar->makeLinkButton()
             ->setHref('#')
-- 
GitLab