X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=c6330d218d5881f885dc2da846b98eef73fc3729;hb=242119d5c072981ca16fdaef4546ce2e1b8cc314;hp=f576486807878637e02dfa9cb7cba552a52e8f8c;hpb=a18b7de6d5cbd43028f4bd9de2e44110a9815d5d;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index f57648680..c6330d218 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,7 +1,8 @@ [% USE LxERP %][% USE HTML %][% USE L %][% USE P %] +[% SET COLS = 8 %]

[% title %]

-
+ @@ -11,13 +12,16 @@ [%- END %] + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + [% SET COLS = COLS + 1 %] [%- END %] [%- IF IS_PURCHASE %] + [% SET COLS = COLS + 1 %] [%- END %] @@ -32,6 +36,7 @@ [%- END %] + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] @@ -46,14 +51,12 @@ [%- END %] - +
 [% 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') %][% HTML.escape(item.partnumber) %][% HTML.escape(item.type_and_classific) %] [% HTML.escape(item.description) %][% P.restricted_html(item.longdescription) %]


[% L.hidden_tag('select_item_mode', MODE) %] [% L.hidden_tag('select_item_previous_form', PREVIOUS_FORM) %] - [% L.hidden_tag('nextsub', 'item_selected') %] - - [% L.submit_tag('action', LxERP.t8('Continue')) %] + [% L.hidden_tag('action', 'item_selected') %]
[%- IF MYCONFIG.item_multiselect %]