{**} {if $configLocked}
{t str=EditConfigNotPossible}
{/if} {include file=plugin-group-switcher.html} {if $formError && $formError.id > 0 && $formError.message}
{$formError.message|escape}
{/if}

Upgrade this plugin

Select file

Tools

{if $aWarnings}
{foreach from=$aWarnings key=idx item=warning} {$warning|escape}
{/foreach}
{/if} {if $aErrors}
{foreach from=$aErrors key=idx item=error} {$error|escape}
{/foreach}
{/if} {if $aMessages}
{foreach from=$aMessages key=idx item=message} {$message|escape}
{/foreach}
{/if}
Version{$aPackage.version} Author{$aPackage.author}
Creation Date{$aPackage.creationdate} Email{if {$aPackage.authoremail}{/if}{$aPackage.authoremail|escape}{if {$aPackage.authoremail}{/if}
License{$aPackage.license} URL{if {$aPackage.authorurl}{/if}{$aPackage.authorurl|escape}{if {$aPackage.authorurl}{/if}

{if $aPackage.displayname != ''} {$aPackage.displayname|escape} {else} {$aPackage.name|escape} {/if}

{$aPackage.description|escape}

{include file=plugin-group-index-list.html aPlugins=$aPlugins hideSwitcher=true}
{$readme}