mirror of https://github.com/lidarr/Lidarr
10 lines
314 B
HTML
10 lines
314 B
HTML
<div class="modal-header">
|
|
<h2>Delete {{title}}</h2>
|
|
</div>
|
|
<div class="modal-body">
|
|
<p>Are you sure you want to delete '{{title}}'? </p>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button class="btn" data-dismiss="modal">cancel</button>
|
|
<button class="btn btn-danger x-confirm-delete">Ok</button>
|
|
</div> |