Show
Ignore:
Timestamp:
10/17/11 20:59:07 (20 months ago)
Author:
mistic100
Message:

feature:2471 [Batch Manager] "zoom" and "edit" links over each thumbnail

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_global.php

    r12456 r12474  
    769769        'FILE' => $row['file'], 
    770770        'TITLE' => $title, 
    771         'LEVEL' => $row['level'] 
     771        'LEVEL' => $row['level'], 
     772        'FILE_SRC' => $row['path'], 
     773        'U_EDIT' => 
     774            PHPWG_ROOT_PATH.'admin.php?page=picture_modify'. 
     775            '&image_id='.$row['id'], 
    772776        ) 
    773777      );