The import tpl needs some extra headings.

This commit is contained in:
Matthias Mees 2014-04-26 18:48:51 +02:00
parent 17ebe08e52
commit 744d93b938

View File

@ -1,8 +1,12 @@
{if $importForm}
{if $die}
<h2>{$CONST.IMPORT_ENTRIES}</h2>
<span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.INCLUDE_ERRORFAILURE|sprintf:'importer'}</span>
{else}
{if $validateData}
<h2>{$CONST.IMPORT_ENTRIES}</h2>
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.IMPORT_STARTING}</span>
{if $result != true}
<span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.IMPORT_FAILED}: {$result}</span>