diff --git a/assets/controllers/pages/checkbox_multicheck_controller.js b/assets/controllers/pages/checkbox_multicheck_controller.js
new file mode 100644
index 00000000..ca77c597
--- /dev/null
+++ b/assets/controllers/pages/checkbox_multicheck_controller.js
@@ -0,0 +1,39 @@
+/*
+ * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony).
+ *
+ * Copyright (C) 2019 - 2023 Jan Böhmer (https://github.com/jbtronics)
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
+
+
+
+ |
+ {% trans %}part.table.name{% endtrans %} | +{% trans %}project.bom.mountnames{% endtrans %} | +{% trans %}project.build.required_qty{% endtrans %} | +
---|---|---|---|
- {# #}
+
{#
|
@@ -19,7 +31,9 @@
{% endif %}
- {{ bom_entry.mountnames }} + {% for tag in bom_entry.mountnames|split(',') %} + {{ tag | trim }} + {% endfor %} |
{{ build_request.neededAmountForBOMEntry(bom_entry) | format_amount(bom_entry.part.partUnit ?? null) }} {% trans %}project.builds.needed{% endtrans %}
diff --git a/templates/Projects/build/build.html.twig b/templates/Projects/build/build.html.twig
index effce105..e1c6844a 100644
--- a/templates/Projects/build/build.html.twig
+++ b/templates/Projects/build/build.html.twig
@@ -32,6 +32,8 @@
{% endif %}
+ {% trans %}project.build.help{% endtrans %} + {% include 'Projects/build/_form.html.twig' %} diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 7de39995..180fd282 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -10351,5 +10351,23 @@ Element 3 |