Confirm multiple deletions (fixes #2384)
This commit is contained in:
parent
2753af3585
commit
bdeeb53f9b
@ -68,9 +68,10 @@
|
||||
<div uib-collapse="!isDeleteMode" class="row spacer">
|
||||
<div class="col-sm-12 text-left">
|
||||
<!-- delete button -->
|
||||
<a ng-show="isDeleteMode"
|
||||
os-perms="motions.can_manage" ng-click="deleteMultiple()"
|
||||
class="btn btn-primary">
|
||||
<a ng-show="isDeleteMode" os-perms="motions.can_manage"
|
||||
ng-bootbox-confirm="{{ 'Are you sure you want to delete these motions?' | translate }}"
|
||||
ng-bootbox-confirm-action="deleteMultiple()"
|
||||
class="btn btn-primary">
|
||||
<i class="fa fa-trash fa-lg"></i>
|
||||
<translate>Delete selected motions</translate>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user