diff options
Diffstat (limited to 'templates/modal_error.html')
| -rw-r--r-- | templates/modal_error.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/modal_error.html b/templates/modal_error.html new file mode 100644 index 0000000..3e022e0 --- /dev/null +++ b/templates/modal_error.html @@ -0,0 +1,16 @@ +<div id="error-dialog" class="modal fade" tabindex="-1"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header btn-danger"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> + <h3 class="modal-title"><i class="fa fa-exclamation-circle"></i> Failure!</h3> + </div> + <div class="modal-body"> + <h5><strong><span class="error-msg"></span></strong></h5> + <p> + Please review your input and try again. + </p> + </div> + </div> + </div> +</div> |
