Add TPL files
This commit is contained in:
23
modules/EcmProducts/tpls/EditViewComponents.tpl
Executable file
23
modules/EcmProducts/tpls/EditViewComponents.tpl
Executable file
@@ -0,0 +1,23 @@
|
||||
{*<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>
|
||||
Reference in New Issue
Block a user