mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 21:25:33 +08:00
15 lines
696 B
HTML
15 lines
696 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="ome_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="admin/gift/input-row.html" app="ome"}>
|
||
</div>
|
||
</div> |