Ignore:
Timestamp:
Feb 10, 2012, 11:52:07 AM (12 years 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/rating.php

    r12922 r13077  
    204204  $thumbnail_src = DerivativeImage::thumb_url($image);
    205205
    206   $image_url = PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
    207             '&image_id='.$image['id'];
     206  $image_url = get_root_url().'admin.php?page=photo-'.$image['id'];
    208207
    209208  $query = 'SELECT *
Note: See TracChangeset for help on using the changeset viewer.