diff --git a/Configuration/page.tsconfig b/Configuration/page.tsconfig index 3979b0e..7357e03 100644 --- a/Configuration/page.tsconfig +++ b/Configuration/page.tsconfig @@ -1,3 +1,9 @@ templates.typo3/cms-backend { 1691683586 = b13/collapse:Resources/Private/TemplateOverrides } + +[typo3.branch == "12.4"] + templates.typo3/cms-backend { + 1691683586 = b13/collapse:Resources/Private/TemplateOverrides12 + } +[end] diff --git a/Resources/Private/TemplateOverrides/Partials/PageLayout/RecordDefault/Header.html b/Resources/Private/TemplateOverrides/Partials/PageLayout/RecordDefault/Header.html index c100781..1376b0c 100644 --- a/Resources/Private/TemplateOverrides/Partials/PageLayout/RecordDefault/Header.html +++ b/Resources/Private/TemplateOverrides/Partials/PageLayout/RecordDefault/Header.html @@ -1,57 +1,59 @@ - -
-
- {item.icons -> f:format.raw()} - - - - - -
-
- {item.contentTypeLabel} -
-
- -
-
- - - - - - - - - - - - - - -
- -
-
-
+
+
+ {item.icons -> f:format.raw()} + + + + + +
+
+ {item.contentTypeLabel} +
+
+ +
+
+ + + + + + + + + + + + + + + +
+
+
+
+ diff --git a/Resources/Private/TemplateOverrides12/Partials/PageLayout/RecordDefault/Header.html b/Resources/Private/TemplateOverrides12/Partials/PageLayout/RecordDefault/Header.html new file mode 100644 index 0000000..0f0c99e --- /dev/null +++ b/Resources/Private/TemplateOverrides12/Partials/PageLayout/RecordDefault/Header.html @@ -0,0 +1,59 @@ + +
+
+ {item.icons -> f:format.raw()} + + + + + +
+
+ {item.contentTypeLabel} +
+
+ +
+
+ + + + + + + + + + + + + + + +
+
+
+
+
+