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/comments.php

    r12922 r13077  
    130130    'comments',
    131131    array(
    132       'U_PICTURE' =>
    133           PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
    134           '&image_id='.$row['image_id'],
     132      'U_PICTURE' => get_root_url().'admin.php?page=photo-'.$row['image_id'],
    135133      'ID' => $row['id'],
    136134      'TN_SRC' => $thumb,
Note: See TracChangeset for help on using the changeset viewer.