You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1007 B
29 lines
1007 B
|
|
<div class="modal" tabindex="-1" role="dialog">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" ng-click="$hide()">×</button>
|
|
|
|
<h4 class="modal-title">
|
|
{{'IDM.FUNCTIONAL-GROUP-MGMT.POPUP.ACTIVATE-TITLE' | translate}}
|
|
</h4>
|
|
|
|
</div>
|
|
<div class="modal-body">
|
|
|
|
<div>
|
|
{{'IDM.FUNCTIONAL-GROUP-MGMT.POPUP.ACTIVATE-DESCRIPTION' | translate}}
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-default" ng-click="$hide()">{{'IDM.GENERAL.ACTION.CANCEL' | translate}}</button>
|
|
<button type="button" class="btn btn-primary" ng-click="activateGroup(); $hide()">{{'IDM.FUNCTIONAL-GROUP-MGMT.POPUP.ACTIVATE-CONFIRM' | translate}}</button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|