UNPKG

unserver-unify

Version:

36 lines (35 loc) 921 B
<div class="modal-header"> <button type="button" class="close" ng-click="$dismiss()"> <span aria-hidden="true"> &times; </span> <span class="sr-only"> Close </span> </button> <h3 class="modal-title"> {{ title | translate}} </h3> </div> <div class="modal-body" > <div ng-if="success" class="alert alert-success"> <h3 ng-class="{'pre-text':pre, 'pre-info':pre}"> {{ success | translate }} </h3> </div> <div ng-if="error" class="alert alert-danger"> <h3 ng-if="!pre"> {{ error | translate}} </h3> <h3 ng-if="pre" ng-class="{'pre-text':pre, 'pre-error':pre}"> {{ error | translate}} </h3> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" ng-click="$dismiss()"> <i class="glyphicon glyphicon-remove"> </i> {{'Close'| translate}} </button> </div>