diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html
index 8dd771f7fa..d8638f5bcd 100644
--- a/phpBB/adm/style/acp_ban.html
+++ b/phpBB/adm/style/acp_ban.html
@@ -73,7 +73,7 @@
-
+{S_FORM_TOKEN}
diff --git a/phpBB/styles/prosilver/template/ucp_register.html b/phpBB/styles/prosilver/template/ucp_register.html
index c8af288885..8fd722e241 100644
--- a/phpBB/styles/prosilver/template/ucp_register.html
+++ b/phpBB/styles/prosilver/template/ucp_register.html
@@ -10,7 +10,7 @@
document.forms['register'].change_lang.value = lang_iso;
document.forms['register'].submit.click();
}
-
+
function disable(disabl, name)
{
document.getElementById(name).disabled = disabl;
@@ -23,12 +23,12 @@
document.getElementById(name).className = 'button1 enabled';
}
}
-
+
onload_functions.push('disable(true, "submit")');
- setTimeout('disable(false, "submit")', {S_TIME});
+ setInterval('disable(false, "submit")', {S_TIME});
-
+
// ]]>
@@ -68,9 +68,9 @@
-
+
-
+
@@ -130,7 +130,7 @@
diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html
index 36f7eefe04..1b16f8e92b 100644
--- a/phpBB/styles/subsilver2/template/mcp_post.html
+++ b/phpBB/styles/subsilver2/template/mcp_post.html
@@ -2,7 +2,7 @@