Browse Source

提示性修改

tags/6.2.7
叙述、别离 1 year ago
parent
commit
6a85255cf2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/admin/templets/mychannel_edit.htm
  2. +1
    -1
      src/admin/templets/sys_data_replace.htm

+ 1
- 1
src/admin/templets/mychannel_edit.htm View File

@@ -26,7 +26,7 @@
<?php if ($row['issystem'] == 1) {?>
<tr>
<td colspan="2">
<div class="alert alert-danger mb-0">您目前所展开的是系统模型,系统模型一般对发布程序和管理程序已经固化,如果您胡乱修改系统模型会导致使用这种文档类型的栏目可能崩溃</div>
<div class="alert alert-info mb-0">您目前所展开的是系统模型,系统模型一般对发布程序和管理程序已经固化,如果操作不当导致数据库错误,小心使用</div>
</td>
</tr>
<?php }?>


+ 1
- 1
src/admin/templets/sys_data_replace.htm View File

@@ -51,7 +51,7 @@
</tr>
<tr>
<td colspan="2">
<div class="alert alert-info mb-0">数据库字段批量替换中某字段值,操作不当导致数据库网站问题小心使用</div>
<div class="alert alert-info mb-0">数据库字段批量替换中某字段值,如果操作不当导致数据库错误,小心使用</div>
</td>
</tr>
<tr>


Loading…
Cancel
Save