diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-02-02 12:19:55 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-03 14:20:28 +0100 |
commit | c07ecb060dd04c76d8bd166a0a8a7226a8167f06 (patch) | |
tree | 26770244f6f9facc5afbfe6240d88f70f1edaa95 /phpBB/adm | |
parent | cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32 (diff) | |
download | forums-c07ecb060dd04c76d8bd166a0a8a7226a8167f06.tar forums-c07ecb060dd04c76d8bd166a0a8a7226a8167f06.tar.gz forums-c07ecb060dd04c76d8bd166a0a8a7226a8167f06.tar.bz2 forums-c07ecb060dd04c76d8bd166a0a8a7226a8167f06.tar.xz forums-c07ecb060dd04c76d8bd166a0a8a7226a8167f06.zip |
[ticket/14492] Add events for modifying help phpBB page
PHPBB3-14492
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_help_phpbb.html | 17 | ||||
-rw-r--r-- | phpBB/adm/style/admin.css | 6 |
2 files changed, 4 insertions, 19 deletions
diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html index cbbe42e8c7..a9406e2c2e 100644 --- a/phpBB/adm/style/acp_help_phpbb.html +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -6,6 +6,7 @@ <form id="acp_board" method="post" action="{U_ACTION}"> <div class="send-stats-row"> + <!-- EVENT acp_help_phpbb_stats_before --> <div class="send-stats-tile"> <h2><i class="icon fa-bar-chart"></i>Send statistics</h2> <p>{L_EXPLAIN_SEND_STATISTICS}</p> @@ -31,23 +32,13 @@ </div> <dl class="send-stats-settings"> <dt> - <input id="enable-stats" type="checkbox" checked="checked" /> - <label for="enable-stats"></label> + <input id="help_send_statistics" type="checkbox"<!-- IF S_COLLECT_STATS --> checked="checked"<!-- ENDIF --> /> + <label for="help_send_statistics"></label> </dt> <dd>{L_SEND_STATISTICS_LONG}</dd> </dl> </div> - <div class="send-stats-tile"> - <h2><span class="viglink-header">VigLink</span></h2> - <p>{L_EXPLAIN_ENABLE_VIGLINK}</p> - <dl class="send-stats-settings"> - <dt> - <input id="enable-viglink" type="checkbox" /> - <label for="enable-viglink"></label> - </dt> - <dd>Enable</dd> - </dl> - </div> + <!-- EVENT acp_help_phpbb_stats_after --> <fieldset> <p class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index d4df01dba7..bcf01fe597 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -2612,12 +2612,6 @@ fieldset.permissions .padding { padding-right: 0.3em; } -.viglink-header { - background: url('http://www.viglink.com/wp-content/uploads/2015/05/favicon-96x96.png') no-repeat 0 0; - padding-left: 30px; - background-size: 25px; -} - .icon { font-family: FontAwesome; font-style: normal; |