X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Fsimple_system_setting%2F_parts_group_form.html;fp=templates%2Fwebpages%2Fsimple_system_setting%2F_parts_group_form.html;h=8e9025a5b4c769dd66684742acdc118d404cf330;hb=9c19433144efc5b50d90a969aa9ac6ea65b2dbbf;hp=0000000000000000000000000000000000000000;hpb=945bae4c8dc3846f772642cba692b46b8f70bf6c;p=kivitendo-erp.git diff --git a/templates/webpages/simple_system_setting/_parts_group_form.html b/templates/webpages/simple_system_setting/_parts_group_form.html new file mode 100644 index 000000000..8e9025a5b --- /dev/null +++ b/templates/webpages/simple_system_setting/_parts_group_form.html @@ -0,0 +1,13 @@ +[%- USE LxERP -%][%- USE L -%] + + + + + + + + + +
[% LxERP.t8("Description") %] + [%- L.input_tag("object.partsgroup", SELF.object.partsgroup, "data-validate"="required", "data-title"=LxERP.t8("Description")) %] +
[% LxERP.t8("Obsolete") %][% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %]