mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
use alternativ folder icon
This commit is contained in:
parent
854ca658f9
commit
82a0549977
|
@ -85,7 +85,7 @@ class SeedDMS_View_ManageNotify extends SeedDMS_Bootstrap_Style {
|
||||||
if (is_object($fld)) {
|
if (is_object($fld)) {
|
||||||
$owner = $fld->getOwner();
|
$owner = $fld->getOwner();
|
||||||
print "<tr class=\"folder\">";
|
print "<tr class=\"folder\">";
|
||||||
print "<td><i class=\"icon-folder-close\"></i></td>";
|
print "<td><i class=\"icon-folder-close-alt\"></i></td>";
|
||||||
print "<td><a href=\"../out/out.ViewFolder.php?folderid=".$ID."\">" . htmlspecialchars($fld->getName()) . "</a></td>\n";
|
print "<td><a href=\"../out/out.ViewFolder.php?folderid=".$ID."\">" . htmlspecialchars($fld->getName()) . "</a></td>\n";
|
||||||
print "<td>".htmlspecialchars($owner->getFullName())."</td>";
|
print "<td>".htmlspecialchars($owner->getFullName())."</td>";
|
||||||
print "<td>";
|
print "<td>";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user