init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
9
template/tpl/ajax/infos.tpl
Normal file
9
template/tpl/ajax/infos.tpl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<div class="panel panel-primary">
|
||||
<div class="panel-body" style="min-height:150px;max-height:150px;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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue