소스 검색

Update file_manage_main.htm

tags/6.2.0
xushubieli 1 년 전
부모
커밋
3b84255b56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/admin/templets/file_manage_main.htm

+ 1
- 1
src/admin/templets/file_manage_main.htm 파일 보기

@@ -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>


불러오는 중...
취소
저장