File Manager

Current Path : /usr/share/postfixadmin/templates/
Upload File :
Current File : //usr/share/postfixadmin/templates/flash_error.tpl

<!-- {$smarty.template} -->
<br clear="all"/><br/>
{strip}
    {if isset($smarty.session.flash)}
        {if isset($smarty.session.flash.info)}
            <div class="alert alert-info" role="alert">
                <ul class="flash-info">
                    {foreach from=$smarty.session.flash.info item=msg}
                        <li>{$msg|escape:html}</li>
                    {/foreach}
                </ul>
            </div>
        {/if}
        {if isset($smarty.session.flash.error)}
            <div class="alert alert-danger" role="alert">
                <ul class="flash-error">
                    {foreach from=$smarty.session.flash.error item=msg}
                        <li>{$msg|escape:html}</li>
                    {/foreach}
                </ul>
            </div>
        {/if}
    {/if}
{/strip}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com