21 lines
767 B
Smarty
21 lines
767 B
Smarty
{if $butten==0}
|
|
<i class="fal fa-route fa-2x"> </i> <span></br>Sonder</span>
|
|
{/if}
|
|
{if $butten==1}
|
|
<i class="fal fa-route fa-2x" style="color: red"></i> <span></br>Sonder</span> <span class="label label-danger">{$menge}</span>
|
|
{/if}
|
|
{if $butten==2}
|
|
<i class="fal fa-route fa-2x" style="color: orange"></i> <span></br>Sonder</span> <span class="label label-warning">{$menge}</span>
|
|
{/if}
|
|
{if $butten==3}
|
|
<i class="fal fa-route fa-2x" style="color:#41c42b"></i> <span></br>Sonder</span> <span class="label label-success">{$menge}</span>
|
|
{/if}
|
|
{if $butten==4}
|
|
<i class="fal fa-route fa-2x" style="color: cornflowerblue"></i> <span></br>Sonder</span> <span class="label label-info">{$menge}</span>
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
|
|
|