X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header.html;h=796f2a3ba9d2dbfe0a8086c48252c2c83115c8c9;hb=b1b4e6878345cc1a8b590dd7362e4a50048f2417;hp=a6f2ceb5610fd0e54c454f1c385dd899a0be5d63;hpb=0891df3963268761a40c227addf0f976a6eeb6ae;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index a6f2ceb56..796f2a3ba 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -1,5 +1,7 @@ [%- USE T8 %] [% USE HTML %][% USE LxERP %] +[% USE L %] +[% L.javascript_tag('jquery') %]
[% title %]
@@ -10,7 +12,9 @@
  • [% 'Billing Address' | $T8 %]
  • [% 'Shipping Address' | $T8 %]
  • [% 'Contacts' | $T8 %]
  • +[%- IF id %]
  • [% 'Supplies' | $T8 %]
  • +[%- END %]
  • [% 'Notes' | $T8 %]
  • [%- IF CUSTOM_VARIABLES.size %]
  • [% 'Custom Variables' | $T8 %]
  • @@ -147,6 +151,16 @@ + + + [% 'Username' | $T8 %] + + + + + [% 'Password' | $T8 %] + + @@ -174,7 +188,7 @@ - + [%- IF is_customer %] @@ -200,15 +214,6 @@ - [%- IF conf_vertreter %] - - - - - - - [%- END %] - [% UNLESS conf_vertreter %] @@ -226,6 +231,7 @@
    [% 'sales tax identification number' | $T8 %][% 'our vendor number at customer' | $T8 %]
    [% 'Username' | $T8 %][% 'Password' | $T8 %]
    [% IF is_customer %][% 'Type of Customer' | $T8 %][% ELSE %][% 'Type of Vendor' | $T8 %][%- END %] [%- INCLUDE generic/multibox.html name = 'language_id', + default = default_language_id, DATA = languages, show_empty = 1, id_key = 'id', @@ -259,8 +265,9 @@ [%- INCLUDE generic/multibox.html name = 'taxzone_id', + id = 'taxzone_id', DATA = ALL_TAXZONES, - show_empty = 1, + show_empty = 0, id_key = 'id', label_key = 'description', -%] @@ -294,223 +301,14 @@
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    [% 'Shipping Address' | $T8 %] - [%- INCLUDE generic/multibox.html - name = 'shipto_id', - id = 'shipto_id', - DATA = SHIPTO, - onChange = "get_shipto(['shipto_id__' + this.value], ['shiptoname','shiptodepartment_1', 'shiptodepartment_2','shiptostreet','shiptozipcode','shiptocity','shiptocountry','shiptocontact','shiptophone','shiptofax','shiptoemail',enable_delete_shipto,set_gender])", - id_key = 'shipto_id', - label_sub = 'shipto_label', - label_key = 'shipto_label', - -%] -
    [% 'Company Name' | $T8 %]
    [% 'Abteilung' | $T8 %] - - -
    [% 'Street' | $T8 %]
    [% 'Zipcode' | $T8 %]/[% 'City' | $T8 %] - - -
    [% 'Country' | $T8 %]
    [% 'Contact' | $T8 %]
    [% 'Phone' | $T8 %]
    [% 'Fax' | $T8 %]
    [% 'E-mail' | $T8 %]
     
     
    + [% INCLUDE 'ct/_shipto.html' %]
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    [% 'Contacts' | $T8 %] - [%- INCLUDE generic/multibox.html - name = 'cp_id', - id = 'cp_id', - DATA = CONTACTS, - onChange = "on_contact_changed()", - id_key = 'cp_id', - label_sub = 'contacts_label', - -%] -
    [% 'Gender' | $T8 %] - -
    [% 'Title' | $T8 %] -   - [%- INCLUDE generic/multibox.html - name = 'selected_cp_title', - id = 'selected_cp_title', - DATA = MB_TITLES, - show_empty = 1, - id_key = 'id', - label_key = 'description', - -%] -
    [% 'Department' | $T8 %] -   - [%- INCLUDE generic/multibox.html - name = 'selected_cp_abteilung', - id = 'selected_cp_abteilung', - DATA = MB_DEPARTMENT, - show_empty = 1, - id_key = 'id', - label_key = 'description', - -%] -
    [% 'Given Name' | $T8 %]
    [% 'Name' | $T8 %]
    [% 'Phone1' | $T8 %]
    [% 'Phone2' | $T8 %]
    [% 'Fax' | $T8 %]
    [% 'Mobile1' | $T8 %]
    [% 'Mobile2' | $T8 %]
    [% 'Sat. Phone' | $T8 %]
    [% 'Sat. Fax' | $T8 %]
    [% 'Project' | $T8 %]
    [% 'E-mail' | $T8 %]
    [% 'Private Phone' | $T8 %]
    [% 'Private E-mail' | $T8 %]
    [% 'Birthday' | $T8 %]

    [% 'Bcc' | $T8 %]
    + [% INCLUDE 'ct/_contact.html' %]
    @@ -520,15 +318,9 @@ - @@ -656,7 +448,6 @@ -
    [% 'Shipping Address' | $T8 %] - [%- INCLUDE generic/multibox.html - name = 'delivery_id', - id = 'delivery_id', - DATA = SHIPTO, - onChange = "get_delivery(['shipto_id__' + this.value, 'from__' + from.value, 'to__' + to.value, 'id__' + cvid.value, 'db__' + db.value], ['delivery'])", - id_key = 'shipto_id', - label_sub = 'shipto_label', - -%] + + [% L.select_tag('delivery_id', L.options_for_select(SHIPTO_ALL, title_sub => \shipto_label, with_empty => 1), + onchange => "\$('#delivery').load('ct.pl?action=get_delivery&id=' + \$('#cvid').attr('value') + '&db=' + \$('#db').attr('value') + '&shipto_id=' + this.value)") %]