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

git-svn-id: http://piwigo.org/svn/trunk@12474 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2011-10-17 18:59:07 +00:00
parent ad2f001097
commit 59e744f379
3 changed files with 29 additions and 16 deletions
+5 -1
View File
@@ -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'.
'&image_id='.$row['id'],
)
);
}