diff --git a/public/typo3conf/ext/ep_events/Configuration/TypoScript/constants.typoscript b/public/typo3conf/ext/ep_events/Configuration/TypoScript/constants.typoscript index e75f4453..dbd14631 100644 --- a/public/typo3conf/ext/ep_events/Configuration/TypoScript/constants.typoscript +++ b/public/typo3conf/ext/ep_events/Configuration/TypoScript/constants.typoscript @@ -4,6 +4,8 @@ plugin.tx_epevents { helperNavPid = # cat=plugin.tx_epevents//a; type=string; label=Footer navigation PID footerNavPid = + # cat=plugin.tx_epevents//a; type=string; label=Covid-19 page UID + covid19PageUid = # cat=plugin.tx_epevents//a; type=string; label=Contact page UID contactPageUid = # cat=plugin.tx_epevents//a; type=string; label=Configurator page UID diff --git a/public/typo3conf/ext/ep_events/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_events/Configuration/TypoScript/setup.typoscript index f4b42e9c..c395ed6d 100644 --- a/public/typo3conf/ext/ep_events/Configuration/TypoScript/setup.typoscript +++ b/public/typo3conf/ext/ep_events/Configuration/TypoScript/setup.typoscript @@ -33,6 +33,7 @@ plugin.tx_epevents { helperNavPid = {$plugin.tx_epevents.settings.helperNavPid} footerNavPid = {$plugin.tx_epevents.settings.footerNavPid} contactPageUid = {$plugin.tx_epevents.settings.contactPageUid} + covid19PageUid = {$plugin.tx_epevents.settings.covid19PageUid} configuratorPageUid = {$plugin.tx_epevents.settings.configuratorPageUid} inquiryPageUid = {$plugin.tx_epevents.settings.inquiryPageUid} ajaxPageUid = {$plugin.tx_epevents.settings.ajaxPageUid} diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Language/de.locallang.xlf b/public/typo3conf/ext/ep_events/Resources/Private/Language/de.locallang.xlf index 8c592217..3356272d 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Language/de.locallang.xlf +++ b/public/typo3conf/ext/ep_events/Resources/Private/Language/de.locallang.xlf @@ -262,9 +262,15 @@ nicht von der Stange kommen.]]> - + individuelle Veranstaltung.]]> + + in Zeiten von Covid-19]]> + + + Weitere Infos + Seite drucken diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf b/public/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf index 71699350..e0f0017b 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf +++ b/public/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf @@ -262,9 +262,15 @@ don't come off the rack.]]> - + individual event with us.]]> + + in times of Covid-19.]]> + + + More details + Print this page diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Partials/HerounitFrontpage.html b/public/typo3conf/ext/ep_events/Resources/Private/Partials/HerounitFrontpage.html index 6fb3a5de..a960d045 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Partials/HerounitFrontpage.html +++ b/public/typo3conf/ext/ep_events/Resources/Private/Partials/HerounitFrontpage.html @@ -18,8 +18,13 @@ - - » {f:translate(key: 'tx_epevents.label.inquire_now', extensionName: 'ep_events') -> f:format.raw()} + + + » {f:translate(key: 'tx_epevents.label.inquire_now', extensionName: 'ep_events') -> f:format.raw()} + + + + » {f:translate(key: 'tx_epevents.label.more_details', extensionName: 'ep_events') -> f:format.raw()}