{* Warning : This is the admin pages footer only don't be confusing with the public page footer *} {* *} {if isset($footer_elements)} {foreach from=$footer_elements item=elt} {$elt} {/foreach} {/if} {if isset($debug.QUERIES_LIST)}
{$debug.QUERIES_LIST}
{/if} {* *} {* *}

{'What\'s new in version %s'|translate:$WHATS_NEW_MAJOR_VERSION}

{'A new interface for user management'|translate}

{'Brand new features : Activities logs and PDF reader'|translate}

{'Enhanced interface for batch manager and album selector'|translate}

{'Even more filters for the gallery search engine'|translate}

{'Read the release note'|translate}
{combine_script id='jquery.tipTip' load='footer' path='themes/default/js/plugins/jquery.tipTip.minified.js'} {footer_script require='jquery.tipTip'} jQuery('.tiptip').tipTip({ delay: 0, fadeIn: 200, fadeOut: 200 }); jQuery('a.externalLink').click(function() { window.open(jQuery(this).attr("href")); return false; }); function hide_user_whats_new() { $.ajax({ url: "ws.php?format=json&method=pwg.users.preferences.set", type: "POST", dataType: "JSON", data: { param: 'show_whats_new_{$WHATS_NEW_MAJOR_VERSION}', value: false, } }) $('#whats_new').hide(); } function show_user_whats_new() { $('#whats_new').show(); } {if isset($SHOW_WHATS_NEW) && $SHOW_WHATS_NEW} show_user_whats_new() {/if} {/footer_script} {get_combined_scripts load='footer'}