diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-05-02 04:29:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-05-02 04:29:56 +0000 |
commit | 40a4dd63f09e96550239c562730ab99e29760bc0 (patch) | |
tree | 34aacf7ee362c58f84ade72f26aa18e3bfecfe81 /admin/themes/default | |
parent | 642d757bd4644e8596ee17bc57d674a85a38c4ff (diff) |
multi size:
- fix external imagick issues when rotation was required
- fix: derivative were generated continuosly until a first save performed in the admin screen
- added sharpen param in the new config screen
- increased the sharpen range (10% is less than before)
git-svn-id: http://piwigo.org/svn/trunk@14649 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index bdd7a7a28..3c87f1186 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -431,6 +431,14 @@ jQuery(document).ready(function(){ </td> </tr> {/if} + <tr> + <td>{'Sharpen'|@translate}</td> + <td> + <input type="text" name="d[{$type}][sharpen]" maxlength="4" size="4" value="{$d.sharpen}"{if isset($ferrors.$type.sharpen)} class="dError"{/if}> + % + {if isset($ferrors.$type.sharpen)}<span class="dErrorDesc" title="{$ferrors.$type.sharpen}">!</span>{/if} + </td> + </tr> </table> {* #sizeEdit *} </td> </tr> |