mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-19 20:00:54 +01:00
* Filemanager: fixed clipboard icons had no tooltip (javascript error), fixes my.stylite.de bug #3466
This commit is contained in:
parent
6531bc69d2
commit
d896ff64f8
@ -527,6 +527,8 @@ function force_download(_action, _senders)
|
|||||||
window.location = a_href+"?download";
|
window.location = a_href+"?download";
|
||||||
}
|
}
|
||||||
</script>'."\n";
|
</script>'."\n";
|
||||||
|
|
||||||
|
$GLOBALS['egw_info']['flags']['include_wz_tooltip'] = true;
|
||||||
$tpl->exec('filemanager.filemanager_ui.index',$content,$sel_options,$readonlys,array('nm' => $content['nm']));
|
$tpl->exec('filemanager.filemanager_ui.index',$content,$sel_options,$readonlys,array('nm' => $content['nm']));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user