{* * $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="Theme Name"} | {g->text text="Version"} | {g->text text="Installed"} | {g->text text="Description"} | {g->text text="Actions"} | |
|---|---|---|---|---|---|
|
{if $theme.state == 'install'}
|
{g->text text=$theme.name l10Domain=$theme.l10Domain} | {$theme.version} | {$theme.installedVersion} |
{g->text text=$theme.description l10Domain=$theme.l10Domain}
{if $theme.state == 'incompatible'}
{g->text text="Incompatible theme!"} {if $theme.api.required.core != $theme.api.provided.core} {g->text text="Core API Required: %s (available: %s)" arg1=$theme.api.required.core arg2=$theme.api.provided.core} {/if} {if $theme.api.required.theme != $theme.api.provided.theme} {g->text text="Theme API Required: %s (available: %s)" arg1=$theme.api.required.theme arg2=$theme.api.provided.theme} {/if} {/if} |
{if ($themeId == $AdminThemes.defaultThemeId)}
{g->text text="(default)"}
{/if}
{if (!empty($theme.action))}
{foreach name=actions from=$theme.action item=action}{strip}
{if !$smarty.foreach.actions.first}
{/if} {$action.text} {/strip}{/foreach} {else} {/if} |
{g->text text="These are default display settings for albums in your gallery. They can be overridden in each album."}
| {g->text text="Default sort order"} | {g->text text="with"} |
| {g->text text="Default theme"} | |
| {g->text text="New albums"} |
{g->text text="These are the global settings for the theme. They can be overridden at the album level."}
{if isset($AdminThemes.customTemplate)} {include file="gallery:`$AdminThemes.customTemplate`" l10Domain=$AdminThemes.themes[$AdminThemes.themeId].l10Domain} {/if} {if !empty($AdminThemes.settings)}| {$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[$setting.key]} | ||||||||||