feature/#32-list-printing #73

Merged
jkeffects merged 4 commits from feature/#32-list-printing into develop 2025-03-19 14:25:13 +00:00
Showing only changes of commit 352aa3fcad - Show all commits

View file

@ -44,7 +44,7 @@
<p class="min-w-16">Hauptteil:</p> <p class="min-w-16">Hauptteil:</p>
<select id="body" value="def"> <select id="body" value="def">
<option value="def">Standard-Vorlage verwenden</option> <option value="def">Standard-Vorlage verwenden</option>
<option value="listprint.member">Mitgliederliste</option> <option value="listprint.member">(system) Mitgliederliste</option>
<option v-for="template in templates" :key="template.id" :value="template.id"> <option v-for="template in templates" :key="template.id" :value="template.id">
{{ template.template }} {{ template.template }}
</option> </option>