From e4af76c9c1e9ff955028420044ccdb40dcfe7b94 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Sat, 20 Jun 2026 13:54:42 +0200 Subject: [PATCH] smal change of the upload layout and text, changes of the Student Barcode download to alow further scoolyears --- Web/app.py | 4 ++++ Web/templates/upload_admin.html | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Web/app.py b/Web/app.py index 2e3c178..8ad7fea 100755 --- a/Web/app.py +++ b/Web/app.py @@ -4154,6 +4154,10 @@ def student_card_barcode_download(): c.setFillColor(text_dark) c.setFont("Helvetica-Bold", 9) c.drawString(x_pos + 3*mm, y_pos - 28*mm, card['Klasse']) + c.drawString(x_pos + 3*mm, y_pos - 31*mm, "-") + c.drawString(x_pos + 3*mm, y_pos - 34*mm, "-") + c.drawString(x_pos + 3*mm, y_pos - 37*mm, "-") + c.drawString(x_pos + 3*mm, y_pos - 40*mm, "-") # Right barcode section with border highlight barcode_x_start = x_pos + info_width + 1*mm diff --git a/Web/templates/upload_admin.html b/Web/templates/upload_admin.html index 430ae1c..dd0ea2e 100755 --- a/Web/templates/upload_admin.html +++ b/Web/templates/upload_admin.html @@ -788,12 +788,7 @@ {% if show_library_features %}
-

Kategorie/Typ (customisierbar):

-
- - Geben Sie hier eine beliebige Kategorie ein zur freien Klassifizierung. -
-

Typ

+

Medientyp

Wählen Sie einen Medientyp aus zur Klassifizierung.
+

Kategorie/Typ:

+
+ + Geben Sie hier eine beliebige Kategorie ein zur freien Klassifizierung. +
{% else %}