{* * $Revision: 1.9 $ * 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="This album is configured to use the %s theme. These settings only apply to the theme for this album." arg1=$ItemEditTheme.theme.name}

{if isset($ItemEditTheme.customTemplate)} {include file="gallery:`$ItemEditTheme.customTemplate`" l10Domain=$ItemEditTheme.theme.l10Domain} {/if} {if !empty($ItemEditTheme.settings)} {foreach from=$ItemEditTheme.settings item=setting} {assign var="settingKey" value=$setting.key} {if isset($form.error.key.$settingKey.invalid)} {/if} {/foreach}
{g->text text="Setting"} {g->text text="Value"} {g->text text="Use Global"}
{$setting.name} {if ($setting.type == 'text-field')} {elseif ($setting.type == 'textarea')} {elseif ($setting.type == 'single-select')} {elseif ($setting.type == 'checkbox')} {elseif ($setting.type == 'block-list')}
{g->text text="Available"} {g->text text="Add"}
{g->text text="Selected"} {g->text text="Remove"} {g->text text="Move Up"} {g->text text="Move Down"}
{/if}
{$form.errorMessage.$settingKey}
{g->changeInDescendents module="theme" text="Use these settings in all subalbums that use %s theme" arg1=$ItemEditTheme.theme.name}

{g->text text="Note: to set the same theme for all subalbums, check the appropriate box in Album tab"}

{elseif !isset($ItemEditTheme.customTemplate)} {g->text text="There are no settings for this theme"} {/if}