This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<div class="panel panel-primary">
<div class="panel-body" style="min-height:70px;max-height:70px;overflow-y: scroll;">
{foreach from=$smsnotread item=smsnotread}
<span style='color:#FF0000;width:20px;font-size:8pt'><mark>{$smsnotread.e_name}: {$smsnotread.senddate|date_format:"%d.%m.%Y - %H:%M"} Uhr: </mark></span>
<span style='color:#000080'> {$smsnotread.text}</span>
<br>
{/foreach}
</div>
</div>