use alternativ folder icon

This commit is contained in:
Uwe Steinmann 2013-05-28 06:28:49 +02:00
parent 854ca658f9
commit 82a0549977

View File

@ -85,7 +85,7 @@ class SeedDMS_View_ManageNotify extends SeedDMS_Bootstrap_Style {
if (is_object($fld)) {
$owner = $fld->getOwner();
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>".htmlspecialchars($owner->getFullName())."</td>";
print "<td>";