Remove useless css class
This commit is contained in:
parent
b66509dab4
commit
a79a63db1b
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user