Skip to content
Snippets Groups Projects
Commit 02eb484f authored by Andreas Gohr's avatar Andreas Gohr
Browse files

always show full filename as tooltip in mediamanager

parent 2dba8df4
No related branches found
No related tags found
No related merge requests found
......@@ -1352,7 +1352,7 @@ function media_printfile($item,$auth,$jump,$display_namespace=false){
$info .= filesize_h($item['size']);
// output
echo '<div class="'.$zebra.'"'.$jump.'>'.NL;
echo '<div class="'.$zebra.'"'.$jump.' title="'.hsc($item['id']).'">'.NL;
if (!$display_namespace) {
echo '<a name="h_:'.$item['id'].'" class="'.$class.'">'.hsc($file).'</a> ';
} else {
......@@ -1413,7 +1413,7 @@ function media_printfile_thumbs($item,$auth,$jump=false,$display_namespace=false
$file = utf8_decodeFN($item['file']);
// output
echo '<li><dl>'.NL;
echo '<li><dl title="'.hsc($item['id']).'">'.NL;
echo '<dt>';
if($item['isimg']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment