X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=668b2e94b21d17efb337eb671ef74f824c8646ac;hb=061f4d6d32ed95055114582ede45e8387b302a53;hp=803e93ea79614d0fd6163facb5b12475412833db;hpb=fc41222c61dbee590005f04c50e8603581462543;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 803e93ea7..668b2e94b 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,16 +1,26 @@ -[% USE LxERP %][% USE HTML %][% USE L %] - -
[% title %]
+[% USE LxERP %][% USE HTML %][% USE L %][% USE P %] +[% SET COLS = 8 %] +

[% title %]

- + [%- IF MYCONFIG.item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + [% SET COLS = COLS + 1 %] + + [%- END %] + [%- IF IS_PURCHASE %] + [% SET COLS = COLS + 1 %] [%- END %] @@ -19,9 +29,17 @@ [%- FOREACH item = ITEM_LIST %] - + [%- IF MYCONFIG.item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + + [%- END %] + [%- IF IS_PURCHASE %] @@ -31,7 +49,7 @@ [%- 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') %][% LxERP.t8('Qty') %]
[% 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, '') %]


[% L.hidden_tag('select_item_mode', MODE) %] @@ -40,3 +58,22 @@ [% L.submit_tag('action', LxERP.t8('Continue')) %]
+ +[%- IF MYCONFIG.item_multiselect %] + +[%- END %]