From 7a28277196060df76ef20d8f411c87b645cd2dfb Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Mar 2012 13:52:37 +0000 Subject: feature 2555: add original file name on Batch Manager git-svn-id: http://piwigo.org/svn/trunk@13457 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/batch_manager_global.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'admin/batch_manager_global.php') diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index a7c1a3284..c2a9fdc53 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -758,10 +758,10 @@ SELECT id,path,representative_ext,file,filesize,level,name $nb_thumbs_page++; $src = DerivativeImage::thumb_url($row); - $title = $row['name']; - if (empty($title)) - { - $title = get_name_from_file($row['file']); + $title = render_element_name($row); + if ($title != get_name_from_file($row['file'])) + { + $title.= ' ('.$row['file'].')'; } $template->append( -- cgit v1.2.3