From b494e3c2487c3d059f6c08d3a03adba6e257d80a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 11 Jun 2014 11:02:25 +0200 Subject: [PATCH] add title attribute --- views/bootstrap/class.Bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index bff32d23c..7252e8464 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1494,7 +1494,7 @@ $('#delete-folder-btn-".$folderid."').popover({ $content .= ''; } if($document->getAccessMode($user) >= M_READWRITE) { - $content .= ''; + $content .= ''; } else { $content .= ''; } @@ -1566,7 +1566,7 @@ $('#delete-folder-btn-".$folderid."').popover({ $content .= ''; } if($subFolder->getAccessMode($user) >= M_READWRITE) { - $content .= ''; + $content .= ''; } else { $content .= ''; }