Add TPL files
This commit is contained in:
17
modules/EcmSales/tpls/tmp.tpl
Executable file
17
modules/EcmSales/tpls/tmp.tpl
Executable file
@@ -0,0 +1,17 @@
|
||||
<table cellspacing="0" cellpadding="0" border="0" style="width:100%;" id="myTable" class="tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th >name</th>
|
||||
<th >ilosc</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$POSITION_LIST key="key" item="item" name="components"}
|
||||
{if $item.id!=''}
|
||||
<tr style="vertical-align:top;">
|
||||
<td >{$item.name}</td>
|
||||
<td >{$item.quantity}</td>
|
||||
</tr>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user