Ignore:
Timestamp:
May 2, 2012, 6:29:56 AM (12 years ago)
Author:
rvelices
Message:

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)
File:
1 edited

Legend:

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

    r14548 r14649  
    432432        </tr>
    433433  {/if}
     434                                <tr>
     435                                <td>{'Sharpen'|@translate}</td>
     436                                <td>
     437                                        <input type="text" name="d[{$type}][sharpen]" maxlength="4" size="4"  value="{$d.sharpen}"{if isset($ferrors.$type.sharpen)} class="dError"{/if}>
     438                                        %
     439                                        {if isset($ferrors.$type.sharpen)}<span class="dErrorDesc" title="{$ferrors.$type.sharpen}">!</span>{/if}
     440                                </td>
     441                                </tr>
    434442      </table> {* #sizeEdit *}
    435443    </td>
Note: See TracChangeset for help on using the changeset viewer.