叙述、别离 3 miesięcy temu
rodzic
commit
e366612e00
3 zmienionych plików z 3 dodań i 3 usunięć
  1. +1
    -1
      src/admin/dialog/select_media.php
  2. +1
    -1
      src/admin/dialog/select_soft.php
  3. +1
    -1
      src/admin/dialog/select_templets.php

+ 1
- 1
src/admin/dialog/select_media.php Wyświetl plik

@@ -103,7 +103,7 @@ if (!empty($noeditor)) {
if ($activepath == "") continue;
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath);
$line = "<tr>
<td><a href='select_media.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='/static/web/img/icon_dir2.png'> 上级目录</a></td>
<td><a href='select_media.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='/static/web/img/icon_dir2.png'> 返回上级</a></td>
<td colspan='2'>当前目录:$activepath</td>
</tr>";
echo $line;


+ 1
- 1
src/admin/dialog/select_soft.php Wyświetl plik

@@ -102,7 +102,7 @@ if (!empty($noeditor)) {
if ($activepath == "") continue;
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath);
$line = "<tr>
<td><a href='select_soft.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='/static/web/img/icon_dir2.png'> 上级目录</a></td>
<td><a href='select_soft.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='/static/web/img/icon_dir2.png'> 返回上级</a></td>
<td colspan='2'>当前目录:$activepath</td>
</tr>\r\n";
echo $line;


+ 1
- 1
src/admin/dialog/select_templets.php Wyświetl plik

@@ -93,7 +93,7 @@ if (empty($comeback)) {
if ($activepath == "") continue;
$tmp = preg_replace("#[\/][^\/]*$#", "", $activepath);
$line = "<tr>
<td><a href='select_templets.php?f=$f&activepath=".urlencode($tmp)."'><img src='/static/web/img/icon_dir2.png'> 上级目录</a></td>
<td><a href='select_templets.php?f=$f&activepath=".urlencode($tmp)."'><img src='/static/web/img/icon_dir2.png'> 返回上级</a></td>
<td colspan='2'>当前目录:$activepath</td>
</tr>\r\n";
echo $line;


Ładowanie…
Anuluj
Zapisz