Actions
Bug #52558
closedTask #28188: Unify table layouts
Bug #49592: Georgify tables
Refactor/reintroduce t3-table
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-10-06
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Bring a central/common table style "t3-table".
Refactor the html & css code.
Updated by Felix Kopp about 11 years ago
The html structure is
/** * Common style for tables * * <table class="t3-table> * <thead> * <tr> * <th>...</th> * <th>...</th> * </tr> * </thead> * <tbody> * <tr> * <td class="t3-table-tree">Icon</td> * <td>...</td> * </tr> * </tbody> * </table> */
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24425
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24425
Updated by Felix Kopp about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2537ef7d66934e4775f33da1f1a731b66816439c.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25304
Updated by Christian Kuhn about 11 years ago
- Status changed from Under Review to Resolved
Actions