|
@@ -72,22 +72,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-{# Global modal, load content by AJAX call to href attribute on anchor tag with 'ajax' class #}
|
|
|
-<div class="modal fade" id="global-modal" tabindex="-1" role="dialog" aria-labelledby="global-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="global-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';
|