X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fct%2Fform_header_de.html;h=8d885dc53b725767baa428c71bec71e9ede78c8e;hb=5c3437e5b742d646d573f3c52fb68de010e7cdd0;hp=a435449f869f4dd1ef65e248a824f69771c128cc;hpb=8ca9a84454b353903fd318f0ed472f81873a37f2;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header_de.html b/templates/webpages/ct/form_header_de.html index a435449f8..8d885dc53 100644 --- a/templates/webpages/ct/form_header_de.html +++ b/templates/webpages/ct/form_header_de.html @@ -1,4 +1,5 @@ -[% USE HTML %][% USE LxERP %] +[% USE HTML %][% USE LxERP %] +
[% title %]
@@ -21,6 +22,31 @@ + [% IF conf_vertreter %] + + + + + + + + + [%- END %] [%- IF is_customer %] @@ -46,7 +72,7 @@ - + @@ -153,17 +179,28 @@ + [%- IF conf_vertreter %] + + + + + + + [%- END %] + - - + [% UNLESS conf_vertreter %] + + + [%- END %] - [%- IF is_customer %] + [%- IF is_customer && !conf_vertreter %]
[% IF is_customer %]Kundentyp[%- ELSE %]Lieferantentyp[%- END %] + [%- INCLUDE generic/multibox.html + name = 'business', + DATA = all_business, + show_empty = 1, + id_key = 'id', + label_key = 'description', + -%] +
Vertreter + [%- INCLUDE generic/multibox.html + name = 'salesman_id', + DATA = ALL_SALESMAN_CUSTOMERS, + id_key = 'id', + label_key = 'name', + -%] +
Kundennummer
Firmenname[% IF is_customer %]Kundenname[%- ELSE %]Lieferantenname[%- END %]
BenutzernamePasswort
Kunden-/Lieferantentyp - [%- INCLUDE generic/multibox.html - name = 'business', - DATA = all_business, - show_empty = 1, - id_key = 'id', - label_key = 'description', - -%] - [% IF is_customer %]Kundentyp[% ELSE %]Lieferantentyp[%- END %] + [%- INCLUDE generic/multibox.html + name = 'business', + DATA = all_business, + show_empty = 1, + id_key = 'id', + label_key = 'description', + -%] + Sprache [%- INCLUDE generic/multibox.html @@ -207,7 +244,7 @@ label_key = 'description', -%] Verkäufer/in [%- INCLUDE generic/multibox.html @@ -326,7 +363,7 @@ name = 'cp_id', id = 'cp_id', DATA = CONTACTS, - onChange = "get_contact(['cp_id__'+this.value],['cp_name','cp_title','cp_givenname','cp_phone1','cp_phone2','cp_email','cp_abteilung','cp_fax','cp_mobile1','cp_mobile2','cp_satphone','cp_satfax','cp_project','cp_privatphone','cp_privatemail','cp_birthday',enable_delete_contact,set_gender])", + onChange = "on_contact_changed()", id_key = 'cp_id', label_sub = 'contacts_label', -%] @@ -350,6 +387,7 @@   [%- INCLUDE generic/multibox.html name = 'selected_cp_title', + id = 'selected_cp_title', DATA = MB_TITLES, show_empty = 1, id_key = 'id', @@ -364,6 +402,7 @@   [%- INCLUDE generic/multibox.html name = 'selected_cp_abteilung', + id = 'selected_cp_abteilung', DATA = MB_DEPARTMENT, show_empty = 1, id_key = 'id', @@ -596,6 +635,7 @@ + - - -