Ignore:
Timestamp:
Feb 6, 2012, 9:59:20 PM (12 years ago)
Author:
rvelices
Message:

multisize - added the coi (still to affine the admin ui + language)
multisize - derivatives can be revuild from a larger derviative instead of the original

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r13013 r13038  
    304304  );
    305305
     306if (in_array(get_extension($row['path']),$conf['picture_ext']))
     307{
     308  $template->assign('U_COI', get_root_url().'admin.php?page=picture_coi&image_id='.$_GET['image_id']);
     309}
     310
    306311// image level options
    307312$selected_level = isset($_POST['level']) ? $_POST['level'] : $row['level'];
Note: See TracChangeset for help on using the changeset viewer.