1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Delete modal wired up, more formatting

This commit is contained in:
Mark McDowall
2013-02-09 19:42:44 -08:00
committed by kay.one
parent eb18d1c4a1
commit 84fbfb5d48
14 changed files with 175 additions and 33 deletions
@@ -0,0 +1,10 @@
<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>