Project

General

Profile

Actions

Bug #52558

closed

Task #28188: Unify table layouts

Bug #49592: Georgify tables

Refactor/reintroduce t3-table

Added by Felix Kopp over 10 years ago. Updated over 5 years ago.

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.


Subtasks 10 (0 open10 closed)

Bug #52561: Make use of .t3-table in EXT: tstemplateClosed2013-10-06

Actions
Task #52564: Make use of .t3-table in EXT: schedulerClosed2013-10-06

Actions
Task #52565: Make use of .t3-table in EXT: belogClosed2013-10-06

Actions
Task #52568: Make use of .t3-table in EXT: beuserClosed2013-10-07

Actions
Task #52566: Make use of .t3-table in RecordHistoryClosed2013-10-06

Actions
Feature #52560: Make use of .t3-table in EXT:lowlevelClosed2013-10-06

Actions
Task #55127: Use .t3-table in EXT: EMClosed2014-01-18

Actions
Task #55129: Refactor html tables in Web>ListClosed2014-01-18

Actions
Task #55131: Make use of .t3-table in EXT: wizard_sortpagesClosed2014-01-18

Actions
Task #55139: Make use of .t3-table in EXT: beuser *compareClosed2014-01-18

Actions
Actions #1

Updated by Felix Kopp over 10 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>
 */
Actions #2

Updated by Gerrit Code Review over 10 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

Actions #3

Updated by Gerrit Code Review over 10 years ago

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

Actions #4

Updated by Felix Kopp over 10 years ago

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

Updated by Gerrit Code Review over 10 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

Actions #6

Updated by Christian Kuhn over 10 years ago

  • Status changed from Under Review to Resolved
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF