{* * $Revision: 15905 $ * 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->hiddenFormVars} {if !empty($controller)} {/if} {if !empty($form.formName)} {/if}
{if $ItemAdmin.item.parentId or !empty($ItemAdmin.thumbnail)}
{if empty($ItemAdmin.thumbnail)} {g->text text="No Thumbnail"} {else} {g->image item=$ItemAdmin.item image=$ItemAdmin.thumbnail maxSize=130} {/if}

{$ItemAdmin.item.title|markup}

{/if}

{g->text text="Options"}

    {foreach from=$ItemAdmin.subViewChoices key=choiceName item=choiceParams}
  • {if isset($choiceParams.active)} {$choiceName} {else} {$choiceName} {/if}
  • {/foreach}
{g->block type="core.NavigationLinks" class="gbBlock" navigationLinks=$ItemAdmin.navigationLinks}
{include file="gallery:`$ItemAdmin.viewBodyFile`" l10Domain=$ItemAdmin.viewL10Domain}