diff --git a/uber/templates/api/index.html b/uber/templates/api/index.html index dd58652ea..f0c5d5166 100644 --- a/uber/templates/api/index.html +++ b/uber/templates/api/index.html @@ -101,9 +101,9 @@

{% if admin_account.is_super_admin %}All{% else %}Your{% endif %} Tokens

{% if show_revoked %} - + {% else %} - + {% endif %} Show Revoked Tokens @@ -150,7 +150,7 @@

{% else %}
- +
{% endif %} diff --git a/uber/templates/attractions_admin/checkin.html b/uber/templates/attractions_admin/checkin.html index a61746310..a47e3ee3d 100644 --- a/uber/templates/attractions_admin/checkin.html +++ b/uber/templates/attractions_admin/checkin.html @@ -189,14 +189,14 @@ }; var toggleShowCheckedIn = function(isShowing) { - $showCheckedInButton.toggleClass('btn-plain', !isShowing); + $showCheckedInButton.toggleClass('btn-outline-secondary', !isShowing); $showCheckedInButton.toggleClass('btn-outline-secondary', isShowing); $container.toggleClass('show-checked-in', !isShowing); }; $showCheckedInButton.on('click', function(event) { event.preventDefault(); - toggleShowCheckedIn($showCheckedInButton.hasClass('btn-plain')); + toggleShowCheckedIn($showCheckedInButton.hasClass('btn-outline-secondary')); }); $('.form-control-feedback').on('click', function(event) { @@ -317,7 +317,7 @@


- diff --git a/uber/templates/attractions_admin/event.html b/uber/templates/attractions_admin/event.html index deaf8c271..4bd4167ac 100644 --- a/uber/templates/attractions_admin/event.html +++ b/uber/templates/attractions_admin/event.html @@ -232,14 +232,14 @@

Attendees Signed Up

#{{ signup.attendee.badge_num }} {{ signup.signup_time|datetime_local('%A, %b %-e at %-I:%M%p') }} - {{ signup.checkin_time_local|datetime('%A, %b %-e at %-I:%M%p') }} - @@ -248,7 +248,7 @@

Attendees Signed Up

- {%- endif %} -
+ Check In Attendees @@ -726,7 +726,7 @@

{{ attraction.name }} Features {% if can_admin_attraction -%} - @@ -760,13 +760,13 @@

{{ feature.name }}

{% if can_admin_attraction -%}
- - @@ -779,7 +779,7 @@

title="Delete the {{ feature.name }} feature"> {{ csrf_token() }} - @@ -787,7 +787,7 @@

{%- endif %} {{ feature.name }} {% if can_admin_attraction -%} - @@ -865,12 +865,12 @@

{{ day }} style="min-height: {{ (event.duration // 90) - 6 }}px"> {% if can_admin_attraction -%}
- -
diff --git a/uber/templates/attractions_admin/index.html b/uber/templates/attractions_admin/index.html index 598cc4e27..a4be1863a 100644 --- a/uber/templates/attractions_admin/index.html +++ b/uber/templates/attractions_admin/index.html @@ -13,9 +13,9 @@

{% endif %}

{% if filtered %} - + {% else %} - + {% endif %} Show only my attractions diff --git a/uber/templates/dept_admin/form.html b/uber/templates/dept_admin/form.html index 66d72fb3a..08cb9d63e 100644 --- a/uber/templates/dept_admin/form.html +++ b/uber/templates/dept_admin/form.html @@ -76,7 +76,8 @@ if (result.error) { showErrorMessage(result.error); } else { - $btn.toggleClass('btn-outline-secondary') + $btn.toggleClass('btn-secondary'); + $btn.toggleClass('btn-outline-secondary'); } }, 'json'); }); @@ -100,7 +101,7 @@ {%- if is_admin_dept_head -%}
1 %}disabled="disabled"{% endif %}>
{%- endif %} @@ -315,7 +316,7 @@

Roles {% if can_admin_dept -%} @@ -350,7 +351,7 @@

{% if can_admin_dept -%} @@ -363,7 +364,7 @@

title="Delete the {{ role.name }} department role"> {{ csrf_token() }} - @@ -468,7 +469,7 @@

Members

{{ csrf_token() }} - diff --git a/uber/templates/dept_admin/index.html b/uber/templates/dept_admin/index.html index d38886710..473a8dce9 100644 --- a/uber/templates/dept_admin/index.html +++ b/uber/templates/dept_admin/index.html @@ -5,9 +5,9 @@

