optimized templates, UI

This commit is contained in:
Julien Chanséaume
2014-07-31 14:22:15 +02:00
committed by Julien Chanseaume
parent 27e0596ca7
commit 09c124c6ae
5 changed files with 200 additions and 135 deletions

View 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}