Files

17 lines
423 B
Smarty
Raw Permalink Normal View History

{**
* For the full copyright and license information, please view the
* docs/licenses/LICENSE.txt file that was distributed with this source code.
*}
<div id="ajax_confirmation" class="alert alert-success" style="display: none;"></div>
<div id="content-message-box"></div>
{* Ajax box *}
{* TODO: FIND WHY AND REAPPLY IF NEEDED
<div id="ajaxBox" style="display:none"></div>
*}
{if isset($content)}
{$content}
{/if}