Improve forms

This commit is contained in:
Frédéric Guillot
2014-05-09 19:14:48 -04:00
parent a4335c0e52
commit 6f796a8cc1
6 changed files with 136 additions and 90 deletions

View File

@@ -6,7 +6,7 @@
<p class="alert alert-error"><?= Helper\escape($errors['login']) ?></p>
<?php endif ?>
<form method="post" action="?controller=user&amp;action=check">
<form method="post" action="?controller=user&amp;action=check" class="form-login">
<?= Helper\form_label(t('Username'), 'username') ?>
<?= Helper\form_text('username', $values, $errors, array('autofocus', 'required')) ?><br/>