Files
interblue.pl/modules/amazzingblog/views/templates/admin/dynamic-modal.tpl
2024-10-25 14:16:28 +02:00

24 lines
707 B
Smarty

{*
* 2007-2017 Amazzing
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
* @author Amazzing <mail@amazzing.ru>
* @copyright 2007-2017 Amazzing
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*
*}
<div class="modal fade" id="dynamic-popup" tabindex="-1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</button><h4 class="modal-title"></h4>
</div>
<div class="dynamic-content clearfix"></div>
</div>
</div>
</div>