From 0d277219fc5fea718d27d80e7ae68b6f4c2f4c4a Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 6 Feb 2012 20:59:20 +0000 Subject: multisize - added the coi (still to affine the admin ui + language) multisize - derivatives can be revuild from a larger derviative instead of the original git-svn-id: http://piwigo.org/svn/trunk@13038 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/picture_modify.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'admin/picture_modify.php') diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 66a3240d3..38b607cc7 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -303,6 +303,11 @@ $template->assign( ) ); +if (in_array(get_extension($row['path']),$conf['picture_ext'])) +{ + $template->assign('U_COI', get_root_url().'admin.php?page=picture_coi&image_id='.$_GET['image_id']); +} + // image level options $selected_level = isset($_POST['level']) ? $_POST['level'] : $row['level']; $template->assign( -- cgit v1.2.3