Remove useless css class

This commit is contained in:
Frederic Guillot 2013-03-20 00:21:20 -04:00
parent b66509dab4
commit a79a63db1b
1 changed files with 3 additions and 3 deletions

View File

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