{* * $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)}| {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')}
|
||||||||||
| {$form.errorMessage.$settingKey} | |||||||||||
{elseif !isset($ItemEditTheme.customTemplate)} {g->text text="There are no settings for this theme"} {/if}{g->text text="Note: to set the same theme for all subalbums, check the appropriate box in Album tab"}