{* * $Revision: 1.35 $ * 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="Sort order"}

{g->text text="This sets the sort order for the album. This applies to all current items, and any newly added items."}

{g->text text="with"}
{g->changeInDescendents module="sort" text="Apply to all subalbums"}

{g->text text="Theme"}

{g->text text="Choose a theme for this album. (The way the album is arranged on the page)"}


{g->changeInDescendents module="theme" text="Use this theme in all subalbums"}

{g->text text="Thumbnails"}

{g->text text=" Every item requires a thumbnail. Set the default size in pixels here."}

{if !empty($form.error.thumbnail.size.invalid)}
{g->text text="You must enter a number (greater than zero)"}
{/if}
{g->changeInDescendents module="thumbnail" text="Use this thumbnail size in all subalbums"}

{g->text text="Resized Images"}

{g->text text="Each item in your album can have multiple sizes. Define the default sizes here."}

{counter start=0 assign=index} {foreach from=$form.resizes item=resize} {if !empty($form.error.resizes.$index.size.missing)} {/if} {if !empty($form.error.resizes.$index.size.invalid)} {/if} {counter} {/foreach}
{g->text text="Active"} {g->text text="Target Size (pixels)"}
{g->dimensions formVar="form[resizes][$index]" width=$form.resizes.$index.width height=$form.resizes.$index.height}
{g->text text="You must enter a valid size"}
{g->text text="You must enter a number (greater than zero)"}
{g->changeInDescendents module="resizes" text="Use these target sizes in all subalbums"}

{g->text text="Recreate thumbnails and resizes"}

{g->text text="The thumbnail and resized image settings are for all new items. To apply these settings to all the items in your album, check the appropriate box."}


{* Include our extra ItemEditOptions *} {foreach from=$ItemEdit.options item=option} {include file="gallery:`$option.file`" l10Domain=$option.l10Domain} {/foreach}