X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=11dfbf609c8747551a1b83ca60418ebf5cfd20b5;hb=01678c873dfa6fcbe5003789e79d8b7ad7c93551;hp=f57ef775078975f5401ba477a732ea1305aaeaf9;hpb=07ff3cb34abc98aa73a58849720c1e6b8b0695e8;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index f57ef7750..11dfbf609 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,15 +1,18 @@ [% USE LxERP %][% USE HTML %][% USE L %] - - -
[% title %]
+

[% title %]

- + [%- IF myconfig_item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF IS_PURCHASE %] @@ -20,9 +23,14 @@ [%- FOREACH item = ITEM_LIST %] - + [%- IF myconfig_item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF IS_PURCHASE %] @@ -41,5 +49,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('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) %][% HTML.escape(item.matches).join('
') %]
[% LxERP.format_amount(item.display_sellprice, 2) %][% LxERP.format_amount(item.rop, '') %]