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

    r12922 r13077  
    266266        'TN_SRC' => $src,
    267267        'FILE_SRC' => $row['path'],
    268         'LEGEND' => !empty($row['name']) ?
    269             $row['name'] : get_name_from_file($row['file']),
    270         'U_EDIT' =>
    271             PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
    272             '&image_id='.$row['id'],
     268        'LEGEND' => render_element_name($row),
     269        'U_EDIT' => get_root_url().'admin.php?page=photo-'.$row['id'],
    273270        'NAME' => !empty($row['name'])?$row['name']:'',
    274271        'AUTHOR' => !empty($row['author'])?htmlspecialchars($row['author']):'',
Note: See TracChangeset for help on using the changeset viewer.