diff --git a/src/pretix/static/pretixpresale/js/widget/widget.js b/src/pretix/static/pretixpresale/js/widget/widget.js index e29b99aedd..247f09c0ce 100644 --- a/src/pretix/static/pretixpresale/js/widget/widget.js +++ b/src/pretix/static/pretixpresale/js/widget/widget.js @@ -361,6 +361,7 @@ Vue.component('variation', { template: ('
' + '
' + // Variation description + '
' + '
' + '{{ variation.value }}' @@ -372,12 +373,15 @@ Vue.component('variation', { + '
' + '
' + // Price + '
' + '' + '' + ' ' + '
' + + // Availability + '
' + '' + '
' @@ -405,6 +409,7 @@ Vue.component('item', { template: ('
' + '
' + // Product description + '
' + '' + '
' @@ -424,6 +429,7 @@ Vue.component('item', { + '
' + '
' + // Price + '
' + '' @@ -431,6 +437,8 @@ Vue.component('item', { + '
{{ pricerange }}
' + ' ' + '
' + + // Availability + '
' + ''+ strings.variations + '' + '' @@ -439,6 +447,7 @@ Vue.component('item', { + '
' + '
' + // Variations + '
' + '' + '' @@ -761,6 +770,7 @@ Vue.component('pretix-overlay', { Vue.component('pretix-widget-event-form', { template: ('
' + // Back navigation + '' + + // Event name + '
' + '{{ $root.name }}' + '
' + + // Date range + '
' + '{{ $root.date_range }}' + '
' + + // Form start + '
' + '
' + '' + '' + '' + + // Error message + '
{{ $root.error }}
' + + // Resume cart + '
' + '
' + + // Seating plan + '' + + // Waiting list for seating plan + '
' + '
' + strings['seating_plan_waiting_list'] @@ -805,11 +829,18 @@ Vue.component('pretix-widget-event-form', { + '
' + '
' + '
' + + // Actual product list + '' + + // Buy button + '
' + '' + '
' + + '
' + + // Voucher form + '
' + '
' @@ -827,6 +858,7 @@ Vue.component('pretix-widget-event-form', { + '
' + '
' + '
' + + '
' ), data: function () { @@ -1157,15 +1189,21 @@ Vue.component('pretix-widget-event-calendar-row', { Vue.component('pretix-widget-event-calendar', { template: ('
' + + // Back navigation + '' + + // Headline + '
' + '{{ $root.name }}' + '
' + '
' + + // Calendar navigation + '' + + // Calendar + '' + '' + '' @@ -1233,14 +1273,19 @@ Vue.component('pretix-widget-event-calendar', { Vue.component('pretix-widget-event-week-calendar', { template: ('
' + // Back navigation + '' + + // Event header + '
' + '{{ $root.name }}' + '
' + + // Calendar navigation + '
' + '' + + // Actual calendar + '
' + '
' + '' + '' + '
' + '
' + + '
' + ''), computed: {