From a8764f225f6641fc782c63b6200637e5a4628d17 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 15 Nov 2021 16:49:09 +0000 Subject: [PATCH] Track CSS class name changes in bs5. - Legacy-Id: 19663 --- ietf/doc/templatetags/ballot_icon.py | 2 +- ietf/meeting/tests_js.py | 18 ++++---- ietf/static/css/ietf.scss | 2 +- ietf/static/js/agenda_timezone.js | 4 +- ietf/static/js/ietf.js | 11 ++++- ietf/templates/api/index.html | 6 +-- ietf/templates/base/menu_wg.html | 2 +- ietf/templates/community/manage_list.html | 2 +- ietf/templates/debug.html | 6 +-- ietf/templates/doc/ballot_popup.html | 4 +- .../doc/document_ballot_content.html | 2 +- ietf/templates/doc/document_draft.html | 8 ++-- ietf/templates/doc/document_history.html | 2 +- ietf/templates/doc/edit_telechat_date.html | 4 +- .../doc/search/search_result_row.html | 4 +- .../doc/yang-check-modal-overlay.html | 4 +- ietf/templates/group/active_wgs.html | 6 +-- ietf/templates/group/all_photos.html | 6 +-- .../group/change_reviewer_settings.html | 2 +- ietf/templates/group/concluded_groups.html | 4 +- ietf/templates/group/customize_workflow.html | 2 +- ietf/templates/group/group_photos.html | 6 +-- ietf/templates/iesg/agenda.html | 6 +-- ietf/templates/iesg/discusses.html | 2 +- ietf/templates/iesg/past_documents.html | 2 +- ietf/templates/iesg/photos.html | 6 +-- ietf/templates/ipr/list.html | 6 +-- ietf/templates/meeting/agenda.html | 45 ++++++++----------- .../templates/meeting/agenda_personalize.html | 26 +++++------ .../meeting/edit_meeting_schedule.html | 20 ++++----- .../meeting/interim_session_buttons.html | 2 +- ietf/templates/meeting/materials.html | 6 +-- ietf/templates/meeting/past.html | 2 +- ietf/templates/meeting/proceedings.html | 6 +-- ietf/templates/meeting/requests.html | 6 +-- ietf/templates/meeting/room-view.html | 2 +- .../meeting/session_details_panel.html | 2 +- ietf/templates/meeting/timeslot_edit.html | 4 +- ietf/templates/meeting/upcoming.html | 2 +- ietf/templates/nomcom/announcements.html | 6 +-- ietf/templates/nomcom/chair_help.html | 6 +-- ietf/templates/nomcom/history.html | 6 +-- .../nomcom/iesg_position_requirements.html | 2 +- .../templates/nomcom/nomcom_private_base.html | 4 +- ietf/templates/nomcom/nomcom_public_base.html | 2 +- ietf/templates/nomcom/questionnaires.html | 2 +- ietf/templates/nomcom/requirements.html | 2 +- ietf/templates/nomcom/view_feedback.html | 8 ++-- .../nomcom/view_feedback_nominee.html | 2 +- .../nomcom/view_feedback_pending.html | 6 +-- .../templates/nomcom/view_feedback_topic.html | 2 +- .../nomcom/view_feedback_unrelated.html | 2 +- ietf/templates/submit/edit_submission.html | 6 +-- ietf/templates/submit/manual_post.html | 2 +- ietf/templates/submit/submission_status.html | 16 +++---- ietf/templates/submit/upload_submission.html | 2 +- 56 files changed, 165 insertions(+), 163 deletions(-) diff --git a/ietf/doc/templatetags/ballot_icon.py b/ietf/doc/templatetags/ballot_icon.py index 383307981..4f05f33bb 100644 --- a/ietf/doc/templatetags/ballot_icon.py +++ b/ietf/doc/templatetags/ballot_icon.py @@ -109,7 +109,7 @@ def ballot_icon(context, doc): else: typename = "IESG" - res = ['' + + out = t.tz(tz).format('dddd, ') + '' + t.tz(tz).format('MMMM Do YYYY, ') + '' + - t.tz(tz).format('HH:mm') + '
-