mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-01 13:36:45 +08:00
14 lines
303 B
HTML
14 lines
303 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<table>
|
||
<{foreach from=$app_setting key=key item=item}>
|
||
<tr>
|
||
<th><{$item.title}></th>
|
||
<td><{input params=$item name="setting[{$key}]"}></td>
|
||
</tr>
|
||
<{/foreach}>
|
||
</tr>
|
||
</table> |