X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch_de.html;h=0ebe9e01c0e8352a32c7486297e6ad92e4b01d2c;hb=9d60642b51924a3fc44a0108777f0611ae19fb30;hp=e0efc080d4e4c2b63ea47ca21c27babf7daded4c;hpb=df005c490a2d6a9b7e50ea44fc7557e39ce7d6ca;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search_de.html b/templates/webpages/oe/search_de.html index e0efc080d..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', @@ -99,7 +100,7 @@ - Von + Auftragsdatum Von @@ -110,6 +111,18 @@ + + Lieferdatum Von + + + + + bis + + + + + In Bericht aufnehmen @@ -214,6 +227,23 @@ + + [% HTML.escape(vclabel) %] + + + + + + + + + + + + + + + [%- IF type == 'sales_order' %]
[%- END %] @@ -229,6 +259,8 @@