Move superuser checkbox at the bottom of the form

This commit is contained in:
Johannes Zellner
2016-02-26 11:02:43 +01:00
parent 715c5f9f61
commit 5a2cf3cbfe

View File

@@ -117,14 +117,6 @@
</div>
<input type="email" class="form-control" ng-model="useredit.email" name="email" required>
</div>
<div class="form-group">
<label class="control-label">Superuser</label>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="useredit.superuser"> Allow this user to manage apps, groups and other users
</label>
</div>
</div>
<div class="form-group">
<label class="control-label">Groups</label>
<div>
@@ -133,6 +125,14 @@
</span>
</div>
</div>
<br/>
<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="useredit.superuser"> Allow this user to manage apps, groups and other users
</label>
</div>
</div>
<input class="hide" type="submit" ng-disabled="useredit_form.$invalid || useredit.busy"/>
</form>
</div>