diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/DateSelect.vue b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/DateSelect.vue index 15aabc60..9838638c 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/DateSelect.vue +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/DateSelect.vue @@ -63,7 +63,9 @@ -

Loading...

+
+ Loading... Loading +
{{ message }}
@@ -116,6 +118,10 @@ argumentPrefix: { type: String, required: true + }, + loaderUri: { + type: String, + required: true } }, computed: { diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html index 64ab90d0..42785ede 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Detail.html @@ -140,6 +140,7 @@ :contingent-endpoint-uri="uris.contingents" :rooms-endpoint-uri="uris.rooms" :argument-prefix="argumentPrefix" + loader-uri="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/ajax-loader-white.gif')}" >