2015-05-05 03:10:25 +02:00
|
|
|
<div class="modal-header">
|
2016-03-23 18:39:41 +01:00
|
|
|
<img ng-src="{{logoBlack.custom_asset_file_attributes.attachment_url}}" alt="{{logo.custom_asset_file_attributes.attachment}}" class="modal-logo"/>
|
2015-05-05 03:10:25 +02:00
|
|
|
<h1>{{object.title}}</h1>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
2016-12-12 11:18:24 +01:00
|
|
|
<p ng-bind-html="object.msg"></p>
|
2015-05-05 03:10:25 +02:00
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2016-03-23 18:39:41 +01:00
|
|
|
<button class="btn btn-info" ng-click="ok()" translate>{{ 'confirm' }}</button>
|
|
|
|
<button class="btn btn-default" ng-click="cancel()" translate>{{ 'cancel' }}</button>
|
2015-05-05 03:10:25 +02:00
|
|
|
</div>
|