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

{g->text text="Gallery Plugins"}

{g->text text="Plugins"} {capture name=getMoreLink} {g->text text="Get More Plugins"} {/capture} {$smarty.capture.getMoreLink}
{if $AdminPlugins.showGetMorePluginsTip}

{g->text text="Want more features? New plugins are just a click away. Just click the %s link to get started." arg1=$smarty.capture.getMoreLink}

{/if}

{g->text text="Gallery features come as separate plugins. You can download and install plugins to add more features to your Gallery, or you can disable features if you don't want to use them. In order to use a feature, you must install, configure (if necessary) and activate it. If you don't wish to use a feature, you can deactivate it."}

{include file="gallery:modules/core/templates/JavaScriptWarning.tpl"} {include file="gallery:modules/core/templates/AdminPluginsLegend.tpl" legendId="top"} {assign var="group" value=""} {foreach from=$AdminPlugins.plugins item=plugin} {if $group != $plugin.group} {if !empty($group)} {/if} {/if} {assign var="group" value=$plugin.group} {/foreach}
 

{$plugin.groupLabel}

  {g->text text="Plugin Name"} {g->text text="Installed"} {g->text text="Version"} {g->text text="Description"} {g->text text="Actions"}
{if empty($plugin.screenshot)} {$plugin.name} {else} {$plugin.name} {capture assign=screenshotLabel}{g->text text="Screenshot for %s" arg1=$plugin.name}{/capture} {/if} {$plugin.installedVersion} {$plugin.version} {$plugin.description} {if $plugin.state == 'incompatible'}
{g->text text="Incompatible plugin!"} {if $plugin.api.required.core != $plugin.api.provided.core}
{g->text text="Core API Required: %s (available: %s)" arg1=$plugin.api.required.core arg2=$plugin.api.provided.core} {/if} {if $plugin.api.required.plugin != $plugin.api.provided.plugin}
{g->text text="Plugin API Required: %s (available: %s)" arg1=$plugin.api.required.plugin arg2=$plugin.api.provided.plugin} {/if}
{/if}
{if ($plugin.type == 'module' && $plugin.id == 'core') || $plugin.state == 'incompatible'}   {else} {* Omit some actions for default theme *} {if !($plugin.type == 'theme' && $plugin.id == $AdminPlugins.defaultTheme && $plugin.state == 'active')} {if $AdminPlugins.canDeletePlugins} {/if} {/if} {/if}
{include file="gallery:modules/core/templates/AdminPluginsLegend.tpl" legendId="bottom"}