From 8f421da5999354e3b0ded858c977a7081f083ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 3 Sep 2026 15:51:38 +0200 Subject: [PATCH] fix: prevent empty buttons in link panel content element --- .../Private/Partials/Textmedia/LinkPanel.html | 60 +++++++++++-------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Textmedia/LinkPanel.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Textmedia/LinkPanel.html index 75dbbc0d..f19e61b0 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Textmedia/LinkPanel.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Textmedia/LinkPanel.html @@ -9,51 +9,61 @@
- -
- {images.0.title -> f:format.raw()} -
-
+ + +
+ {images.0.title -> f:format.raw()} +
+
+
- -
- {images.1.title -> f:format.raw()} -
-
+ + +
+ {images.1.title -> f:format.raw()} +
+
+
- -
- {images.4.title -> f:format.raw()} -
-
+ + +
+ {images.4.title -> f:format.raw()} +
+
+
- -
- {images.2.title -> f:format.raw()} -
-
+ + +
+ {images.2.title -> f:format.raw()} +
+
+
- -
- {images.3.title -> f:format.raw()} -
-
+ + +
+ {images.3.title -> f:format.raw()} +
+
+