aboutsummaryrefslogtreecommitdiffstats
path: root/admin/batch_manager_global.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-10-17 19:01:14 +0000
committermistic100 <mistic@piwigo.org>2011-10-17 19:01:14 +0000
commitb9bdbb8b5c75cc230bd4974c81ca429df8eb4271 (patch)
treeb4d486dbc45d1b82c3d563a34857a0fdf2fcbb9d /admin/batch_manager_global.php
parent68d79989cbb989cea8747e46d8a71d6fc7f6f9dd (diff)
Merged r12474 from trunk: feature:2471 [Batch Manager] "zoom" and "edit" links over each thumbnail
git-svn-id: http://piwigo.org/svn/branches/2.3@12475 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r--admin/batch_manager_global.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php
index 8b42165f7..83976df8f 100644
--- a/admin/batch_manager_global.php
+++ b/admin/batch_manager_global.php
@@ -768,7 +768,11 @@ SELECT id,path,tn_ext,file,filesize,level,name
'TN_SRC' => $src,
'FILE' => $row['file'],
'TITLE' => $title,
- 'LEVEL' => $row['level']
+ 'LEVEL' => $row['level'],
+ 'FILE_SRC' => $row['path'],
+ 'U_EDIT' =>
+ PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
+ '&amp;image_id='.$row['id'],
)
);
}