This commit is contained in:
d-buchmann 2026-02-25 19:36:54 +01:00 committed by GitHub
commit eb30657398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 92 additions and 11 deletions

View file

@ -48,6 +48,18 @@
</div>
</div>
</div>
<div class="mb-2 row">
{{ form_label(form.options.xcount) }}
<div class="col-sm-9">
<div class="input-group">
{{ form_widget(form.options.xcount) }}
<span class="input-group-text">x</span>
{{ form_widget(form.options.ycount) }}
<span class="input-group-text">{{ form.options.skipcount.vars.label }}</span>
{{ form_widget(form.options.skipcount) }}
</div>
</div>
</div>
{{ form_row(form.options.barcode_type) }}
{{ form_row(form.options.lines) }}
</div>