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,11 @@
{if $tdata!=0}
<td nowrap style="width:80px;font-size:11pt"> {$tname} </td>
<td nowrap style="width:160px;font-size:8pt"> {$tinfo} </td>
<td nowrap style="width:35px;font-size:11pt"> {$tdata} x</td>
<td nowrap align="right" style="width:50px;font-size:12pt;color: red">
<a target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
href="?s=list_abr_nw&id={$anzeige}&tid={$tid}&jahr={$jahr}&monat={$monat}" >
<i class="far fa-file-pdf" style="color: red"></i>
</td>
{/if}