Fix alert messages
This commit is contained in:
parent
e89c4e3df5
commit
ea27ea5855
2 changed files with 4 additions and 4 deletions
|
|
@ -22,9 +22,9 @@
|
|||
</head>
|
||||
<body>{block name=body}
|
||||
{if $ERRmessage}
|
||||
<div class="alert alert-{$ERRcolor}">
|
||||
<button class="close" data-dismiss="alert">×</button>
|
||||
<i class="icon-warning-sign"></i> {$ERRmessage}
|
||||
<div class="alert alert-dismissable alert-{$ERRcolor}">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
||||
<span class="glyphicon glyphicon-warning-sign"></span> {$ERRmessage}
|
||||
</div>
|
||||
{/if}
|
||||
{block name=content}{/block}
|
||||
|
|
|
|||
Reference in a new issue