Update config.php

The same logical in the categories "My data" and "Help"
This commit is contained in:
EauLand 2013-04-04 02:08:08 +03:00
parent 2b7519e318
commit bf47c6b1e9
1 changed files with 10 additions and 7 deletions

View File

@ -24,11 +24,14 @@
<h2>My data</h2>
</div>
<section>
<ul>
<li>Database size: <?= Helper\format_bytes($db_size) ?></li>
<li><a href="?action=optimize-db">Optimize the database</a> (VACUUM command)</li>
<li><a href="?action=download-db">Download the entire database</a> (Gzip compressed Sqlite file).</li>
</ul>
<div class="alert alert-normal">
<h3>Database</h3>
<ul>
<li>Database size: <?= Helper\format_bytes($db_size) ?></li>
<li><a href="?action=optimize-db">Optimize the database</a> (VACUUM command)</li>
<li><a href="?action=download-db">Download the entire database</a> (Gzip compressed Sqlite file).</li>
</ul>
</div>
</section>
<div class="page-section">
@ -45,10 +48,10 @@
<li>Open item = <strong>o</strong></li>
</ul>
</div>
<div class="alert alert-normal">
<div class="alert alert-info">
<h3>About</h3>
<ul>
<li>Miniflux version: <strong><?= APP_VERSION ?></strong></li>
</ul>
</div>
</section>
</section>