1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-01 04:25:55 +00:00
Lidarr/NzbDrone.Web/_backboneApp/Series/DeleteSeriesTemplate.html
2013-02-15 16:52:54 -08:00

10 lines
No EOL
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>