{* * $Revision: 1.4 $ * 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. *}
{counter start=-1 assign=idx} {foreach from=$form.languageList key=language item=label}{counter assign=idx} {if isset($form.languageData[$language])}
{$form.languageData[$language].title}
{$form.languageData[$language].summary}
{$form.languageData[$language].description}
{else}
{/if} {/foreach}

{g->text text="Enter text for additional languages. If all fields are blank then the primary data shown below will be used. If any fields are non-empty then the multilanguage data will be used, even if some fields are blank."}

{g->text text="Item Data"}

{g->text text="Title"} {$form.mainTitle|markup}
{g->text text="Summary"} {$form.mainSummary|markup}
{g->text text="Description"} {$form.mainDescription|markup}

{g->text text="Language"}

{g->text text="Title"}

{g->text text="The title of this item."}

{include file="gallery:modules/core/templates/MarkupBar.tpl" viewL10domain="modules_core" element="title" firstMarkupBar="true"} {if !empty($form.error.title.missingRootTitle)}
{g->text text="The root album must have a title."}
{/if}

{g->text text="Summary"}

{g->text text="The summary of this item."}

{include file="gallery:modules/core/templates/MarkupBar.tpl" viewL10domain="modules_core" element="summary"}

{g->text text="Description"}

{g->text text="This is the long description of the item."}

{include file="gallery:modules/core/templates/MarkupBar.tpl" viewL10domain="modules_core" element="description"}