aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_send_statistics.html
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2009-08-13 14:51:47 +0000
committerNils Adermann <naderman@naderman.de>2009-08-13 14:51:47 +0000
commit4525d1cb733e893762e87a4f597f8489a9917191 (patch)
tree81059ffd44149c2da899a32825cb0e353eb6d276 /phpBB/adm/style/acp_send_statistics.html
parent929fd29ce13ad42235b58f327b694a00780ebe5e (diff)
downloadforums-4525d1cb733e893762e87a4f597f8489a9917191.tar
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.gz
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.bz2
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.xz
forums-4525d1cb733e893762e87a4f597f8489a9917191.zip
- links to send statistics after install and update
- link back to ACP main from send statistics - improved language / better explanation (incl. Bug #48555) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9969 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_send_statistics.html')
-rw-r--r--phpBB/adm/style/acp_send_statistics.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_send_statistics.html b/phpBB/adm/style/acp_send_statistics.html
index 1097dbd438..a3e27470e0 100644
--- a/phpBB/adm/style/acp_send_statistics.html
+++ b/phpBB/adm/style/acp_send_statistics.html
@@ -23,10 +23,14 @@ function iframe_updated()
//]]>
</script>
-<iframe onload="iframe_updated();" name="questionaire_result" style="display: none;"></iframe>
+<iframe onload="iframe_updated();" name="questionaire_result" style="display:none;"></iframe>
<form action="{U_COLLECT_STATS}" method="post" target="questionaire_result" id="questionnaire-form">
+ <p><a href="{U_ACP_MAIN}">{L_DONT_SEND_STATISTICS}</a></p>
+
+ <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>
<div id="configlist">
@@ -53,8 +57,8 @@ function iframe_updated()
</p>
</form>
-<div id="questionnaire-thanks">
- <p><strong>{L_THANKS_SEND_STATISTICS}</strong></p>
+<div id="questionnaire-thanks" class="successbox">
+ <p><strong>{L_THANKS_SEND_STATISTICS}</strong><br /><br /><a href="{U_ACP_MAIN}">&laquo; {L_GO_ACP_MAIN}</a></p>
</div>
<script type="text/javascript">