17 lines
392 B
Smarty
17 lines
392 B
Smarty
{**
|
|
* 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 hide"></div>
|
|
{* ajaxBox allows*}
|
|
<div id="ajaxBox" style="display:none"></div>
|
|
|
|
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
{if isset($content)}
|
|
{$content}
|
|
{/if}
|
|
</div>
|
|
</div>
|