[STYLE] added icons to notifications
This commit is contained in:
parent
6eed6ece68
commit
963b76ed80
@ -48,6 +48,15 @@
|
|||||||
{if $smarty.session.POPUP[popup].DISMISS|default:"no" == "yes"}
|
{if $smarty.session.POPUP[popup].DISMISS|default:"no" == "yes"}
|
||||||
<button id="{$smarty.session.POPUP[popup].ID|default:"static"}" type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
<button id="{$smarty.session.POPUP[popup].ID|default:"static"}" type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
||||||
{/if}
|
{/if}
|
||||||
|
{if $smarty.session.POPUP[popup].TYPE|default:"alert alert-info" == "alert alert-info"}
|
||||||
|
<span class="glyphicon glyphicon-info-sign"> </span>
|
||||||
|
{elseif $smarty.session.POPUP[popup].TYPE|default:"alert alert-info" == "alert alert-warning"}
|
||||||
|
<span class="glyphicon glyphicon-info-sign"> </span>
|
||||||
|
{elseif $smarty.session.POPUP[popup].TYPE|default:"alert alert-info" == "alert alert-danger"}
|
||||||
|
<span class="glyphicon glyphicon-remove-circle"> </span>
|
||||||
|
{elseif $smarty.session.POPUP[popup].TYPE|default:"alert alert-info" == "alert alert-success"}
|
||||||
|
<span class="glyphicon glyphicon-ok-circle"> </span>
|
||||||
|
{/if}
|
||||||
{$smarty.session.POPUP[popup].CONTENT nofilter}
|
{$smarty.session.POPUP[popup].CONTENT nofilter}
|
||||||
</div>
|
</div>
|
||||||
{/section}
|
{/section}
|
||||||
|
|||||||
0
public/templates/mpos/master.tpl
Normal file → Executable file
0
public/templates/mpos/master.tpl
Normal file → Executable file
Loading…
Reference in New Issue
Block a user