mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]微信关键字管理
This commit is contained in:
parent
64dd473329
commit
b33f471992
@ -15,7 +15,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="row">
|
||||
<div class="row" style="min-width:1130px">
|
||||
<!-- 效果预览区域 开始 -->
|
||||
<div class="col-xs-4" style="width:400px;">
|
||||
<div style="position:relative" class="phone-container animated fadeIn">
|
||||
@ -29,7 +29,7 @@
|
||||
<div class='col-xs-6'>
|
||||
<form class="form-horizontal" role="form" data-auto="true" action="__SELF__" method="post">
|
||||
<fieldset class="layui-elem-field layui-box">
|
||||
<legend>编辑规则</legend>
|
||||
<legend>{$title}</legend>
|
||||
<div>
|
||||
{if !isset($vo.keys) or ($vo.keys neq 'default' and $vo.keys neq 'subscribe')}
|
||||
<div class="form-group">
|
||||
@ -51,7 +51,7 @@
|
||||
<label class="layui-form-label">
|
||||
<input data-none-auto type="radio" name="status" value="0"> 禁用
|
||||
</label>
|
||||
{else/}
|
||||
{else}
|
||||
<label class="layui-form-label">
|
||||
<input data-none-auto type="radio" name="status" value="1"> 启用
|
||||
</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user