Browse Source

调整

tags/6.3.0
叙述、别离 4 months ago
parent
commit
027997c139
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/admin/templets/sys_data_revert.htm
  2. +1
    -1
      src/admin/templets/vote_getcode.htm

+ 2
- 2
src/admin/templets/sys_data_revert.htm View File

@@ -25,7 +25,7 @@
<td colspan="4">数据还原</td>
</tr>
<tr>
<td colspan="4">发现的备份文件:<?php if (count($filelists)==0) echo " 没找到任何备份文件 ";?></td>
<td colspan="4">备份文件:<?php if (count($filelists)==0) echo "没找到任何备份文件";?></td>
</tr>
<?php
for ($i=0;$i<count($filelists);$i++)
@@ -45,7 +45,7 @@
?>
<tr>
<td colspan="4">
<label><input name="structfile" type="checkbox" id="structfile" value="<?php echo $structfile?>" checked> 还原表结构信息(<?php echo $structfile?>)</label>
<label><input name="structfile" type="checkbox" id="structfile" value="<?php echo $structfile?>" checked> 还原数据表结构信息(<?php echo $structfile?>)</label>
<label><input name="delfile" type="checkbox" id="delfile" value="1"> 还原后删除备份文件</label>
<button name="b1" type="button" id="b1" onclick="SelAll();" class="btn btn-success btn-sm">全选</button>
<button name="b2" type="button" id="b2" onclick="ReSel();" class="btn btn-success btn-sm">反选</button>


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

@@ -33,7 +33,7 @@
$vt = new DedeVote($aid);
echo $vt->GetVoteForm();
$vt->Close();
?>
?>
</textarea>
</td>
</tr>


Loading…
Cancel
Save