Show
Ignore:
Timestamp:
03/02/12 14:52:37 (15 months ago)
Author:
plg
Message:

feature 2555: add original file name on Batch Manager

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_global.php

    r13077 r13457  
    759759    $src = DerivativeImage::thumb_url($row); 
    760760 
    761     $title = $row['name']; 
    762     if (empty($title)) 
    763     {       
    764       $title = get_name_from_file($row['file']); 
     761    $title = render_element_name($row); 
     762    if ($title != get_name_from_file($row['file'])) 
     763    { 
     764      $title.= ' ('.$row['file'].')'; 
    765765    } 
    766766