Try to do a better preferences page

This commit is contained in:
Frederic Guillot 2013-04-03 21:18:30 -04:00
parent b1bd421272
commit d020b9f2d9

View File

@ -1,5 +1,5 @@
<div class="page-header">
<h2>Username and password</h2>
<h2>Change username and password</h2>
</div>
<section>
<form method="post" action="?action=config" autocomplete="off">
@ -21,7 +21,7 @@
</section>
<div class="page-section">
<h2>My data</h2>
<h2>More informations</h2>
</div>
<section>
<div class="alert alert-normal">
@ -32,13 +32,7 @@
<li><a href="?action=download-db">Download the entire database</a> (Gzip compressed Sqlite file).</li>
</ul>
</div>
</section>
<div class="page-section">
<h2>Help</h2>
</div>
<section>
<div class="alert">
<div class="alert alert-normal">
<h3>Keyboard shortcuts</h3>
<ul>
<li>Previous item = <strong>p</strong></li>
@ -48,7 +42,7 @@
<li>Open item = <strong>o</strong></li>
</ul>
</div>
<div class="alert alert-info">
<div class="alert alert-normal">
<h3>About</h3>
<ul>
<li>Miniflux version: <strong><?= APP_VERSION ?></strong></li>