Files
OMS/app/taoexlib/view/admin/blacklist.html
2025-12-28 23:13:25 +08:00

24 lines
958 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<div class="tableform">
<h3>免打扰设置</h3>
<div class="division">
<form method="post" action="index.php?app=taoexlib&ctl=admin_setting&act=blacklist" id="form-branch">
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
<tbody>
<tr>
<th><em class="c-red">*</em>免打扰手机号:</th>
<td>
<{input id="blacklist" type="textarea" name="set[taoexlib.message.blacklist]" rows="13" cols="16" value=$setData.taoexlib_message_blacklist vtype='required' }>
<span><em class="c-red">*</em> 请已<em class="c-red">##</em>作为分隔符号。</span>
</td>
</tr>
</tbody>
</table>
<div class="table-action"><{button label="保存" type="submit" name="submit" id="btn-branch"}></div>
</form>
</div>
</div>