This commit is contained in:
2024-04-27 09:23:34 +02:00
commit 11e713ca6f
11884 changed files with 3263371 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
<table style="width: 100%">
<tr>
<td>
<img src="modules/EcmQuotes/images/deleterow.gif" style="cursor: pointer;" onclick="hideDetails('{$parent_id}')"/>
</td>
</tr>
<tr>
<td style="width: 50%">Winien
<table style="width: 100%">
{foreach from=$winien key="klucz" item="item" name="zostawienie"}
<tr>
<td align="center">
<a target="_blank" href="index.php?module=EcmTransactions&action=DetailView&record={$item.id}">{$item.name}</a>
</td>
</tr>
{/foreach}
</table>
</td>
<td style="width: 50%">Ma
<table style="width: 100%">
{foreach from=$ma item=r key="klucz" }
<tr>
<td align="center">
<a target="_blank" href="index.php?module=EcmTransactions&action=DetailView&record={$r.id}">{$r.name}</a>
</td>
</tr>
{/foreach}
</table>
</td>
</tr>
</table>