{* * $Revision: 15342 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="Custom Thumbnail"}

{if isset($CustomThumbnailOption.thumbnail)}

{else} {g->text text="Upload a JPEG image to use as the thumbnail for this item."}
{if $CustomThumbnailOption.canResize} {g->text text="Image does not need to be thumbnail size; it will be resized as needed."} {else} {g->text text="No toolkit available for resizing so uploaded image must be thumbnail sized."} {/if}

{if !empty($form.CustomThumbnailOption.error.missingFile)}
{g->text text="Missing image file"}
{/if} {if !empty($form.CustomThumbnailOption.error.imageMime)}
{g->text text="Thumbnail image must be a JPEG"}
{/if} {/if}