mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 02:45:33 +08:00
14 lines
674 B
HTML
14 lines
674 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div id="ipt_<{$_input.domid}>" class='clearfix' style=<{$_input.style}>>
|
||
<{input type="material_object" object="{$_input.object}" app=$_input.app_id id="sel_{$_input.domid}" data=$_input cols=$_input.cols filter=$_input.filter select='checkbox' emptytext=$_input.emptytext}>
|
||
<{if $_input.items && $_input.replacehtml}>
|
||
<{$_input.replacehtml}>
|
||
<{/if}>
|
||
<div class="gridlist rows-body" id="handle_<{$_input.domid}>" <{if $_input.display_datarow != 'true'}>style="display:none;"<{/if}>>
|
||
<{include file="finder/input-row.html" app="material"}>
|
||
</div>
|
||
</div> |