Changeset 13077 for trunk/picture.php


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

    r13074 r13077  
    752752
    753753  $url_admin =
    754     get_root_url().'admin.php?page=picture_modify'
    755     .'&cat_id='.(isset($page['category']) ? $page['category']['id'] : '')
    756     .'&image_id='.$page['image_id'];
     754    get_root_url().'admin.php?page=photo-'.$page['image_id']
     755    .(isset($page['category']) ? '&cat_id='.$page['category']['id'] : '')
     756    ;
    757757
    758758  $template->assign(
Note: See TracChangeset for help on using the changeset viewer.