76 lines
3.0 KiB
Smarty
Executable File
76 lines
3.0 KiB
Smarty
Executable File
<td style="border: 1px dashed #e6e6e6;" colspan=3 valign="top">
|
|
<img src="modules/EcmQuotes/images/deleterow.gif" style="cursor: pointer;" onclick="hideDetails('{$ID}')"/>
|
|
</td>
|
|
<td style="text-align: right; border: 1px dashed #e6e6e6;" valign="top">
|
|
<table style="width: 100%">
|
|
{foreach from=$D10 key=ID item=ROW name=loop}
|
|
<tr><td>
|
|
<a href="index.php?module=EcmTransactions&action=DetailView&record={$ROW.id}" target="new">
|
|
{$ROW.name}</a> </td><td> {$ROW.value}<br>{$ROW.settled}</td></tr>
|
|
{/foreach}
|
|
</table>
|
|
</td>
|
|
<td style="text-align: right; border: 1px dashed #e6e6e6;" valign="top">
|
|
<table style="width: 100%">
|
|
{foreach from=$D9 key=ID item=ROW name=loop}
|
|
<tr><td>
|
|
<a href="index.php?module=EcmTransactions&action=DetailView&record={$ROW.id}" target="new">
|
|
{$ROW.name}</a> </td><td> {$ROW.value}<br>{$ROW.settled}</td></tr>
|
|
{/foreach}
|
|
</table>
|
|
</td>
|
|
<td style="text-align: right; border: 1px dashed #e6e6e6;" valign="top">
|
|
<table style="width: 100%">
|
|
{foreach from=$D8 key=ID item=ROW name=loop}
|
|
<tr><td>
|
|
<a href="index.php?module=EcmTransactions&action=DetailView&record={$ROW.id}" target="new">
|
|
{$ROW.name}</a> </td><td> {$ROW.value}<br>{$ROW.settled}</td></tr>
|
|
{/foreach}
|
|
</table>
|
|
</td>
|
|
<td> </td>
|
|
<td style="text-align: right; border: 1px dashed #e6e6e6;" valign="top">
|
|
<table style="width: 100%">
|
|
{foreach from=$D2 key=ID item=ROW name=loop}
|
|
<tr><td>
|
|
<a href="index.php?module=EcmTransactions&action=DetailView&record={$ROW.id}" target="new">
|
|
{$ROW.name}</a> </td><td> {$ROW.value}<br>{$ROW.settled}</td></tr>
|
|
{/foreach}
|
|
</table>
|
|
</td>
|
|
<td style="text-align: right; border: 1px dashed #e6e6e6;" valign="top">
|
|
<table style="width: 100%">
|
|
{foreach from=$D3 key=ID item=ROW name=loop}
|
|
<tr><td>
|
|
<a href="index.php?module=EcmTransactions&action=DetailView&record={$ROW.id}" target="new">
|
|
{$ROW.name}</a> </td><td> {$ROW.value}<br>{$ROW.settled}</td></tr>
|
|
{/foreach}
|
|
</table>
|
|
</td>
|
|
<td style="text-align: right; border: 1px dashed #e6e6e6;" valign="top">
|
|
<table style="width: 100%">
|
|
{foreach from=$D4 key=ID item=ROW name=loop}
|
|
<tr><td>
|
|
<a href="index.php?module=EcmTransactions&action=DetailView&record={$ROW.id}" target="new">
|
|
{$ROW.name}</a> </td><td> {$ROW.value}<br>{$ROW.settled}</td></tr>
|
|
{/foreach}
|
|
</table>
|
|
</td>
|
|
<td style="text-align: right; border: 1px dashed #e6e6e6;" valign="top">
|
|
<table style="width: 100%">
|
|
{foreach from=$D5 key=ID item=ROW name=loop}
|
|
<tr><td>
|
|
<a href="index.php?module=EcmTransactions&action=DetailView&record={$ROW.id}" target="new">
|
|
{$ROW.name}</a> </td><td> {$ROW.value}<br>{$ROW.settled}</td></tr>
|
|
{/foreach}
|
|
</table>
|
|
</td>
|
|
<td style="text-align: right; border: 1px dashed #e6e6e6;" valign="top">
|
|
<table style="width: 100%">
|
|
{foreach from=$D6 key=ID item=ROW name=loop}
|
|
<tr><td>
|
|
<a href="index.php?module=EcmTransactions&action=DetailView&record={$ROW.id}" target="new">
|
|
{$ROW.name}</a> </td><td> {$ROW.value}<br>{$ROW.settled}</td></tr>
|
|
{/foreach}
|
|
</table>
|
|
</td> |