Skip to content
Snippets Groups Projects
Commit 0ae5a42d authored by Georg Ringer's avatar Georg Ringer Committed by Christian Kuhn
Browse files

[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: default avatarBamboo TYPO3com <info@typo3.com>
Reviewed-by: default avatarMichael Oehlhof <typo3@oehlhof.de>
Tested-by: default avatarMichael Oehlhof <typo3@oehlhof.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 26c8359e
Branches
Tags
No related merge requests found
......@@ -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('#')
......
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