Files
crm.twinpol.com/modules/EcmProducts/tpls/EditViewComponents.tpl
2025-05-12 15:46:37 +00:00

23 lines
1.0 KiB
Smarty
Executable File

{*<link rel="stylesheet" type="text/css" href="modules/EcmProducts/AjaxSearch/AjaxSearch.css" />
<div style="width:100%;border: 1px solid rgb(48,192,255);background-color:white;height:{$OPT.position_table_height}px;max-height:{$OPT.position_table_height}px;overflow:auto;" id="itemsTableDIV">
<table class="positions" style="width:100%;" id="itemsTable">
<thead id="head">
<tr id="tr">
<td width="4%">{$MOD.LBL_EDITTABLE_NO}</td>
<td width="10%">{$MOD.LBL_EDITTABLE_CODE}</td>
<td width="58%">{$MOD.LBL_EDITTABLE_NAME}</td>
<td width="12%">{$MOD.LBL_EDITTABLE_UNIT}</td>
<td width="10%">{$MOD.LBL_EDITTABLE_QUANTITY}</td>
<td width="6%">{$MOD.LBL_EDITTABLE_OPTIONS}</td>
</tr>
</thead>
<tbody id="tbody">
</tbody>
</table>
</div >
<br>*}
<div style="width:100%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;">
<input type="hidden" name="component_list" id="component_list" value='{$COMPONENT_LIST|@json_encode}'>
<table class="positions" style="width:100%;" id="tableComponents">
</table>
</div>