Add TPL files
This commit is contained in:
17
modules/EcmPaymentStates/tpls/AccountPaymentStatesDetail.tpl
Executable file
17
modules/EcmPaymentStates/tpls/AccountPaymentStatesDetail.tpl
Executable file
@@ -0,0 +1,17 @@
|
||||
<table style="width: 100%">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="modules/EcmQuotes/images/deleterow.gif" style="cursor: pointer;" onclick="hideDetails('{$ID}')"/>
|
||||
</td>
|
||||
</tr>
|
||||
{foreach from=$RES item=r}
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="index.php?module=EcmTransactions&action=DetailView&record={$r.id}">{$r.name}</a>
|
||||
</td>
|
||||
<td align="right">
|
||||
{$r.value}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
Reference in New Issue
Block a user