Departments {% if filtered %} - + {% else %} - + {% endif %} Show only my departments diff --git a/uber/templates/dept_admin/requests.html b/uber/templates/dept_admin/requests.html index 4773d771d..f85fc30e4 100644 --- a/uber/templates/dept_admin/requests.html +++ b/uber/templates/dept_admin/requests.html @@ -53,9 +53,9 @@

{% if requested_any %} - + {% else %} - + {% endif %} Include volunteers willing to help Anywhere diff --git a/uber/templates/dept_checklist/overview.html b/uber/templates/dept_checklist/overview.html index 395804d9a..c66e5b991 100644 --- a/uber/templates/dept_checklist/overview.html +++ b/uber/templates/dept_checklist/overview.html @@ -112,9 +112,9 @@

Department Checklists {% if filtered %} - + {% else %} - + {% endif %} Show only my checklists diff --git a/uber/templates/group_admin/guests.html b/uber/templates/group_admin/guests.html index 803e7e079..5c4e85b12 100644 --- a/uber/templates/group_admin/guests.html +++ b/uber/templates/group_admin/guests.html @@ -20,8 +20,8 @@ {% if group.guest -%}  
- - + +
{% endif %} diff --git a/uber/templates/group_admin/mivs.html b/uber/templates/group_admin/mivs.html index 201440f6d..62bfd8553 100644 --- a/uber/templates/group_admin/mivs.html +++ b/uber/templates/group_admin/mivs.html @@ -17,8 +17,8 @@ {% if group.guest -%}  
- - + +
{% endif %} diff --git a/uber/templates/guest_reports/rock_island.html b/uber/templates/guest_reports/rock_island.html index 8a9bae91d..5959ddfb6 100644 --- a/uber/templates/guest_reports/rock_island.html +++ b/uber/templates/guest_reports/rock_island.html @@ -5,7 +5,7 @@ {% macro empty_filter(only_empty) %} Show Only Empty Inventory diff --git a/uber/templates/promo_codes/generate_promo_codes.html b/uber/templates/promo_codes/generate_promo_codes.html index 0e6203c12..74fd434b9 100644 --- a/uber/templates/promo_codes/generate_promo_codes.html +++ b/uber/templates/promo_codes/generate_promo_codes.html @@ -413,7 +413,7 @@

Promo Code Words

{{part_of_speech|title}}s -

diff --git a/uber/templates/registration/attendee_shifts.html b/uber/templates/registration/attendee_shifts.html index 1df8b845d..fa0cf47ca 100644 --- a/uber/templates/registration/attendee_shifts.html +++ b/uber/templates/registration/attendee_shifts.html @@ -73,7 +73,7 @@

{{ attendee.full_name }} {% if c.AT_THE_CON and attendee.badge_num %}({{ att - + @@ -82,7 +82,7 @@

{{ attendee.full_name }} {% if c.AT_THE_CON and attendee.badge_num %}({{ att Non-shift hours: - + @@ -136,7 +136,7 @@

{{ attendee.full_name }} {% if c.AT_THE_CON and attendee.badge_num %}({{ att
{{ csrf_token() }} - +
diff --git a/uber/templates/shifts_admin/job_renderer.html b/uber/templates/shifts_admin/job_renderer.html index eba6897d6..7da72efc3 100644 --- a/uber/templates/shifts_admin/job_renderer.html +++ b/uber/templates/shifts_admin/job_renderer.html @@ -81,7 +81,7 @@ )) .append( $('').append( - $('').click(function() { + $('').click(function() { $.post('unassign', { csrf_token: csrf_token, id: shift.id @@ -134,7 +134,7 @@ .append('(' + job.shifts.length + '/' + job.slots + ' slots filled)') .append( $('').append( - jobIsFull ? '' : $('').click(function() { + jobIsFull ? '' : $('').click(function() { var attendee = $('#attendee').val(); if (attendee) { $.post('assign', { diff --git a/uber/templates/shifts_admin/signups.html b/uber/templates/shifts_admin/signups.html index 653c81b76..1cf660471 100644 --- a/uber/templates/shifts_admin/signups.html +++ b/uber/templates/shifts_admin/signups.html @@ -29,26 +29,26 @@

{% endif %} -
+ Hide Filled Shifts - + Show Past Shifts - + Show Restricted - + Show Non Public diff --git a/uber/templates/shifts_admin/unfilled_shifts.html b/uber/templates/shifts_admin/unfilled_shifts.html index 607b9e935..72af59c5a 100644 --- a/uber/templates/shifts_admin/unfilled_shifts.html +++ b/uber/templates/shifts_admin/unfilled_shifts.html @@ -16,20 +16,20 @@

- + Show Past Shifts - + Show Restricted - + Show Non Public