diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_buttons.scss b/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_buttons.scss index 805b8717..fd386faa 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_buttons.scss +++ b/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_buttons.scss @@ -3,6 +3,13 @@ font-weight: 700; text-decoration: none; + &--default { + display: inline-block; + background-color: $color-brand-primary; + color: white; + padding: 4px 16px; + } + &--page-header { display: block; min-width: 186px; diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Language/en.locallang.xlf b/web/typo3conf/ext/ep_events/Resources/Private/Language/en.locallang.xlf index 07b713cc..1a56fd9a 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Language/en.locallang.xlf +++ b/web/typo3conf/ext/ep_events/Resources/Private/Language/en.locallang.xlf @@ -364,6 +364,10 @@ Datum Date + + Weiterlesen + Read more + diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf b/web/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf index 05bb8e11..5c7128e4 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf +++ b/web/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf @@ -274,6 +274,9 @@ Datum + + Weiterlesen + diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Partials/News/List/Item.html b/web/typo3conf/ext/ep_events/Resources/Private/Partials/News/List/Item.html index 84d053db..1b703048 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Partials/News/List/Item.html +++ b/web/typo3conf/ext/ep_events/Resources/Private/Partials/News/List/Item.html @@ -48,6 +48,11 @@ + + + + +