diff options
Diffstat (limited to 'phpBB/adm/style/acp_send_statistics.html')
| -rw-r--r-- | phpBB/adm/style/acp_send_statistics.html | 19 | 
1 files changed, 6 insertions, 13 deletions
diff --git a/phpBB/adm/style/acp_send_statistics.html b/phpBB/adm/style/acp_send_statistics.html index 2a9b61f314..480e438e1f 100644 --- a/phpBB/adm/style/acp_send_statistics.html +++ b/phpBB/adm/style/acp_send_statistics.html @@ -1,6 +1,6 @@  <!-- INCLUDE overall_header.html --> -<a name="maincontent"></a> +<a id="maincontent"></a>  <h1>{L_SEND_STATISTICS}</h1> @@ -17,8 +17,8 @@ function iframe_updated()  		return;  	} -	dE('questionnaire-form', -1); -	dE('questionnaire-thanks', 1); +	phpbb.toggleDisplay('questionnaire-form', -1); +	phpbb.toggleDisplay('questionnaire-thanks', 1);  }  //]]>  </script> @@ -31,10 +31,10 @@ function iframe_updated()  	<p>{L_EXPLAIN_SHOW_STATISTICS}</p> -	<p id="show-button"><input type="button" class="button2" onclick="dE('configlist', 1); dE('show-button', -1);" value="{L_SHOW_STATISTICS}" /></p> +	<p id="show-button"><input type="button" class="button2" onclick="phpbb.toggleDisplay('configlist', 1); phpbb.toggleDisplay('show-button', -1);" value="{L_SHOW_STATISTICS}" /></p>  	<div id="configlist"> -		<input type="button" class="button2" onclick="dE('show-button', 1); dE('configlist', -1);" value="{L_HIDE_STATISTICS}" /> +		<input type="button" class="button2" onclick="phpbb.toggleDisplay('show-button', 1); phpbb.toggleDisplay('configlist', -1);" value="{L_HIDE_STATISTICS}" />  		<p class="submit-buttons">  			<input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_STATISTICS}" />  		</p> @@ -61,11 +61,4 @@ function iframe_updated()  	<p><strong>{L_THANKS_SEND_STATISTICS}</strong><br /><br /><a href="{U_ACP_MAIN}">« {L_GO_ACP_MAIN}</a></p>  </div> -<script type="text/javascript"> -//<![CDATA[ -	dE('configlist', -1); -	dE('questionnaire-thanks', -1); -//]]> -</script> - -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file +<!-- INCLUDE overall_footer.html -->  | 
