Skip to content

Commit

Permalink
style fix #1958, Selected Roles Asteriks
Browse files Browse the repository at this point in the history
  • Loading branch information
botraunak committed Mar 6, 2017
1 parent b4807f8 commit 103d52e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/administration/createuser.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@
class="icon-double-angle-left"></i></button>
</div>
<div class="col-sm-3 col-md-3">
<label class="control-label col-sm-9">{{ 'label.input.selectedroles' | translate}}</label>
<select id="roles" ng-model="selected" name="role" class="form-control multiselectmin" multiple>
<label class="control-label col-sm-9">{{ 'label.input.selectedroles' | translate}}<span
class="required">*</span></label>
<select id="roles" name="roles" ng-model="selected" name="role" class="form-control multiselectmin" multiple>
<option ng-repeat="availablerole in selectedRoles" value="{{availablerole.id}}">
{{availablerole.name}}
</option>
Expand Down

0 comments on commit 103d52e

Please sign in to comment.