1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00
Files
php-phpbb/phpBB/adm/style/acp_help_phpbb.html
2016-12-03 14:20:28 +01:00

53 lines
1.4 KiB
HTML

<!-- 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 -->