Notification Schema in UI

This commit is contained in:
Mark McDowall 2013-05-24 23:38:43 -07:00
commit 3b09cc1240
5 changed files with 59 additions and 3 deletions

View file

@ -0,0 +1,12 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3>Add Notification</h3>
</div>
<div class="modal-body">
<div class="form-horizontal">
<div id="notifications-to-add" class="btn-group"></div>
</div>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal">close</button>
</div>