{* * $Revision: 16433 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}

{g->text text="Add Items"}

{if !empty($form.error.itemsAddedDespiteFormErrors)}
{g->text text="Not all of the specified items have been added successfully."}
{/if} {if (!$ItemAdd.hasToolkit)}
{g->text text="You don't have any Graphics Toolkit activated that can handle JPEG images. If you add images, you will probably not have any thumbnails."} {capture name="url"} {g->url arg1="view=core.SiteAdmin" arg2="subView=core.AdminPlugins"} {/capture} {if $ItemAdd.isAdmin} {g->text text="Visit the %sModules%s page to activate a Graphics Toolkit." arg1="" arg2=""} {/if}
{/if}
{foreach from=$ItemAdd.plugins item=plugin} {if $plugin.isSelected} {$plugin.title} {else} {$plugin.title} {/if} {/foreach}
{include file="gallery:`$ItemAdd.pluginFile`" l10Domain=$ItemAdd.pluginL10Domain}