Skip to content

Commit

Permalink
Remove the element for lock an account
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech authored and jniles committed Nov 11, 2016
1 parent 528a6a4 commit 98f0d4a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions client/src/partials/accounts/edit/accounts.edit.modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@
</div>
</div>

<div class="form-group"
ng-class="{'has-error' : AccountForm.locked.$invalid && AccountForm.$submitted}">
<label class="control-label">{{ "FORM.LABELS.TO_LOCK" | translate }} </label>
<input type="checkbox" class="form-control" ng-model="AccountEditCtrl.account.locked" name="locked" ng-true-value="1" ng-false-value="0">
<div class="help-block" ng-messages="AccountForm.locked.$error" ng-show="AccountForm.$submitted">
<div ng-messages-include="partials/templates/messages.tmpl.html"></div>
</div>
</div>

<div ng-if="!AccountEditCtrl.isCreateState" class="form-group">
<label class="control-label">{{ "FORM.LABELS.ACCOUNT_TYPE" | translate }}</label>
<p class="form-control-static" ng-if="AccountEditCtrl.account" id="type-static">{{::AccountEditCtrl.getTypeTitle(AccountEditCtrl.account.type_id) | translate }}</p>
Expand Down

0 comments on commit 98f0d4a

Please sign in to comment.