mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
fix link to document view
This commit is contained in:
parent
df375ada77
commit
176587c831
|
@ -629,7 +629,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style {
|
||||||
print "<img class=\"mimeicon\" src=\"".$this->getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">";
|
print "<img class=\"mimeicon\" src=\"".$this->getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">";
|
||||||
}
|
}
|
||||||
print "</a></td>";
|
print "</a></td>";
|
||||||
print "<td><a href=\"out.ViewDocument.php?documentid=".$res["documentID"]."¤ttab=revapp\">" . htmlspecialchars($res["name"]) . "</a></td>\n";
|
print "<td><a href=\"out.ViewDocument.php?documentid=".$res["documentID"]."¤ttab=workflow\">" . htmlspecialchars($res["name"]) . "</a></td>\n";
|
||||||
print "<td>".getOverallStatusText($res["status"])."</td>";
|
print "<td>".getOverallStatusText($res["status"])."</td>";
|
||||||
print "<td>".$res["version"]."</td>";
|
print "<td>".$res["version"]."</td>";
|
||||||
print "<td>".$res["statusDate"]." ".htmlspecialchars($res["statusName"])."</td>";
|
print "<td>".$res["statusDate"]." ".htmlspecialchars($res["statusName"])."</td>";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user