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

    r13013 r13077  
    344344    $row = pwg_db_fetch_assoc(pwg_query($query));
    345345    $src = DerivativeImage::thumb_url($row);
    346     $url = get_root_url().'admin.php?page=picture_modify';
    347     $url.= '&image_id='.$category['representative_picture_id'];
     346    $url = get_root_url().'admin.php?page=photo-'.$category['representative_picture_id'];
    348347
    349348    $tpl_representant['picture'] =
Note: See TracChangeset for help on using the changeset viewer.