mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +00:00
show id of folder always, not just if inheritAccess is turn on
don't know how that got into the code
This commit is contained in:
parent
4186f6dd7e
commit
6c1993a9fe
|
@ -160,12 +160,10 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
echo "<table class=\"table-condensed\">\n";
|
echo "<table class=\"table-condensed\">\n";
|
||||||
if($user->isAdmin()) {
|
if($user->isAdmin()) {
|
||||||
if($folder->inheritsAccess()) {
|
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo "<td>".getMLText("id").":</td>\n";
|
echo "<td>".getMLText("id").":</td>\n";
|
||||||
echo "<td>".htmlspecialchars($folder->getID())."</td>\n";
|
echo "<td>".htmlspecialchars($folder->getID())."</td>\n";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
}
|
|
||||||
}
|
}
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo "<td>".getMLText("owner").":</td>\n";
|
echo "<td>".getMLText("owner").":</td>\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user