Browse Source

Update select_images.php

tags/6.3.0
叙述、别离 1 year ago
parent
commit
d21613589d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/admin/dialog/select_images.php

+ 4
- 4
src/admin/dialog/select_images.php View File

@@ -132,11 +132,11 @@ if (!empty($iseditor)) {
$reurl = "$activeurl/$file"; $reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl); $reurl = preg_replace("#^\.\.#", "", $reurl);
$reurl = $reurl; $reurl = $reurl;
if ($file == $comeback) $lstyle = "class='text-danger'"; if ($file == $comeback) $lstyle = "text-danger";
else $lstyle = ""; else $lstyle = "";
$line = "<tr> $line = "<tr>
<td> <td>
<a href='$reurl' onclick=\"ReturnImg('$reurl');\" class=\"tipsimg\" $lstyle><img src='$reurl' title='$file'> $file</a> <a href='$reurl' onclick=\"ReturnImg('$reurl');\" class=\"tipsimg $lstyle\"><img src='$reurl' title='$file'> $file</a>
</td> </td>
<td>$filesize KB</td> <td>$filesize KB</td>
<td>$filetime</td> <td>$filetime</td>
@@ -146,10 +146,10 @@ if (!empty($iseditor)) {
$reurl = "$activeurl/$file"; $reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl); $reurl = preg_replace("#^\.\.#", "", $reurl);
$reurl = $reurl; $reurl = $reurl;
if ($file == $comeback) $lstyle = "class='text-danger'"; if ($file == $comeback) $lstyle = "text-danger";
else $lstyle = ""; else $lstyle = "";
$line = "<tr> $line = "<tr>
<td><a href='$reurl' onclick=\"ReturnImg('$reurl');\" class=\"tipsimg\" $lstyle><img src='$reurl' title='$file'> $file</a></td> <td><a href='$reurl' onclick=\"ReturnImg('$reurl');\" class=\"tipsimg $lstyle\"><img src='$reurl' title='$file'> $file</a></td>
<td>$filesize KB</td> <td>$filesize KB</td>
<td>$filetime</td> <td>$filetime</td>
</tr>"; </tr>";


Loading…
Cancel
Save