12 lines
No EOL
565 B
HTML
12 lines
No EOL
565 B
HTML
<div id="failureToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true" style="position: absolute; bottom: 0px; left: 10px; width: 300px; display: none" data-delay="5000">
|
|
<div class="toast-header">
|
|
<strong class="mr-auto">Upload has Failed</strong>
|
|
<small>Just Now</small>
|
|
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="toast-body">
|
|
File could not be uploaded.
|
|
</div>
|
|
</div> |