seperated pdf-generate endpoint + added new helper in Time

This commit is contained in:
2025-10-28 22:59:33 +01:00
parent 4bc5594dc5
commit cf5238f024
6 changed files with 104 additions and 7 deletions

View File

@@ -36,10 +36,10 @@ templ PDFForm(teamMembers []models.User) {
<div></div>
</div>
<div class="grid-sub divide-x-1 responsive">
<div class="grid-cell">Direktvorschau oder Download</div>
<div class="grid-cell">PDFs Bündeln</div>
<div class="grid-cell col-span-3 flex gap-2 flex-col md:flex-row">
<button class="btn" type="button" name="action" value="download">Download</button>
<button class="btn" type="button" name="action" value="preview" onclick="">Vorschau</button>
<button class="btn" type="button" name="action" value="download">Einzeln</button>
<button class="btn" type="button" name="action" value="preview" onclick="">Bündel</button>
</div>
</div>
</div>