]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ct/_contact.html
Überreste von "gifi" entfernen (siehe 0daf163)
[mfinanz.git] / templates / webpages / ct / _contact.html
index d1db2e228f83706fc4f199b6d332e2046ab7c47a..7155b61d4154974fb8f34cfa3c592eda888f858a 100644 (file)
@@ -5,7 +5,7 @@
       <th align="left">[% 'Contacts' | $T8 %]</th>
       <td>
        [%- 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,
       <th align="left">[% 'Contacts' | $T8 %]</th>
       <td>
        [%- 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())") %]
       </td>
      </tr>
 
       </td>
      </tr>
 
     [% IF cp_id %]
       <input type="button" id="delete_contact" onclick="submitInputButton(this);" name="action" value="[% 'Delete Contact' | $T8 %]">
     [% END %]
     [% IF cp_id %]
       <input type="button" id="delete_contact" onclick="submitInputButton(this);" name="action" value="[% 'Delete Contact' | $T8 %]">
     [% END %]
-
-    <br style="clear: left" />