mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 19:28:51 +02:00
Added basic scan dialog.
This commit is contained in:
parent
35c788fabc
commit
85821ec673
9 changed files with 1113 additions and 800 deletions
9
templates/LabelSystem/Scanner/dialog.html.twig
Normal file
9
templates/LabelSystem/Scanner/dialog.html.twig
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends 'main_card.html.twig' %}
|
||||
|
||||
{% block card_title %}<i class="fas fa-atom fa-fw"></i> {% trans %}label_scanner.title{% endtrans %}{% endblock %}
|
||||
|
||||
{% block card_content %}
|
||||
{{ form_start(form) }}
|
||||
|
||||
{{ form_end(form) }}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue