From: Thomas Heck Date: Fri, 19 Oct 2012 14:26:24 +0000 (+0200) Subject: Das muss -natürlich- Button heißen X-Git-Tag: release-3.0.0beta1~99^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=abac79b7b0d1d0db67561bb9d64926f15826f3ec;p=kivitendo-erp.git Das muss -natürlich- Button heißen --- diff --git a/templates/webpages/ct/_contact.html b/templates/webpages/ct/_contact.html index e87b65a72..6b22e4780 100644 --- a/templates/webpages/ct/_contact.html +++ b/templates/webpages/ct/_contact.html @@ -142,7 +142,7 @@ [% IF cp_id %] - + [% END %]
diff --git a/templates/webpages/ct/form_footer.html b/templates/webpages/ct/form_footer.html index fa433b8bf..652d6dff4 100644 --- a/templates/webpages/ct/form_footer.html +++ b/templates/webpages/ct/form_footer.html @@ -38,7 +38,7 @@ function enable_delete_shipto(used) { var s=document.getElementById('delete_shipto'); if (s) s.disabled = (used > 0 ? true : false); } function enable_delete_contact(used){ var s=document.getElementById('delete_contact'); if (s) s.disabled = (used > 0 ? true : false); } - function submitInputBitton(button) + function submitInputButton(button) { var hidden = document.createElement("input"); hidden.setAttribute("type", "hidden");