Feuerwehr-eppingen/storage/framework/views/ea4dc9eb1ceab9fca388093457bbf39a07fc081c.php

35 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $__env->startSection('content'); ?>
<div id='modalDialogContainer' class="modal fade" role="dialog">
</div>
<!-- Modal form to delete a form -->
<div id="deleteModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title"></h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger delete" data-dismiss="modal">
<span id="" class='glyphicon glyphicon-trash'></span>Löschen
</button>
<button type="button" class="btn btn-warning" data-dismiss="modal">
<span class='glyphicon glyphicon-remove'></span>abbrechen
</button>
</div>
</div>
</div>
</div>
<?php $__env->appendSection(); ?>
<?php $__env->startSection('scripts'); ?>
##parent-placeholder-16728d18790deb58b3b8c1df74f06e536b532695##
<?php echo HTML::script('/js/jquery.twbsPagination.min.js'); ?>
<?php echo HTML::script('/js/admin-script.js'); ?>
<?php $__env->stopSection(); ?>