{* * $Revision: 16471 $ * 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="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"}{$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' || ($plugin.type == 'theme' && $plugin.id == $AdminPlugins.defaultTheme && $plugin.state == 'active')} {else} {if $AdminPlugins.canDeletePlugins} {/if} {/if} | |