X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2F_contact.html;h=bfa4f3772327ad107aef25cb3f1c3e3e52b09700;hb=af0023e07e144ca31d465b098c36c45971269438;hp=75526006207e273afce2b503180d88b1f65bcb86;hpb=dc39f671740dc3ab2292c604e8605dd69fb33eac;p=kivitendo-erp.git diff --git a/templates/webpages/ct/_contact.html b/templates/webpages/ct/_contact.html index 755260062..bfa4f3772 100644 --- a/templates/webpages/ct/_contact.html +++ b/templates/webpages/ct/_contact.html @@ -4,27 +4,26 @@ [% 'Contacts' | $T8 %] - [%- L.select_tag('cp_id', L.options_for_select(CONTACTS, default => cp_id, with_empty => 1, empty_title => LxERP.t8('New contact'), value => 'cp_id', title_sub => \contacts_label), - onchange => "\$('#contacts').load('ct.pl?action=get_contact&id=' + \$('#cvid').attr('value') + '&db=' + \$('#db').attr('value') + '&cp_id=' + \$('#cp_id').attr('value'))") %] + [%- L.select_tag('cp_id', CONTACTS, default = cp_id, with_empty = 1, empty_title = LxERP.t8('New contact'), value_key = 'cp_id', title_sub = \contacts_label, + onchange = "\$('#contacts').load('ct.pl?action=get_contact&id=' + \$('#cvid').attr('value') + '&db=' + \$('#db').attr('value') + '&cp_id=' + \$('#cp_id').attr('value'))") %] - - [% 'Gender' | $T8 %] - - - - - + + [% 'Gender' | $T8 %] + + + + [% 'Title' | $T8 %]   - [% L.select_tag('selected_cp_title', L.options_for_select(TITLES, with_empty => 1)) %] + [% L.select_tag('selected_cp_title', TITLES, with_empty = 1) %] @@ -32,7 +31,7 @@ [% 'Department' | $T8 %]   - [% L.select_tag('selected_cp_abteilung', L.options_for_select(DEPARTMENT, with_empty => 1)) %] + [% L.select_tag('selected_cp_abteilung', DEPARTMENT, with_empty = 1) %] @@ -46,6 +45,11 @@ + + [% 'E-mail' | $T8 %] + + + [% 'Phone1' | $T8 %] @@ -87,8 +91,16 @@ - [% 'E-mail' | $T8 %] - + [% 'Street' | $T8 %] + + + + + [% 'Zip, City' | $T8 %] + + + + @@ -114,6 +126,19 @@ [% 'Bcc' | $T8 %] + [% IF CUSTOM_VARIABLES.Contacts.size %] + +
+ + + [%- FOREACH var = CUSTOM_VARIABLES.Contacts %] + + [% HTML.escape(var.description) %] + [% var.HTML_CODE %] + + [%- END %] + [%- END %] + [% IF cp_id %]