From cf805f75b8a6c08cc20b774e8e427f79901f352c Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 30 Jun 2026 12:23:26 +0200 Subject: [PATCH] Improve iOS VoiceOver year dropdown selection (Z#23234442) --- .../event/fragment_subevent_calendar.html | 37 ++++++++----------- .../pretixpresale/organizers/calendar.html | 37 ++++++++----------- 2 files changed, 32 insertions(+), 42 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar.html b/src/pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar.html index 0adf14929..7402b12a5 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar.html @@ -20,28 +20,23 @@ {% endif %} {% endfor %} -
- {% trans "Select a month to display" %} -
- -
-
- + {% for y in subevent_list.years %} + {% for m in subevent_list.months %} + {% endfor %} - - - - -
-
+ {% endfor %} + + + + +
  • diff --git a/src/pretix/presale/templates/pretixpresale/organizers/calendar.html b/src/pretix/presale/templates/pretixpresale/organizers/calendar.html index 16e1044dd..a955ef3dd 100644 --- a/src/pretix/presale/templates/pretixpresale/organizers/calendar.html +++ b/src/pretix/presale/templates/pretixpresale/organizers/calendar.html @@ -52,28 +52,23 @@ {% endif %} {% endfor %} -
    - {% trans "Select a month to display" %} -
    - -
    -
    - + {% for y in years %} + {% for m in months %} + {% endfor %} - - - - -
    -
    + {% endfor %} + + + + +