X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6f1b36cfb8b26f6c8540ba5f36e48b9188d9470a..464f44a:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 351489e6f..11dfbf609 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,12 +1,15 @@ [% USE LxERP %][% USE HTML %][% USE L %] - -
[% title %]
+

[% title %]

- + [%- IF myconfig_item_multiselect %] + + [%- ELSE %] + + [%- END %] @@ -20,7 +23,11 @@ [%- FOREACH item = ITEM_LIST %] - + [%- IF myconfig_item_multiselect %] + + [%- ELSE %] + + [%- END %] @@ -42,3 +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') %]
[% L.input_tag('select_qty_' _ HTML.escape(item.id), '', size => 5) %][% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %] [% HTML.escape(item.matches).join('
') %]