From bea45c89b62c779dd56383e82b0fbb9bd76696df Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 10 Feb 2012 10:52:07 +0000 Subject: feature 2564: redesign on photo administration screen. * one screen with several tabs (for now: properties + coi) * double select boxes for album associations and representation have been converted to simple multiple select boxes with jQuery Chosen * more details about the photo in an introduction text git-svn-id: http://piwigo.org/svn/trunk@13077 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_modify.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'admin/cat_modify.php') diff --git a/admin/cat_modify.php b/admin/cat_modify.php index a6399b4ee..08be98381 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -343,8 +343,7 @@ SELECT id,representative_ext,path ;'; $row = pwg_db_fetch_assoc(pwg_query($query)); $src = DerivativeImage::thumb_url($row); - $url = get_root_url().'admin.php?page=picture_modify'; - $url.= '&image_id='.$category['representative_picture_id']; + $url = get_root_url().'admin.php?page=photo-'.$category['representative_picture_id']; $tpl_representant['picture'] = array( -- cgit v1.2.3