+
{% trans 'Evaluation data' %}
{% if evaluation.allow_editors_to_edit %}
@@ -80,7 +80,7 @@ {% trans 'Evaluation data' %}
-
+
{% include 'contribution_formset.html' with formset=formset staff=False editable=editable %}
From 70c8597bee0edfa6b15c75c258832ef32717124f Mon Sep 17 00:00:00 2001
From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com>
Date: Mon, 23 Oct 2023 22:26:36 +0200
Subject: [PATCH 10/19] Update evap/static/scss/components/_buttons.scss
---
evap/static/scss/components/_buttons.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evap/static/scss/components/_buttons.scss b/evap/static/scss/components/_buttons.scss
index 098ebf6462..9b8aa6f2e4 100644
--- a/evap/static/scss/components/_buttons.scss
+++ b/evap/static/scss/components/_buttons.scss
@@ -158,7 +158,7 @@ a:not([href]):not(.disabled) {
.button-open-notebook {
position: fixed;
bottom: $footer-height + 20px;
- z-index: $zindex-sticky - 1;
+ z-index: $zindex-sticky - 1; /* be behind sticky navbar menus */
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
From 6ff1ef2084ba5e44ed2f3637d64fbe745908a574 Mon Sep 17 00:00:00 2001
From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com>
Date: Mon, 6 Nov 2023 18:15:03 +0000
Subject: [PATCH 11/19] avoid horizontal overflows in some staff views
---
.../templates/rewards_reward_point_redemption_event_list.html | 2 +-
evap/staff/templates/staff_course_type_index.html | 2 +-
evap/staff/templates/staff_degree_index.html | 2 +-
evap/staff/templates/staff_evaluation_form.html | 2 +-
evap/staff/templates/staff_questionnaire_form.html | 2 +-
evap/staff/templates/staff_questionnaire_index_list.html | 2 +-
evap/staff/templates/staff_semester_view.html | 4 ++--
evap/staff/templates/staff_text_answer_warnings.html | 2 +-
evap/staff/templates/staff_user_list.html | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/evap/rewards/templates/rewards_reward_point_redemption_event_list.html b/evap/rewards/templates/rewards_reward_point_redemption_event_list.html
index 3648befacf..c3a4f28a32 100644
--- a/evap/rewards/templates/rewards_reward_point_redemption_event_list.html
+++ b/evap/rewards/templates/rewards_reward_point_redemption_event_list.html
@@ -1,7 +1,7 @@
-
+
{% if events %}
diff --git a/evap/staff/templates/staff_course_type_index.html b/evap/staff/templates/staff_course_type_index.html
index 9227366b0f..c45f18a296 100644
--- a/evap/staff/templates/staff_course_type_index.html
+++ b/evap/staff/templates/staff_course_type_index.html
@@ -17,7 +17,7 @@
{{ formset.management_form }}
-
+
diff --git a/evap/staff/templates/staff_degree_index.html b/evap/staff/templates/staff_degree_index.html
index fed5997aad..9f643bd07e 100644
--- a/evap/staff/templates/staff_degree_index.html
+++ b/evap/staff/templates/staff_degree_index.html
@@ -13,7 +13,7 @@
{{ formset.management_form }}
-
+
diff --git a/evap/staff/templates/staff_evaluation_form.html b/evap/staff/templates/staff_evaluation_form.html
index 79d88732ed..ef05c733a6 100644
--- a/evap/staff/templates/staff_evaluation_form.html
+++ b/evap/staff/templates/staff_evaluation_form.html
@@ -28,7 +28,7 @@
-
+
{% include 'contribution_formset.html' with formset=formset manager=True editable=editable %}
diff --git a/evap/staff/templates/staff_questionnaire_form.html b/evap/staff/templates/staff_questionnaire_form.html
index 21122e80d4..4cc57ed509 100644
--- a/evap/staff/templates/staff_questionnaire_form.html
+++ b/evap/staff/templates/staff_questionnaire_form.html
@@ -20,7 +20,7 @@
{% trans 'General Options' %}