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

    r13052 r13077  
    7979
    8080$tpl_var = array(
     81  'TITLE' => render_element_name($row),
    8182  'ALT' => $row['file'],
    8283  'U_IMG' => DerivativeImage::url(IMG_LARGE, $row),
    83   'U_EDIT' => get_root_url().'admin.php?page=picture_modify&image_id='.$_GET['image_id'],
    8484  );
    8585
Note: See TracChangeset for help on using the changeset viewer.