mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 04:49:36 +00:00
Merge 248bc82eb5 into 1650ade338
This commit is contained in:
commit
eb30657398
4 changed files with 92 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue