|
@@ -60,6 +60,19 @@
|
|
|
{# Extra footer configured in admin section, only shown to non-admins #}
|
|
|
{{ footer_extra_content }}
|
|
|
|
|
|
+<div class="modal fade" id="expand-image-modal" tabindex="-1" role="dialog" aria-labelledby="expand-image-modal-title" aria-hidden="true">
|
|
|
+ <div class="modal-dialog modal-lg">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="{{ "Close" | get_lang }}"><span aria-hidden="true">×</span></button>
|
|
|
+ <h4 class="modal-title" id="expand-image-modal-title"> </h4>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
<script>
|
|
|
$("form").on("click", ' .advanced_parameters', function() {
|
|
|
var id = $(this).attr('id') + '_options';
|