20 lines
No EOL
869 B
Smarty
20 lines
No EOL
869 B
Smarty
<div class="panel">
|
|
<!-- <div class="col-md-6"> -->
|
|
<div class="panel-heading" style="background-color:yellow;"><h5 class="panel-title">Kalender ({$datum})</h5></div>
|
|
|
|
<div class="panel-body" style="min-height:170px;max-height:170px;overflow-y: auto;">
|
|
<table class="no-style full">
|
|
<tbody>
|
|
{foreach from=$kal item=kal }
|
|
<tr>
|
|
<td nowrap style="width:20px;font-size:10pt" align="left"><img src="/template/images/icon/{$kal.icon}" width="16" height="16"/></td>
|
|
<!--<td nowrap style="width:20px;font-size:10pt" align="left"><i class='{$kal.fa}' aria-hidden="true"></i></td> -->
|
|
<td nowrap style="width:120px;font-size:9pt" align="left">{$kal.fahrer}</td>
|
|
<td nowrap style="width:80px;font-size:9pt" align="right">{$kal.bez}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- </div> -->
|
|
</div> |