From abac79b7b0d1d0db67561bb9d64926f15826f3ec Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Fri, 19 Oct 2012 16:26:24 +0200 Subject: [PATCH] =?utf8?q?Das=20muss=20-nat=C3=BCrlich-=20Button=20hei?= =?utf8?q?=C3=9Fen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/ct/_contact.html | 2 +- templates/webpages/ct/form_footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.20.1