mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 09:14:48 +02:00
Added the new fields to the part edit form.
This commit is contained in:
parent
7517d83f55
commit
6a0adae8f3
17 changed files with 922 additions and 53 deletions
13
templates/Parts/edit/_main.html.twig
Normal file
13
templates/Parts/edit/_main.html.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
{{ form_row(form_main.name) }}
|
||||
{{ form_row(form_main.description) }}
|
||||
{{ form_row(form_main.category) }}
|
||||
{{ form_row(form_main.tags) }}
|
||||
{{ form_row(form_main.minAmount) }}
|
||||
{{ form_row(form_main.partUnit)}}
|
||||
|
||||
{{ form_row(form_main.footprint) }}
|
||||
|
||||
{{ form_row(form_main.comment) }}
|
||||
|
||||
{{ form_row(form_main.save1) }}
|
||||
{{ form_row(form_main.reset1) }}
|
Loading…
Add table
Add a link
Reference in a new issue