Project

General

Profile

Actions

Task #48175

closed

Hide func menu if only 1 entry inside

Added by Georg Ringer almost 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2013-05-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The func menu in the page module can contain items like quickedit,columns,language

however if only 1 item is available, there is no reason to show this menu as also the onchange handler can't work as nothing is changeable.

Actions #1

Updated by Georg Ringer almost 11 years ago

this can be tested with TsConfig

# Show only modules "Columns" and "Language", hide "Quickedit", "Page Information" 
mod.web_layout.menu.function {
    0 = 0
    1 = 1
    2 = 1
    3 = 0
}

Actions #2

Updated by Gerrit Code Review almost 11 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20772

Actions #3

Updated by Gerrit Code Review almost 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20772

Actions #4

Updated by Gerrit Code Review almost 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20772

Actions #5

Updated by Georg Ringer almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF