Ignore:
Timestamp:
Oct 17, 2011, 8:59:07 PM (13 years ago)
Author:
mistic100
Message:

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

File:
1 edited

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      );
Note: See TracChangeset for help on using the changeset viewer.