mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 13:25:32 +08:00
10 lines
332 B
HTML
10 lines
332 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<{if $shop}>
|
||
<{foreach from=$shop item=item}>
|
||
<input type="checkbox" name=<{$PREFIX|mkname:"shop[]":$KEY}> value="<{$item.shop_id}>" <{if $item.checked}>checked<{/if}> /> <{$item.shop_name}>
|
||
<{/foreach}>
|
||
<{/if}> |