mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/14492] Add events for modifying help phpBB page
PHPBB3-14492
This commit is contained in:
@@ -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}" />
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user