Browse Source

Update file_manage_main.htm

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

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

@@ -202,7 +202,7 @@
else if (preg_match("#\.(htm|html)#i",$file))
{
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath);
$line = "\n<tr onMouseMove=\"javascript:this.bgColor='#F9FBF0';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr onMouseMove=\"javascript:this.bgColor='#fbfce2';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/htm.gif'>$file</a></td>
<td>$filesize KB</td>
<td align='center'>$filetime</td>


Loading…
Cancel
Save