{* * $Revision: 15342 $ * 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="Rating Settings"}

{if !empty($status) || !empty($form.error)}
{if isset($status.saved)}

{g->text text="Settings saved successfully"}

{/if} {if !empty($form.error)}

{g->text text="There was a problem processing your request."}

{/if}
{/if}
{capture assign=link}{/capture} {g->text text="The settings below apply to the %sRating Album%s view, which shows highly rated items from across the Gallery." arg1=$link arg2=""}
{g->text text="Query limit"} {g->text text="Lowest value allowed for rating album threshold"}
{if isset($form.error.minLimit)}
{g->text text="Invalid number"}
{/if}
{g->text text="Description"}
{g->text text="Sort order"} {g->text text="with"}
{g->text text="Theme"}
{capture assign="message"}{g->text text="Settings for %s theme in Rating Album" arg1=$ThemeSettingsForm.theme.name}{/capture} {g->block type="core.ThemeSettingsForm" class="gbBlock" message=$message formId="siteAdminForm"}