aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_agreement.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-10-14 22:59:54 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-10-14 22:59:54 +0000
commitc9436762c708ca3240373ae317f2c457d9919864 (patch)
treea0088dfc899826d8b9c479ef829e02622ab2078d /phpBB/styles/prosilver/template/ucp_agreement.html
parentbe73d432d5f354898a056ba169f06b453b10b247 (diff)
downloadforums-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/prosilver/template/ucp_agreement.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_agreement.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_agreement.html b/phpBB/styles/prosilver/template/ucp_agreement.html
index 4ac03eb5ca..3645f5147e 100644
--- a/phpBB/styles/prosilver/template/ucp_agreement.html
+++ b/phpBB/styles/prosilver/template/ucp_agreement.html
@@ -1,7 +1,7 @@
<!-- INCLUDE overall_header.html -->
<script type="text/javascript" defer="defer" >
-// <![CDATA[
+// <![CDATA[
function disable(disabl, name)
{
document.getElementById(name).disabled = disabl;
@@ -14,10 +14,10 @@
document.getElementById(name).className = 'button1 enabled';
}
}
-
+
<!-- IF S_TIME -->
onload_functions.push('disable(true, "agreed")');
- setTimeout('disable(false, "agreed")', {S_TIME});
+ setInterval('disable(false, "agreed")', {S_TIME});
<!-- ENDIF -->
// ]]>
</script>
@@ -41,7 +41,7 @@
<!-- IF S_SHOW_COPPA -->
<strong><a href="{U_COPPA_NO}" class="button1">{L_COPPA_NO}</a></strong>&nbsp; <a href="{U_COPPA_YES}" class="button2">{L_COPPA_YES}</a>
<!-- ELSE -->
- <input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button1" />&nbsp;
+ <input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button1" />&nbsp;
<input type="submit" name="not_agreed" value="{L_NOT_AGREE}" class="button2" />
<!-- ENDIF -->
</fieldset>
@@ -51,7 +51,7 @@
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
</form>
-
+
<!-- ELSEIF S_AGREEMENT -->
<div class="panel">