X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4ddcd46105d2a7afc41220ba51a703f9e2aef034..c0ed7d2fa:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 566b1a1ce..668b2e94b 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,23 +1,26 @@ -[% USE LxERP %][% USE HTML %][% USE L %] +[% USE LxERP %][% USE HTML %][% USE L %][% USE P %] +[% SET COLS = 8 %]

[% title %]

- [%- IF myconfig_item_multiselect %] + [%- IF MYCONFIG.item_multiselect %] [%- ELSE %] [%- END %] - [%- IF SHOW_NOTES %] + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + [% SET COLS = COLS + 1 %] [%- END %] [%- IF IS_PURCHASE %] + [% SET COLS = COLS + 1 %] [%- END %] @@ -26,16 +29,15 @@ [%- FOREACH item = ITEM_LIST %] - [%- IF myconfig_item_multiselect %] + [%- IF MYCONFIG.item_multiselect %] [%- ELSE %] [%- END %] - [%- IF SHOW_NOTES %] - [% USE P %] - + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + [%- END %] @@ -47,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.notes) %][% P.restricted_html(item.longdescription) %][% HTML.escape(item.matches).join('
') %]
[% LxERP.format_amount(item.display_sellprice, 2) %]


[% L.hidden_tag('select_item_mode', MODE) %] @@ -57,7 +59,7 @@ [% L.submit_tag('action', LxERP.t8('Continue')) %]
-[%- IF myconfig_item_multiselect %] +[%- IF MYCONFIG.item_multiselect %]