Files
crm.e5.pl/modules/EcmPaymentStates/tpls/Detail.tpl
2024-04-27 09:23:34 +02:00

34 lines
803 B
Smarty

<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>