{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}

{'Themes'|@translate}

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

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

{/if}