diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-14 22:59:54 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-14 22:59:54 +0000 |
| commit | c9436762c708ca3240373ae317f2c457d9919864 (patch) | |
| tree | a0088dfc899826d8b9c479ef829e02622ab2078d /phpBB/styles/subsilver2/template/ucp_agreement.html | |
| parent | be73d432d5f354898a056ba169f06b453b10b247 (diff) | |
| download | forums-c9436762c708ca3240373ae317f2c457d9919864.tar forums-c9436762c708ca3240373ae317f2c457d9919864.tar.gz forums-c9436762c708ca3240373ae317f2c457d9919864.tar.bz2 forums-c9436762c708ca3240373ae317f2c457d9919864.tar.xz forums-c9436762c708ca3240373ae317f2c457d9919864.zip | |
#14761
git-svn-id: file:///svn/phpbb/trunk@8193 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_agreement.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_agreement.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_agreement.html b/phpBB/styles/subsilver2/template/ucp_agreement.html index 04d978c70e..c02ebe18e6 100644 --- a/phpBB/styles/subsilver2/template/ucp_agreement.html +++ b/phpBB/styles/subsilver2/template/ucp_agreement.html @@ -4,12 +4,12 @@ // <![CDATA[ var old_func = window.onload; - + function disable(disabl) { document.getElementById("agreed").disabled = disabl; } - + function disable_and_handle() { if (old_func) @@ -18,18 +18,18 @@ } disable(true); } - - <!-- IF S_TIME --> + + <!-- IF S_TIME --> window.onload = disable_and_handle; - setTimeout("disable(false)", {S_TIME}); + setInterval("disable(false)", {S_TIME}); <!-- ENDIF --> // ]]> </script> <!-- IF S_SHOW_COPPA or S_REGISTRATION --> - + <form method="post" action="{S_UCP_ACTION}"> - + <table class="tablebg" width="100%" cellspacing="1"> <tr> <th height="25">{SITENAME} - {L_REGISTRATION}</th> @@ -57,7 +57,7 @@ {S_HIDDEN_FIELDS} {S_FORM_TOKEN} </form> - + <!-- ELSEIF S_AGREEMENT --> <table class="tablebg" width="100%" cellspacing="1"> |
