From 569fa6273759e8a8a6285a41cb99cea2ad380928 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 10 Dec 2015 10:30:50 +0100 Subject: [PATCH] fix link to receipt or revise a document --- views/bootstrap/class.MyDocuments.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php index 1c2430abe..67002d825 100644 --- a/views/bootstrap/class.MyDocuments.php +++ b/views/bootstrap/class.MyDocuments.php @@ -388,7 +388,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style { print "getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">"; } print ""; - print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["name"]).""; + print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["name"]).""; print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["ownerName"]).""; print "".$st["version"].""; print "".$st["date"]." ". htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["statusName"]) .""; @@ -425,7 +425,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style { print "getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">"; } print ""; - print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["name"]).""; + print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["name"]).""; print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["ownerName"]).""; print "".$st["version"].""; print "".$st["date"]." ". htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["statusName"]).""; @@ -504,7 +504,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style { print "getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">"; } print ""; - print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["name"]).""; + print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["name"]).""; print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["ownerName"]).""; print "".$st["version"].""; print "".$st["date"]." ". htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["statusName"]) .""; @@ -541,7 +541,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style { print "getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">"; } print ""; - print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["name"]).""; + print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["name"]).""; print "".htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["ownerName"]).""; print "".$st["version"].""; print "".$st["date"]." ". htmlspecialchars($docIdx[$st["documentID"]][$st["version"]]["statusName"])."";