X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=1388d3165ace180c51a578a191ad070733958d5e;hb=397e706b4c72c9fe818b8c549b7ae59fe7671d95;hp=9252b45fc3899a80ce17ed5881d9d7567343cbd8;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 9252b45fc..1388d3165 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,16 +1,27 @@ -[% USE LxERP %][% USE HTML %][% USE L %] +[% 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 +30,17 @@ [%- FOREACH item = ITEM_LIST %] - + [%- IF MYCONFIG.item_multiselect %] + + [%- ELSE %] + + [%- END %] + + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + + [%- END %] [%- IF IS_PURCHASE %] @@ -32,7 +51,7 @@ [%- END %] - +
 [% LxERP.t8('Qty') %] [% LxERP.t8('Number') %][% LxERP.t8('Part Classification') %] [% 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.type_and_classific) %] [% HTML.escape(item.description) %][% P.restricted_html(item.longdescription) %][% HTML.escape(item.matches).join('
') %]
[% LxERP.format_amount(item.display_sellprice, 2) %]


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