mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/14492] Rename files to help_phpbb and fix css tabbing
PHPBB3-14492
This commit is contained in:
52
phpBB/adm/style/acp_help_phpbb.html
Normal file
52
phpBB/adm/style/acp_help_phpbb.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<a id="maincontent"></a>
|
||||
|
||||
<h1>{L_SEND_STATISTICS}</h1>
|
||||
|
||||
<div class="send-stats-row">
|
||||
<div class="send-stats-tile">
|
||||
<h2><i class="icon fa-bar-chart"></i>Send statistics</h2>
|
||||
<p>{L_EXPLAIN_SEND_STATISTICS}</p>
|
||||
<div class="send-stats-row">
|
||||
<div class="send-stats-data-row send-stats-data-only-row">
|
||||
<a id="trigger-configlist"><span>{L_SHOW_STATISTICS}</span><i class="icon fa-angle-down"></i></a>
|
||||
</div>
|
||||
<div class="send-stats-data-row send-stats-data-hidden">
|
||||
<div class="configlist" id="configlist">
|
||||
<!-- BEGIN providers -->
|
||||
<fieldset>
|
||||
<legend>{providers.NAME}</legend>
|
||||
<!-- BEGIN values -->
|
||||
<dl>
|
||||
<dt>{providers.values.KEY}</dt>
|
||||
<dd>{providers.values.VALUE}</dd>
|
||||
</dl>
|
||||
<!-- END values -->
|
||||
</fieldset>
|
||||
<!-- END providers -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<dl class="send-stats-settings">
|
||||
<dt>
|
||||
<input id="enable-stats" type="checkbox" checked="checked" />
|
||||
<label for="enable-stats"></label>
|
||||
</dt>
|
||||
<dd>{L_SEND_STATISTICS}</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>
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
Reference in New Issue
Block a user