No alert bloc
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<div class="general-block-decorator text-center">
|
<div class="general-block-decorator text-center">
|
||||||
<h1>{intl l="Oops! An Error Occurred"}</h1>
|
<h1>{intl l="Oops! An Error Occurred"}</h1>
|
||||||
|
|
||||||
{block name="error-message"}<div class="alert alert-danger">{$error_message}</div>{/block}
|
{block name="error-message"}<p>{$error_message}</p>{/block}
|
||||||
|
|
||||||
<a href="{url path='/admin/home'}" class="btn btn-default btn-info btn-lg"><span class="glyphicon glyphicon-home"></span> {intl l="Go to administration home"}</a>
|
<a href="{url path='/admin/home'}" class="btn btn-default btn-info btn-lg"><span class="glyphicon glyphicon-home"></span> {intl l="Go to administration home"}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user