diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-27 21:53:35 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-27 21:53:35 +0000 |
commit | 7f1d691a7c35e889d0847826cff7fbe8e174a362 (patch) | |
tree | b142f656a40c540977ddd06249dee31e878ccd70 /admin/batch_manager_unit.php | |
parent | e96fee5659cb27a0f55240a44eb2b7ef60fb26c2 (diff) |
feature:2269 add preview box on batch_manager_unit + add colorbox jquery plugin
git-svn-id: http://piwigo.org/svn/trunk@10648 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/batch_manager_unit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/batch_manager_unit.php b/admin/batch_manager_unit.php index 5b139a026..aa28b856e 100644 --- a/admin/batch_manager_unit.php +++ b/admin/batch_manager_unit.php @@ -263,6 +263,7 @@ SELECT array( 'ID' => $row['id'], 'TN_SRC' => $src, + 'FILE_SRC' => $row['path'], 'LEGEND' => !empty($row['name']) ? $row['name'] : get_name_from_file($row['file']), 'U_EDIT' => |