init
This commit is contained in:
34
modules/EcmPaymentStates/tpls/Detail.tpl
Normal file
34
modules/EcmPaymentStates/tpls/Detail.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user