Changeset 13038 for trunk/admin


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

Location:
trunk/admin
Files:
2 added
2 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'];
  • trunk/admin/themes/default/template/picture_modify.tpl

    r12855 r13038  
    8484      </tr>
    8585      {/if}
    86 
     86{if isset($U_COI)}
     87      <tr>
     88        <td></td>
     89        <td><a href="{$U_COI}">{'Not cropped correctly?'|@translate}</a></td>
     90      </tr>
     91{/if}
    8792    </table>
    8893
Note: See TracChangeset for help on using the changeset viewer.