12 lines
233 B
Smarty
12 lines
233 B
Smarty
|
|
<div id="ajax_confirmation" class="alert alert-success" style="display: none;"></div>
|
|
|
|
{* Ajax box *}
|
|
{* TODO: FIND WHY AND REAPPLY IF NEEDED
|
|
<div id="ajaxBox" style="display:none"></div>
|
|
*}
|
|
|
|
{if isset($content)}
|
|
{$content}
|
|
{/if}
|