错误文案修改
This commit is contained in:
parent
29954df1d8
commit
bfd7610b8a
@ -21,10 +21,10 @@
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
{empty name="$config.editor"}
|
{empty name="$config.editor"}
|
||||||
<input type="radio" name="editor" value="1" title="百度编辑器(ueditor)" checked>
|
<input type="radio" name="editor" value="1" title="百度编辑器(ueditor)" checked>
|
||||||
<input type="radio" name="editor" value="2" title="Markdown编辑器(mdeditor)" >
|
<input type="radio" name="editor" value="2" title="Markdown编辑器(editor.md)" >
|
||||||
{else/}
|
{else/}
|
||||||
<input type="radio" name="editor" value="1" title="百度编辑器(ueditor)" {eq name="$config.editor" value="1"}checked{/eq}>
|
<input type="radio" name="editor" value="1" title="百度编辑器(ueditor)" {eq name="$config.editor" value="1"}checked{/eq}>
|
||||||
<input type="radio" name="editor" value="2" title="Markdown编辑器(mdeditor)" {eq name="$config.editor" value="2"}checked{/eq}>
|
<input type="radio" name="editor" value="2" title="Markdown编辑器(editor.md)" {eq name="$config.editor" value="2"}checked{/eq}>
|
||||||
{/empty}
|
{/empty}
|
||||||
<span style="margin-left:30px; color: red">注意:切换编辑器后,文本内容可能需要重新编辑。</span>
|
<span style="margin-left:30px; color: red">注意:切换编辑器后,文本内容可能需要重新编辑。</span>
|
||||||
</td>
|
</td>
|
||||||
|
@ -134,11 +134,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{empty name="$goods.md_content"}
|
{empty name="$goods.md_content"}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="6" class="layui-td-gray" style="text-align:left">文章内容<span style="color: red">*</span></td>
|
<td colspan="6" class="layui-td-gray" style="text-align:left">商品介绍<span style="color: red">*</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="6">
|
<td colspan="6">
|
||||||
<textarea name="ueditorcontent" placeholder="请输入内容" class="layui-textarea" id="container" lay-verify="required" lay-reqText="请完善文章内容"
|
<textarea name="ueditorcontent" placeholder="请输入内容" class="layui-textarea" id="container" lay-verify="required" lay-reqText="请完善商品介绍内容"
|
||||||
style="border:0;padding:0">{$goods.content}</textarea>
|
style="border:0;padding:0">{$goods.content}</textarea>
|
||||||
{include file="common/ueditor" id="container" name="ueditorcontent" width="100%" height="500" toolbar="[]" /}
|
{include file="common/ueditor" id="container" name="ueditorcontent" width="100%" height="500" toolbar="[]" /}
|
||||||
</td>
|
</td>
|
||||||
@ -150,7 +150,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="6">
|
<td colspan="6">
|
||||||
<textarea name="content" placeholder="请输入内容" class="layui-textarea" id="container" lay-verify="required" lay-reqText="请完善文章内容"
|
<textarea name="content" placeholder="请输入内容" class="layui-textarea" id="container" lay-verify="required" lay-reqText="请完善商品介绍内容"
|
||||||
style="border:0;padding:0">{$goods.content}</textarea>
|
style="border:0;padding:0">{$goods.content}</textarea>
|
||||||
{include file="common/ueditor" id="container" name="content" width="100%" height="500" toolbar="[]" /}
|
{include file="common/ueditor" id="container" name="content" width="100%" height="500" toolbar="[]" /}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user