{* * $Revision: 17380 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}
{g->text text="Maintenance Mode"} |
{g->text text="Restrict user access to the system while maintenance is being performed."} |
|
{g->text text="Maintenance Mode Url"}
{g->text text="The Maintenance Mode Url specifies where requests will be redirected when access to the site has been restricted by the administrator."}
{g->text text="If left blank Gallery will display a default page with an administrator login link. This page will be themed when the code base is up to date, otherwise it will display a plain unstyled page."}
|
{g->text text="Task name"} | {g->text text="Last run"} | {g->text text="Success/Fail"} | {g->text text="Action"} |
---|---|---|---|
{if !isset($status.run) || $status.run.taskId != $taskId}+{else}-{/if} {g->text text=$info.title l10Domain=$info.l10Domain} | {if isset($info.timestamp)} {g->date timestamp=$info.timestamp style="datetime"} {else} {g->text text="Not run yet"} {/if} |
{if isset($info.success)}
{if $info.success}
{g->text text="Success"}
{else}
{g->text text="Failed"}
{/if}
{else}
{g->text text="Not run yet"}
{/if}
| {g->text text="run now"} |
{g->text text=$info.description l10Domain=$info.l10Domain}
{if !empty($info.details)}
{g->text text="Last Run Details:"}
{foreach from=$info.details item=text}
{$text} |