{footer_script require='jquery.effects.blind'}{literal} jQuery(document).ready(function(){ jQuery("td[id^='desc_'], p[id^='revdesc_']").click(function() { id = this.id.split('_'); jQuery("#revdesc_"+id[1]).toggle('blind'); jQuery(".button_"+id[1]).toggle(); return false; }); }); {/literal}{/footer_script}

{'Plugins'|@translate}

{if not empty($plugins)}
{'Plugins which need upgrade'|@translate} {foreach from=$plugins item=plugin name=plugins_loop}
{$plugin.EXT_NAME} {'Install'|@translate} | {'Download'|@translate} | {'Visit plugin site'|@translate}
{'Version'|@translate} {$plugin.CURRENT_VERSION} {'Downloads'|@translate}: {$plugin.DOWNLOADS} {'New Version'|@translate} : {$plugin.NEW_VERSION} | {'By %s'|@translate|@sprintf:$plugin.AUTHOR}
{/foreach}
{elseif not isset($SERVER_ERROR)}

{'All plugins are up to date.'|@translate}

{/if}