From 4378d5ce7c79b2ad4b70a9c5447a0822e4d98629 Mon Sep 17 00:00:00 2001 From: Claus Due Date: Thu, 23 May 2019 12:47:49 +0200 Subject: [PATCH] [BUGFIX] Fix syntax and logic errors in BE Fluid templates Fixes an invalid syntax occurrence in the "PageZero.html" template from EXT:tstemplate. And fixes a logical error plus incorrect XML tag nesting in the partial template "DocHeader.html" from EXT:backend. Change-Id: Ib38fbb2d80cd8e24a2400ec7d2dbd12dee5605ec Resolves: #88422 Releases: master, 9.5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60802 Tested-by: TYPO3com Tested-by: Jonas Eberle Tested-by: Guido Schmechel Tested-by: Daniel Goerz Reviewed-by: Jonas Eberle Reviewed-by: Guido Schmechel Reviewed-by: Daniel Goerz --- .../Resources/Private/Partials/DocHeader.html | 55 +++++++++---------- .../Resources/Private/Templates/PageZero.html | 4 +- 2 files changed, 28 insertions(+), 31 deletions(-) diff --git a/typo3/sysext/backend/Resources/Private/Partials/DocHeader.html b/typo3/sysext/backend/Resources/Private/Partials/DocHeader.html index 6ed37a7c3cfa..f58ace3d2f1e 100644 --- a/typo3/sysext/backend/Resources/Private/Partials/DocHeader.html +++ b/typo3/sysext/backend/Resources/Private/Partials/DocHeader.html @@ -1,39 +1,36 @@
+ module-docheader-bar-column-left col-xs-12 text-right - - - -
-
- -
- -
-
-
+ + + module-docheader-bar-column-right col-xs-12 col-sm-7 col-md-6 col-lg-8 text-right +
+
+ +
+ +
+
-
- - -
-
- -
- -
-
-
+
+ + + module-docheader-bar-column-right col-xs-12 col-sm-9 text-right +
+
+ +
+ +
+
-
- - - - -
- +
+
+ +
: {docHeader.metaInformation.path} diff --git a/typo3/sysext/tstemplate/Resources/Private/Templates/PageZero.html b/typo3/sysext/tstemplate/Resources/Private/Templates/PageZero.html index 096f5e99d44e..fb50cc46c3f6 100644 --- a/typo3/sysext/tstemplate/Resources/Private/Templates/PageZero.html +++ b/typo3/sysext/tstemplate/Resources/Private/Templates/PageZero.html @@ -78,7 +78,7 @@ - + @@ -86,7 +86,7 @@ - + -- 2.20.1