mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-05 09:49:33 +00:00
Implement N-up label printing
This commit is contained in:
parent
eb7aefb8c0
commit
f8042c9253
4 changed files with 92 additions and 11 deletions
|
|
@ -45,6 +45,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue