modified: web/static/js/main.js

modified:   web/templates/404.html
	modified:   web/templates/base.html
	modified:   web/templates/group_admin/base.html
	modified:   web/templates/group_admin/member_edit.html
	modified:   web/templates/group_admin/members.html
This commit is contained in:
simon
2026-04-13 09:59:43 +02:00
parent 935dc3f909
commit 28d7a98e16
6 changed files with 38 additions and 14 deletions

View File

@@ -98,7 +98,7 @@
<hr class="my-2 sidebar-hide-collapsed">
<!-- Gruppen-Switcher -->
<!-- Group switcher -->
{% if not session.get('is_site_admin') and user_groups and user_groups|length > 1 %}
<div class="mb-2 sidebar-hide-collapsed">
<small class="text-muted">Switch group:</small>
@@ -150,12 +150,12 @@
</div>
</nav>
<!-- ── Hauptinhalt ───────────────────────────────────── -->
<!-- ── Main content ───────────────────────────────────── -->
<div id="page-content" class="flex-grow-1 overflow-auto">
<div class="topbar d-flex align-items-center justify-content-between px-4 py-2">
<button class="btn btn-sm btn-outline-secondary" id="sidebarToggle"><i class="bi bi-list"></i></button>
<h6 class="mb-0 fw-semibold">{% block page_title %}{% endblock %}</h6>
<small class="text-muted">{{ now.strftime('%d.%m.%Y %H:%M') }}</small>
<small class="text-muted" id="client-clock">--:--:--</small>
</div>
{% with messages = get_flashed_messages(with_categories=true) %}