X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbp%2Fsearch.html;h=6baf327659f53980cfc7f5f93519eafc7e83431c;hb=fdbb6888ea00ca5f6450015ea70bb3d5f89edfc9;hp=bf94eea0d7e6cf3021c191dc0cc7205b4872babc;hpb=9ae7f1f9554c44bb7146be17c31acf224c249c7e;p=kivitendo-erp.git diff --git a/templates/webpages/bp/search.html b/templates/webpages/bp/search.html index bf94eea0d..6baf32765 100644 --- a/templates/webpages/bp/search.html +++ b/templates/webpages/bp/search.html @@ -2,7 +2,6 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE HTML %] -

[% 'Print' | $T8 %] [% label.$type.title %]

[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %] @@ -10,27 +9,12 @@ - + [% IF show_accounts %] - + [% END %] [%- IF label.$type.invnumber %] @@ -82,7 +66,3 @@ [% L.submit_tag('action', LxERP.t8('Continue')) %] - - - -
[% 'Customer' | $T8 %] - [%- IF vc == 'customer' ? all_customer.size : all_vendor.size %] - [%- INCLUDE 'generic/multibox.html' - name = vc, - DATA = vc == 'customer' ? all_customer : all_vendor, - id_sub = 'vc_keys', - label_sub = 'vc_keys', - select = vc_select, - limit = vclimit, - show_empty = 1, - allow_textbox = 1, - -%] - [%- ELSE %] - [% L.input_tag(vc, '', size=35) %] - [%- END %] -[% L.input_tag(vc, '', size=35) %]
[% 'Account' | $T8 %][% L.select_tag('account', L.options_for_select(accounts, value_title_sub=\account_sub)) %][% L.select_tag('account', accounts, value_title_sub=\account_sub) %]