Feature #36066
Implement background colors for tree branches
| Status: | Resolved | Start date: | 2012-04-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stefan Galinski | % Done: | 100% |
|
| Category: | Pagetree | |||
| Target version: | 6.0.0 | |||
| TYPO3 Version: | 6.0 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 2 (View) |
Subtasks
Related issues
| related to TSconfig - Task #36070: Add description of options.pageTree.backgroundColor, whic... | Resolved | 2012-04-14 |
Associated revisions
[FEATURE] Implement configurable background colors for tree branches
The syntax of the new user typoscript setting:
options.pageTree.backgroundColor.<pageId> = <color>
Change-Id: Ic91257c83c8b5e012374e5d5731dd70ae3daee36
Resolves: #36066
Releases: 6.0
Reviewed-on: http://review.typo3.org/10503
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
Reviewed-by: Tolleiv Nietsch
Tested-by: Tolleiv Nietsch
[FEATURE] Implement configurable background colors for tree branches
The syntax of the new user typoscript setting:
options.pageTree.backgroundColor.<pageId> = <color>
Change-Id: Ic91257c83c8b5e012374e5d5731dd70ae3daee36
Resolves: #36066
Releases: 6.0
Reviewed-on: http://review.typo3.org/10503
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
Reviewed-by: Tolleiv Nietsch
Tested-by: Tolleiv Nietsch
History
Updated by Stefan Galinski about 1 year ago
- File screen1.png added
Configurable inside the user typoscript by the following syntax:
options.pageTree.backgroundColor.<pageId> = <color>
Color can be any valid CSS color value. The sexiest results can be managed by using rgba values.
Example (see screenshot):
options.pageTree.backgroundColor.57 = rgba(0, 125, 125, 0.1) options.pageTree.backgroundColor.10675 = rgba(255, 0, 0, 0.1)
Updated by Gerrit Code Review about 1 year 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 http://review.typo3.org/10503
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10503
Updated by Stefan Galinski about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9207e26505cd6199ec09ceb35fa21e1dfe6e8cc9.