From b344d0ec7c1f634478ba28b5be03fb20d68bef80 Mon Sep 17 00:00:00 2001 From: "Rudy (zarya)" Date: Mon, 14 Oct 2024 16:47:19 +0200 Subject: [PATCH] Added list-group-item-action to backoffice and economy --- .../templates/autoschedule_index.html | 10 ++++---- .../templates/backoffice_proxy.html | 2 +- src/backoffice/templates/camp_select.html | 2 +- .../templates/coinify_dashboard.html | 8 +++---- .../templates/event_location_list.html | 2 +- .../event_session_create_location_select.html | 2 +- .../event_session_create_type_select.html | 2 +- .../templates/event_session_detail.html | 2 +- src/backoffice/templates/event_slot_list.html | 2 +- .../templates/event_type_detail.html | 4 ++-- .../event_proposal_list_table_backoffice.html | 2 +- .../templates/includes/index_content.html | 24 +++++++++---------- .../templates/includes/index_economy.html | 24 +++++++++---------- .../templates/includes/index_facilities.html | 6 ++--- .../templates/includes/index_game.html | 4 ++-- .../templates/includes/index_info.html | 12 +++++----- .../templates/includes/index_map.html | 2 +- .../templates/includes/index_orga.html | 18 +++++++------- .../templates/includes/index_permissions.html | 6 ++--- .../templates/includes/index_pos.html | 10 ++++---- .../speaker_list_table_backoffice.html | 2 +- .../templates/scan_ticket_pos_select.html | 2 +- .../templates/team_permissions_index.html | 2 +- .../templates/zettle_dashboard.html | 6 ++--- src/economy/templates/chain_list.html | 2 +- src/static_src/css/bootstrap-slate.css | 2 +- 26 files changed, 80 insertions(+), 80 deletions(-) diff --git a/src/backoffice/templates/autoschedule_index.html b/src/backoffice/templates/autoschedule_index.html index 9155a2aea..81ecc7362 100644 --- a/src/backoffice/templates/autoschedule_index.html +++ b/src/backoffice/templates/autoschedule_index.html @@ -8,7 +8,7 @@

Manage AutoScheduler

Select your desired action below

- +

Validate Schedule

@@ -16,7 +16,7 @@

Validate published or draft schedule. Useful to check if the published schedule is still valid after making changes to the underlying data. Can also check the draft schedule.

- +

Show Schedule Diff

@@ -24,7 +24,7 @@

Show the differences between the published schedule and the similar draft schedule. Use this to predict what schedule changes would happen if the draft schedule was applied now. This view takes a while to load.

- +

Apply Schedule

@@ -32,7 +32,7 @@

Apply the draft schedule by unscheduling any currently autoscheduled Events and scheduling new Events in EventSlots to match the Slot/Event combinations in the draft schedule. It is prudent to check the validity and diff for the draft schedule before applying!

- +

Debug Event/Slot Unavailability

@@ -40,7 +40,7 @@

This debug view shows a matrix/table with all AutoScheduler Events on the Y axis and all AutoScheduler Slots on the X axis, and red/green table cells to indicate whether an event can be scheduled in that Slot. This view takes a while to load.

- +

Debug Event Conflicts

diff --git a/src/backoffice/templates/backoffice_proxy.html b/src/backoffice/templates/backoffice_proxy.html index 39392addb..7edd9dead 100644 --- a/src/backoffice/templates/backoffice_proxy.html +++ b/src/backoffice/templates/backoffice_proxy.html @@ -7,7 +7,7 @@
diff --git a/src/backoffice/templates/camp_select.html b/src/backoffice/templates/camp_select.html index b937460dd..011b2229c 100644 --- a/src/backoffice/templates/camp_select.html +++ b/src/backoffice/templates/camp_select.html @@ -17,7 +17,7 @@

BornHack Backoffice Camp Picker

{% for camp in camp_list %} - +

{{ camp.title }}

Manage {{ camp.title }}

diff --git a/src/backoffice/templates/coinify_dashboard.html b/src/backoffice/templates/coinify_dashboard.html index 6964254e4..b15271ad2 100644 --- a/src/backoffice/templates/coinify_dashboard.html +++ b/src/backoffice/templates/coinify_dashboard.html @@ -26,19 +26,19 @@ {% endif %}
- +

Coinify Invoices

Use this view to see {{ invoices }} Coinify invoices.

- +

Coinify Payouts

Use this view to see {{ payouts }} Coinify payouts.

- +

Coinify Balances

Use this view to see {{ balances }} Coinify balances.

- +

Import CSV Files

Use this view to import CSV files with new invoices, payouts or balances.

diff --git a/src/backoffice/templates/event_location_list.html b/src/backoffice/templates/event_location_list.html index aa278942d..e035232cb 100644 --- a/src/backoffice/templates/event_location_list.html +++ b/src/backoffice/templates/event_location_list.html @@ -38,7 +38,7 @@ {% if location.conflicts.exists %}