X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2F_contact.html;h=a7d395e96334784e1043c865725b12b09486dc11;hb=22519cf64d2afdbd3482a324b8e4c9d1a641d4b0;hp=e87b65a72d1cfa85d37c29ce9bf9016bcadccaa5;hpb=75f74ad10f9d7ecdf5c553bf138a0ae0a45da8dd;p=kivitendo-erp.git diff --git a/templates/webpages/ct/_contact.html b/templates/webpages/ct/_contact.html index e87b65a72..a7d395e96 100644 --- a/templates/webpages/ct/_contact.html +++ b/templates/webpages/ct/_contact.html @@ -5,7 +5,7 @@ [% 'Contacts' | $T8 %] [%- 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'))") %] + onchange = "\$('#contacts').load('ct.pl?action=get_contact&id=' + \$('#cvid').val() + '&db=' + \$('#db').val() + '&cp_id=' + \$('#cp_id').val())") %] @@ -35,6 +35,11 @@ + + [% 'Function/position' | $T8 %] + [% L.input_tag('cp_position', cp_position, size=40, maxlength=75) %] + + [% 'Given Name' | $T8 %] @@ -115,17 +120,11 @@ [% 'Birthday' | $T8 %] - - - - -
+ + [% L.date_tag('cp_birthday', cp_birthday) %] + - - [% 'Bcc' | $T8 %] - - [% IF CUSTOM_VARIABLES.Contacts.size %]
@@ -142,7 +141,5 @@ [% IF cp_id %] - + [% END %] - -