X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=f576486807878637e02dfa9cb7cba552a52e8f8c;hb=71ada638068acc8b1481b7392bc0511fa627647e;hp=b1cbeec74079c524c6c57ff1ab5327d4794b2897;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index b1cbeec74..f57648680 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,15 +1,21 @@ -[% USE LxERP %][% USE HTML %][% USE L %] - - -
[% title %]
+[% USE LxERP %][% USE HTML %][% USE L %][% USE P %] +

[% title %]

- + [%- IF MYCONFIG.item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + + [%- END %] + [%- IF IS_PURCHASE %] @@ -20,9 +26,17 @@ [%- FOREACH item = ITEM_LIST %] - + [%- IF MYCONFIG.item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + + [%- END %] + [%- IF IS_PURCHASE %] @@ -41,4 +55,22 @@ [% L.submit_tag('action', LxERP.t8('Continue')) %] - + +[%- IF MYCONFIG.item_multiselect %] + +[%- END %]
 [% LxERP.t8('Qty') %] [% LxERP.t8('Number') %] [% LxERP.t8('Part Description') %][% LxERP.t8('Long Description') %][% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %][% LxERP.t8('ROP') %]
[% L.input_tag('select_qty_' _ HTML.escape(item.id), '', size => 5) %][% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %][% P.restricted_html(item.longdescription) %][% HTML.escape(item.matches).join('
') %]
[% LxERP.format_amount(item.display_sellprice, 2) %][% LxERP.format_amount(item.rop, '') %]