X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..826f6eb2b3e:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 9252b45fc..566b1a1ce 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -5,9 +5,16 @@ - + [%- IF myconfig_item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF SHOW_NOTES %] + + [%- END %] [%- IF IS_PURCHASE %] @@ -19,9 +26,17 @@ [%- FOREACH item = ITEM_LIST %] - + [%- IF myconfig_item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF SHOW_NOTES %] + [% USE P %] + + [%- END %] [%- IF IS_PURCHASE %] @@ -41,3 +56,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') %]
[% L.input_tag('select_qty_' _ HTML.escape(item.id), '', size => 5) %][% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %][% P.restricted_html(item.notes) %][% HTML.escape(item.matches).join('
') %]
[% LxERP.format_amount(item.display_sellprice, 2) %]