Changeset 13940 for trunk/admin/themes


Ignore:
Timestamp:
Apr 6, 2012, 10:45:35 PM (12 years ago)
Author:
plg
Message:

feature 2608: explain what the Center of Interest is

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/picture_coi.tpl

    r13077 r13940  
    99
    1010<fieldset>
    11 <legend>{'Crop'|@translate}</legend>
     11<legend>{'Photo sizes with crop'|@translate}</legend>
    1212{foreach from=$cropped_derivatives item=deriv}
    1313<img src="{$deriv.U_IMG}" alt="{$ALT}" {$deriv.HTM_SIZE}>
     
    1717<fieldset>
    1818<legend>{'Center of interest'|@translate}</legend>
     19<p style="margin:0 0 10px 0;padding:0;">
     20{'The center of interest is the most meaningful zone in the photo.'|@translate}
     21{'For photo sizes with crop, such as "Square", Piwigo will do its best to include the center of interest.'|@translate}
     22{'By default, the center of interest is placed in the middle of the photo.'|@translate}
     23{'Select a zone with your mouse to define a new center of interest.'|@translate}
     24</p>
    1925<input type="hidden" id="l" name="l" value="{if isset($coi)}{$coi.l}{/if}">
    2026<input type="hidden" id="t" name="t" value="{if isset($coi)}{$coi.t}{/if}">
Note: See TracChangeset for help on using the changeset viewer.