X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fshop_part%2F_filter.html;fp=templates%2Fwebpages%2Fshop_part%2F_filter.html;h=bdf290801fdc38c92ed072cd3cac815b5e59896d;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/shop_part/_filter.html b/templates/webpages/shop_part/_filter.html new file mode 100644 index 000000000..bdf290801 --- /dev/null +++ b/templates/webpages/shop_part/_filter.html @@ -0,0 +1,26 @@ +[%- USE T8 %] +[%- USE L %] +[%- USE LxERP %] +[%- USE HTML %] +
+ [% L.hidden_tag('filter.shop.obsolete', 0) %] + + + + + + + + +
[% 'Shop' | $T8 %][% L.select_tag('filter.shop_id:eq_ignore_empty', SELF.shops, value_key = 'value', title_key = 'title', default=0) %]
[% 'Part marked as "Shop part"' | $T8 %] + [% L.yes_no_tag('filter.part.shop', FORM.filter.part.shop, default='1', with_empty=1, empty_title='---') %]
+ +

+ [% 'Reset' | $T8 %] +
+

+

+ [% L.hidden_tag('action', 'ShopPart/dispatch') %] + [% L.submit_tag('action_list_articles',LxERP.t8('renew')) %] +

+