Fix: Hundebuch + Ausweis — Zurück zur App Button ergänzt (standalone Seiten ohne Navigation) (SW by-v765)

This commit is contained in:
rene 2026-05-08 10:59:26 +02:00
parent 2854c60ba8
commit b0ea805434
2 changed files with 20 additions and 4 deletions

View file

@ -742,9 +742,18 @@ async def get_hunde_buch(
</head>
<body>
<button class="print-btn" onclick="window.print()">
&#x1F5A8; Drucken / Als PDF speichern
</button>
<div class="print-btn" style="display:flex;gap:10px;flex-wrap:wrap">
<button onclick="window.history.length>1?window.history.back():window.close()"
style="background:#f0e6d3;color:#7a4a1e;border:none;border-radius:100px;
padding:10px 20px;font-size:0.9rem;cursor:pointer;font-weight:600">
Zurück zur App
</button>
<button onclick="window.print()"
style="background:#C4843A;color:#fff;border:none;border-radius:100px;
padding:10px 20px;font-size:0.9rem;cursor:pointer;font-weight:600">
&#x1F5A8; Drucken / Als PDF speichern
</button>
</div>
<div class="cover">
{cover_img}