* Filemanager: fixed clipboard icons had no tooltip (javascript error), fixes my.stylite.de bug #3466

This commit is contained in:
Ralf Becker 2012-06-12 12:47:18 +00:00
parent 6531bc69d2
commit d896ff64f8

View File

@ -527,6 +527,8 @@ function force_download(_action, _senders)
window.location = a_href+"?download";
}
</script>'."\n";
$GLOBALS['egw_info']['flags']['include_wz_tooltip'] = true;
$tpl->exec('filemanager.filemanager_ui.index',$content,$sel_options,$readonlys,array('nm' => $content['nm']));
}