2016-05-16 17:19:54 -06:00

13 lines
639 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div id="item-info" class="modal container fade" tabindex="-1" style="display: none;">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="item-info-header">Edit Item</h4>
</div>
<div class="modal-body" id="item-info-body">
hello world
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn btn-default"><i class="fa fa-times"></i> Close</button>
<button type="button" class="btn btn-primary"><i class="fa fa-floppy-o"></i> Save</button>
</div>
</div>