{* * $Revision: 1.34 $ * 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="Select the users to migrate"}
{if (sizeof($ChooseObjects.newUsers) > 0)} {g->text text="Check All"} {g->text text="Clear All"} {g->text text="Invert Selection"}| {g->text text="Select"} | {g->text text="Username"} | {g->text text="Select"} | {g->text text="Username"} | {g->text text="Select"} | {g->text text="Username"} |
|---|---|---|---|---|---|
| {if ($smarty.foreach.users.iteration % 3) == 0 && !$smarty.foreach.users.last} | |||||
{g->text text="No available users"}
{/if} {if sizeof($ChooseObjects.existingUsers) > 0}{g->text text="Select the albums to migrate"}
{g->text text="Gallery 2 has the following fields for all items and albums: title, summary text shown with thumbnails and description text shown in item or album view. G1 albums already have these three items (though the names of summary and description are reversed). G1 items have only a filename and caption. For items imported into G2:"}
| {g->text text="Set title from:"} |
formVar var="form[set][title]"}" value="filename"/>
formVar var="form[set][title]"}" value="caption"/> formVar var="form[set][title]"}" value="custom"/> {if isset($form.error.emptyCustomField.title)} {g->text text="Enter a custom field name"} {/if} formVar var="form[set][title]"}" value="blank"/> |
| {g->text text="Set summary from:"} |
formVar var="form[set][summary]"}" value="filename"/>
formVar var="form[set][summary]"}" value="caption"/> formVar var="form[set][summary]"}" value="custom"/> {if isset($form.error.emptyCustomField.summary)} {g->text text="Enter a custom field name"} {/if} formVar var="form[set][summary]"}" value="blank"/> |
| {g->text text="Set description from:"} |
formVar var="form[set][description]"}" value="filename"/>
formVar var="form[set][description]"}" value="caption"/> formVar var="form[set][description]"}" value="custom"/> {if isset($form.error.emptyCustomField.description)} {g->text text="Enter a custom field name"} {/if} formVar var="form[set][description]"}" value="blank"/> |
{g->text text="Custom fields will not be imported. Activate Custom Fields module to enable this option."}
{else}