From 31c3d700a8d463a51f250129269ed5b87d9ecdf7 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sun, 12 Apr 2026 21:31:11 +0200 Subject: [PATCH] =?UTF-8?q?Update=20terminology=20from=20"Sch=C3=BClerausw?= =?UTF-8?q?eise"=20to=20"Bibliotheksausweis"=20across=20admin=20and=20prin?= =?UTF-8?q?t=20templates=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/app.py | 4 ++-- Web/templates/base.html | 2 +- Web/templates/student_card_barcode_print.html | 4 ++-- Web/templates/student_cards_admin.html | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Web/app.py b/Web/app.py index fc088ff..c14c1dc 100755 --- a/Web/app.py +++ b/Web/app.py @@ -2282,7 +2282,7 @@ def library_admin(): @app.route('/student_cards_admin', methods=['GET', 'POST']) def student_cards_admin(): """ - Admin page for managing student library cards (Schülerausweise). + Admin page for managing student library cards (Bibliotheksausweis). Only accessible by admins and only when the student cards module is enabled. """ if 'username' not in session: @@ -2410,7 +2410,7 @@ def student_cards_admin(): @app.route('/student_cards_print', methods=['GET']) def student_cards_print(): """ - Generate a printable template for all student library cards (Schülerausweise). + Generate a printable template for all student library cards (Bibliotheksausweis). Only accessible by admins and only when the student cards module is enabled. """ if 'username' not in session: diff --git a/Web/templates/base.html b/Web/templates/base.html index 7ae8258..6bd448d 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -483,7 +483,7 @@
  • Ausleihen
  • {% if student_cards_module_enabled %} -
  • Schülerausweise
  • +
  • Bibliotheksausweis
  • {% endif %}
  • diff --git a/Web/templates/student_card_barcode_print.html b/Web/templates/student_card_barcode_print.html index 5c2b233..54cac3a 100644 --- a/Web/templates/student_card_barcode_print.html +++ b/Web/templates/student_card_barcode_print.html @@ -124,12 +124,12 @@
    📇

    Schülerausweis-Download

    -

    Generieren Sie eine PDF mit Barcodes aller Schülerausweise zum direkten Drucken

    +

    Generieren Sie eine PDF mit Barcodes aller Bibliotheksausweise zum direkten Drucken

    📌 Was wird heruntergeladen?

    Eine druckfertige PDF mit:

    -

    ✓ Alle Schülerausweise

    +

    ✓ Alle Bibliotheksausweise

    ✓ Scanbare CODE128 Barcodes

    ✓ Optimiert für A4-Druck (2 Karten pro Seite)

    ✓ Professionelle Qualität

    diff --git a/Web/templates/student_cards_admin.html b/Web/templates/student_cards_admin.html index a6e08e4..7f88dc5 100644 --- a/Web/templates/student_cards_admin.html +++ b/Web/templates/student_cards_admin.html @@ -8,7 +8,7 @@ --> {% extends "base.html" %} -{% block title %}Schülerausweise - Inventarsystem{% endblock %} +{% block title %}Bibliotheksausweise - Inventarsystem{% endblock %} {% block content %}