diff --git a/filemanager/inc/class.filemanager_ui.inc.php b/filemanager/inc/class.filemanager_ui.inc.php index ab645b5441..c1ff36b0e6 100644 --- a/filemanager/inc/class.filemanager_ui.inc.php +++ b/filemanager/inc/class.filemanager_ui.inc.php @@ -967,8 +967,8 @@ function force_download(_action, _senders) else { $content = $stat; - $content['name'] = egw_vfs::basename($path); - $content['dir'] = egw_vfs::decodePath(egw_vfs::dirname($path)); + $content['name'] = $content['itempicker_merge']['name'] = egw_vfs::basename($path); + $content['dir'] = $content['itempicker_merge']['dir'] = egw_vfs::decodePath(egw_vfs::dirname($path)); $content['path'] = $path; $content['hsize'] = egw_vfs::hsize($stat['size']); $content['mime'] = egw_vfs::mime_content_type($path); @@ -1223,6 +1223,7 @@ function force_download(_action, _senders) 0 => lang('No access'), ); } + $sel_options['mergeapp']= egw_link::app_list('merge'); $preserve = $content; if (!isset($preserve['old'])) { diff --git a/filemanager/templates/default/file.xet b/filemanager/templates/default/file.xet index d10f7535ab..9a24c589b0 100644 --- a/filemanager/templates/default/file.xet +++ b/filemanager/templates/default/file.xet @@ -203,7 +203,46 @@ -