Skip to content

Commit

Permalink
fix lang user active
Browse files Browse the repository at this point in the history
agungsugiarto committed Aug 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6b3f2c4 commit 98b7c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/User/update.php
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<form action="<?= route_to('user-update', $user['id']) ?>" method="post" class="form-horizontal">
<?= csrf_field() ?>
<div class="form-group row">
<label for="inputSkills" class="col-sm-2 col-form-label"><?= lang('user.active') ?></label>
<label for="inputSkills" class="col-sm-2 col-form-label"><?= lang('boilerplate.user.fields.active') ?></label>
<div class="col-sm-8">
<select class="form-control select" name="active" style="width: 100%;">
<option <?= $user['active'] == 1 ? 'selected' : '' ?> value="1"><?= lang('boilerplate.user.fields.active') ?></option>

0 comments on commit 98b7c7d

Please sign in to comment.