fix alert notify
This commit is contained in:
parent
5e76c3e214
commit
5f5213527f
@ -21,10 +21,11 @@
|
|||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
{if isset($notify)}
|
{if isset($notify)}
|
||||||
<div class="row">
|
<div class="alert alert-{if $notify_t == 's'}success{else}danger{/if}">
|
||||||
<div class="col-sm-6 col-sm-offset-3">
|
<button type="button" class="close" data-dismiss="alert">
|
||||||
{$notify}
|
<span aria-hidden="true">×</span>
|
||||||
</div>
|
</button>
|
||||||
|
<div>{$notify}</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -61,7 +62,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="btn-group btn-group-justified mb15">
|
<div class="btn-group btn-group-justified mb15">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button type="submit" class="btn btn-primary">{Lang::T('Login / Activate Voucher')}</button>
|
<button type="submit"
|
||||||
|
class="btn btn-primary">{Lang::T('Login / Activate Voucher')}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user