diff options
author | plegall <plg@piwigo.org> | 2012-04-06 20:45:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-04-06 20:45:35 +0000 |
commit | 1072ba010a7e940bc78aeffbc85ce9673d5c88f3 (patch) | |
tree | 6b374ad81d8e2ebc16a19a706e7aa33fb8d95818 /admin/themes/default | |
parent | 7a20cd3a60ddbfd10cbb43bbb0baac10906b6b08 (diff) |
feature 2608: explain what the Center of Interest is
git-svn-id: http://piwigo.org/svn/trunk@13940 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/picture_coi.tpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_coi.tpl b/admin/themes/default/template/picture_coi.tpl index 76d8ecc11..d5c2ec431 100644 --- a/admin/themes/default/template/picture_coi.tpl +++ b/admin/themes/default/template/picture_coi.tpl @@ -8,7 +8,7 @@ <form method="post"> <fieldset> -<legend>{'Crop'|@translate}</legend> +<legend>{'Photo sizes with crop'|@translate}</legend> {foreach from=$cropped_derivatives item=deriv} <img src="{$deriv.U_IMG}" alt="{$ALT}" {$deriv.HTM_SIZE}> {/foreach} @@ -16,6 +16,12 @@ <fieldset> <legend>{'Center of interest'|@translate}</legend> +<p style="margin:0 0 10px 0;padding:0;"> +{'The center of interest is the most meaningful zone in the photo.'|@translate} +{'For photo sizes with crop, such as "Square", Piwigo will do its best to include the center of interest.'|@translate} +{'By default, the center of interest is placed in the middle of the photo.'|@translate} +{'Select a zone with your mouse to define a new center of interest.'|@translate} +</p> <input type="hidden" id="l" name="l" value="{if isset($coi)}{$coi.l}{/if}"> <input type="hidden" id="t" name="t" value="{if isset($coi)}{$coi.t}{/if}"> <input type="hidden" id="r" name="r" value="{if isset($coi)}{$coi.r}{/if}"> |