mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-21 01:58:42 +02:00
fix alert notify
This commit is contained in:
parent
5e76c3e214
commit
5f5213527f
1 changed files with 7 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue