From 45a1db5c9e751797427b55d82743c3cadc166443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 16 Jan 2024 19:03:29 +0100 Subject: [PATCH] feat: render checkbox labels in bold when prepended with '*' --- .../Private/Partials/Form/Checkbox.html | 17 +++++++++++++++-- .../Private/Partials/Form/MultiCheckbox.html | 17 +++++++++++++++-- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Checkbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Checkbox.html index a0ecd006..2fc546db 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Checkbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Checkbox.html @@ -1,6 +1,19 @@ - + + + + + + + + + + + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiCheckbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiCheckbox.html index d78aa9fd..fde92f45 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiCheckbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiCheckbox.html @@ -1,8 +1,21 @@ - + {formvh:translateElementProperty(element: element, property: 'label')} + + + + + + + + + +