aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_send_statistics.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-07-07 09:29:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-07-07 09:29:00 +0000
commit59a5278c69250adf1b8459df45b7873613240a09 (patch)
tree70573564582dd8c0f9079e4a0b0c6c07d7a3928f /phpBB/adm/style/acp_send_statistics.html
parentfa84400d288374f9c702757cc619db815a65fefb (diff)
downloadforums-59a5278c69250adf1b8459df45b7873613240a09.tar
forums-59a5278c69250adf1b8459df45b7873613240a09.tar.gz
forums-59a5278c69250adf1b8459df45b7873613240a09.tar.bz2
forums-59a5278c69250adf1b8459df45b7873613240a09.tar.xz
forums-59a5278c69250adf1b8459df45b7873613240a09.zip
merged questioinnaire and questionnaire_phpbb and adjusted all files to our coding guidelines...
if we want to allow dropping in other providers we could add provider files to the questionnaire directory (and grab them), if not it is best to remove the questionnaire directory and put the file under includes/ git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9719 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_send_statistics.html')
-rw-r--r--phpBB/adm/style/acp_send_statistics.html34
1 files changed, 19 insertions, 15 deletions
diff --git a/phpBB/adm/style/acp_send_statistics.html b/phpBB/adm/style/acp_send_statistics.html
index 573eee6fad..ce45705559 100644
--- a/phpBB/adm/style/acp_send_statistics.html
+++ b/phpBB/adm/style/acp_send_statistics.html
@@ -10,31 +10,33 @@
//<![CDATA[
var iframect = 0;
-function iframeUpdated()
+function iframe_updated()
{
if (iframect++ == 0)
{
return;
}
- //dE('questionnaireForm', -1);
- //dE('questionnaireThanks', 1);
+ //dE('questionnaire-form', -1);
+ //dE('questionnaire-thanks', 1);
}
//]]>
</script>
-<iframe onload="iframeUpdated();" name="questionaireResult" style="display:none"></iframe>
-<form action="{U_COLLECT_STATS}" method="post" target="questionaireResult" id="questionnaireForm">
+<iframe onload="iframe_updated();" name="questionaire_result" style="display: none;"></iframe>
- <p id="show_button"><input type="button" class="button2" onclick="dE('configlist', 1);dE('show_button', -1);" value="{L_SHOW_STATISTICS}"/></p>
+<form action="{U_COLLECT_STATS}" method="post" target="questionaire_result" id="questionnaire-form">
- <div id="configlist">
- <input type="button" class="button2" onclick="dE('show_button', 1);dE('configlist', -1);" value="{L_HIDE_STATISTICS}"/>
+ <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">
+ <input type="button" class="button2" onclick="dE('show-button', 1); dE('configlist', -1);" value="{L_HIDE_STATISTICS}" />
<p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_STATISTICS}" />
</p>
+
<!-- BEGIN providers -->
- <fieldset>
+ <fieldset>
<legend>{providers.NAME}</legend>
<!-- BEGIN values -->
<dl>
@@ -44,20 +46,22 @@ function iframeUpdated()
<!-- END values -->
</fieldset>
<!-- END providers -->
- </div>
- <p class="submit-buttons">
+ </div>
+ <p class="submit-buttons">
<input type="hidden" name="systemdata" value="{RAW_DATA}" />
<input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_STATISTICS}" />
</p>
</form>
-<div id="questionnaireThanks">
- <p><strong>{L_THANKS_SEND_STATISTICS}</strong></p>
+
+<div id="questionnaire-thanks">
+ <p><strong>{L_THANKS_SEND_STATISTICS}</strong></p>
</div>
<script type="text/javascript">
//<![CDATA[
-dE('configlist', false);
-dE('questionnaireThanks', false);
+ dE('configlist', false);
+ dE('questionnaire-thanks', false);
//]]>
</script>
+
<!-- INCLUDE overall_footer.html --> \ No newline at end of file