Don't hide the modal dialoge
[friendica.git/.git] / view / theme / frio / templates / footer.tpl
1                         <!-- Modal  -->
2                         <div id="modal" class="modal fade" tabindex="-1" role="dialog">
3                                 <div class="modal-dialog modal-full-screen">
4                                         <div class="modal-content">
5                                                 <div id="modal-header" class="modal-header">
6                                                         <button id="modal-cloase" type="button" class="close" data-dismiss="modal">
7                                                                 &times;
8                                                         </button>
9                                                         <h4 id="modal-title" class="modal-title"></h4>
10                                                 </div>
11                                                 <div id="modal-body" class="modal-body">
12                                                         <!-- /# content goes here -->
13                                                 </div>
14                                         </div>
15                                 </div>
16                         </div>
17
18                         <!-- Dummy div to append other div's when needed (e.g. used for js function editpost() -->
19                         <div id="cache-container"></div>
20
21 {{foreach $footerScripts as $scriptUrl}}
22                         <script type="text/javascript" src="{{$scriptUrl}}"></script>
23 {{/foreach}}