Show
Ignore:
Timestamp:
02/10/12 11:52:07 (16 months ago)
Author:
plg
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/photos_add_direct_process.inc.php

    r13019 r13077  
    216216    $thumbnail['title'] = get_name_from_file($image_infos['file']); 
    217217 
    218     $thumbnail['link'] = PHPWG_ROOT_PATH.'admin.php?page=picture_modify' 
    219       .'&image_id='.$image_id 
    220       .'&cat_id='.$category_id 
    221       ; 
     218    $thumbnail['link'] = get_root_url().'admin.php?page=photo-'.$image_id.'&cat_id='.$category_id; 
    222219 
    223220    array_push($page['thumbnails'], $thumbnail);