X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch_de.html;h=0ebe9e01c0e8352a32c7486297e6ad92e4b01d2c;hb=9d60642b51924a3fc44a0108777f0611ae19fb30;hp=035f1c28256167a16650be7bc740f6e30b097a74;hpb=90c872ee5a3f7b50a58b73133e5e0eaaadc53b5b;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search_de.html b/templates/webpages/oe/search_de.html index 035f1c282..0ebe9e01c 100644 --- a/templates/webpages/oe/search_de.html +++ b/templates/webpages/oe/search_de.html @@ -1,5 +1,6 @@ [%- USE HTML %] [%- SET vclabel = vc == 'customer' ? 'Kunde' : 'Lieferant' %] +[%- SET vcnumberlabel = vc == 'customer' ? 'Kundennummer' : 'Lieferantennummer' %]
@@ -59,7 +60,7 @@ label_sub = 'employee_labels', limit = vclimit, show_empty = 1, - allow_textbox = 1, + allow_textbox = 0, default = ' ', -%] @@ -75,7 +76,7 @@ label_sub = 'salesman_labels', limit = vclimit, show_empty = 1, - allow_textbox = 1, + allow_textbox = 0, -%] @@ -87,7 +88,7 @@ Projektnummer [%- INCLUDE 'generic/multibox.html' - name = 'project_id', + name = vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id', style = "width: 250px", DATA = ALL_PROJECTS, id_key = 'id', @@ -226,6 +227,23 @@ + + [% HTML.escape(vclabel) %] + + + + + + + + + + + + + + + [%- IF type == 'sales_order' %]
[%- END %]