merge r20014 from trunk to branch 2.4

bug:2819
Link problem in menu with smartpocket

Add redirect.tpl in smartpocket.

git-svn-id: http://piwigo.org/svn/branches/2.4@20015 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2013-01-09 00:26:54 +00:00
parent b3ab6cf8e8
commit df6940d0af
2 changed files with 10 additions and 0 deletions

View file

@ -26,6 +26,7 @@
{footer_script}{literal}
$(document).ready(function() {
$('#identification').change(function() {
$(this).selectmenu('close');
window.location = this.value;
});
});

View file

@ -0,0 +1,9 @@
<div>
{$REDIRECT_MSG}
</div>
<p style="margin: 2em">
<a href="{$page_refresh.U_REFRESH}">
{'Click here if your browser does not automatically forward you'|@translate}
</a>
</p>