Remove useless css class

This commit is contained in:
Frederic Guillot 2013-03-24 10:31:13 -04:00
parent a8bc06eb2f
commit ab90d74083
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@
<form method="post" action="?action=login">
<?= Helper\form_label('Username', 'username', 'control-label') ?>
<?= Helper\form_label('Username', 'username') ?>
<?= Helper\form_text('username', $values, $errors, array('autofocus', 'required')) ?><br/>
<?= Helper\form_label('Password', 'password', 'control-label') ?>
<?= Helper\form_label('Password', 'password') ?>
<?= Helper\form_password('password', $values, $errors, array('required')) ?>
<div class="form-actions">