Browse Source

Update tpl_edit_tag.htm

tags/6.2.0
xushubieli 1 year ago
parent
commit
fe075d3e02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/templets/tpl_edit_tag.htm

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

@@ -73,7 +73,7 @@
<td colspan="2"><textarea id="content" name="content" cols="150" rows="24" style="width:98%;height:450px"><?php echo $democode; ?></textarea></td>
</tr>
<tr>
<td bgcolor="#f8f8f8" colspan="2" class="py-3">
<td bgcolor="#f8f8f8" colspan="2" align="center" class="py-3">
<button type="submit" name="B1" class="btn btn-success btn-sm">保存</button>
<button type="button" name="B4" class="btn btn-success btn-sm" onClick="javascript:history.go(-1);">返回</button>
</td>


Loading…
Cancel
Save