optimized templates, UI
This commit is contained in:
committed by
Julien Chanseaume
parent
27e0596ca7
commit
09c124c6ae
10
templates/frontOffice/default/includes/empty.html
Normal file
10
templates/frontOffice/default/includes/empty.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{if ! $title_empty}
|
||||
{$title={intl l="The page cannot be found"}}
|
||||
{/if}
|
||||
<h1 id="main-label" class="page-header">{$title}</h1>
|
||||
|
||||
{if ! $message_empty}
|
||||
<div class="description">
|
||||
{$message_empty nofilter}
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user