mroe changes - halfway through...

This commit is contained in:
2017-05-11 23:07:56 -04:00
parent ac531f3de1
commit 0084a916b8
6 changed files with 107 additions and 71 deletions

View File

@@ -127,7 +127,7 @@ if (!empty($_POST['newuser']) && empty($errors)):
<?php echo isset($errors['usertype']) ? $errors['usertype'] : ''; ?>
</div>
<div class="col-sm-6">
<button type="submit" class="form-control" value="Submit" name="newuser"><i class="fa fa-user-plus"></i> <?php echo lang('ADD_USER'); ?></button>
<button type="submit" class="form-control btn btn-block btn-primary" value="Submit" name="newuser"><i class="fa fa-user-plus"></i> <?php echo lang('ADD_USER'); ?></button>
</div>
</div>
</div>