Task #59441
Task #70752: Update for TYPO3 7
Rewrite backend module
100%
Description
Hi,
with current BE module layout there are small issues with lates TYPO3. For example we have 2 scrollbars if table is higher than screen size, and the functions list in docheader has visual issues. There is a simple fix - just change 2 docheader elements ids to classes:
id="typo3-docheader-row1" to class="typo3-docheader-functions"
id="typo3-docheader-row2" to class="typo3-docheader-buttons"
and change the order (first container should be with functions, and second with buttons).
Also inside both typo3-docheader-functions and typo3-docheader-buttons to align elements left/right, classes used now are: 'left' and 'right'
Related issues
Updated by Francois Suter over 6 years ago
I'll have to check that. Inverting the two doc header parts should not break older versions of TYPO3.
Updated by Francois Suter over 6 years ago
- Target version set to 3.0.0
Indeed there are those small issues you mention. However I really don't want to touch the BE module's structure now, as version 2.3.x is still meant to be compatible the whole range from TYPO3 4.5 to 6.2.
For the next major version of TYPO3, the BE module can be cleaned up quite a bit, also with the improved Container View Helper introduced in 6.2.
Updated by Francois Suter over 4 years ago
- Status changed from New to Accepted
- Assignee set to Francois Suter
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/48043
Updated by Francois Suter over 4 years ago
- Subject changed from Fix backend module layout to Rewrite backend module
Updated by Francois Suter over 4 years ago
- Status changed from Under Review to Closed
This will exist in the new BE module, thanks to the use of DataTable.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Closed to Under Review
Patch set 2 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/48043
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/48043
Updated by Gerrit Code Review over 4 years ago
Patch set 4 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/48043
Updated by Gerrit Code Review over 4 years ago
Patch set 5 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/48043
Updated by Gerrit Code Review over 4 years ago
Patch set 6 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/48043
Updated by Gerrit Code Review over 4 years ago
Patch set 7 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/48043
Updated by Gerrit Code Review over 4 years ago
Patch set 8 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/48043
Updated by Francois Suter over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c0feb48dccec885cb89639fc3a9cccbabff1b7bd.