{* * $Revision: 16471 $ * 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="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"} |
{if isset($form.error.themeUnavailable)}
{g->text text="The %s theme is incompatible with your Gallery version or no longer available. Please upgrade the %s theme or pick another default theme." arg1=$AdminThemes.themeId arg2=$AdminThemes.themeId}
{/if}
|
| {g->text text="New albums"} |
{g->text text="These are the global settings for the theme. They can be overridden at the album level."}
{include file="gallery:modules/core/templates/JavaScriptWarning.tpl"} {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]} | ||||||||||