Merge pull request #19307 from eileenmcnaughton/534
[civicrm-core.git] / ext / search / ang / crmSearchActions / crmSearchActionDelete.html
CommitLineData
25523059 1<div id="bootstrap-theme">
014174e7 2 <form ng-controller="crmSearchActionDelete">
8e4920a5 3 <p><strong>{{:: ts('Are you sure you want to delete %1 %2?', {1: model.ids.length, 2: $ctrl.entityTitle}) }}</strong></p>
25523059
CW
4 <hr />
5 <div class="buttons pull-right">
6 <button type="button" ng-click="$ctrl.cancel()" class="btn btn-danger">{{:: ts('Cancel') }}</button>
8e4920a5 7 <button ng-click="$ctrl.delete()" class="btn btn-primary">{{:: ts('Delete %1', {1: $ctrl.entityTitle}) }}</button>
25523059 8 </div>
014174e7 9 </form>
25523059 10</div>