From 54a14286f378bdc9c739b6bb4fb7727216ac377b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 4 Mar 2020 22:25:10 +0100 Subject: [PATCH] set cursor of documentListRow in onepage mode, show id on mouse over --- views/bootstrap/class.Bootstrap.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index f1dcb76b4..f20243e9d 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -2371,9 +2371,9 @@ $('body').on('click', '[id^=\"table-row-folder\"] td:nth-child(2)', function(ev) $content .= "getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">"; $content .= ""; - $content .= ""; + $content .= ""; if($onepage) - $content .= "".htmlspecialchars($document->getName()) . ""; + $content .= "".htmlspecialchars($document->getName()) . ""; else $content .= "" . htmlspecialchars($document->getName()) . ""; if(isset($extracontent['below_title'])) @@ -2977,4 +2977,3 @@ $("body").on("click", "span.openpopupbox", function(e) {