mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 14:55:25 +02:00
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:
@@ -26,6 +26,7 @@
|
||||
{footer_script}{literal}
|
||||
$(document).ready(function() {
|
||||
$('#identification').change(function() {
|
||||
$(this).selectmenu('close');
|
||||
window.location = this.value;
|
||||
});
|
||||
});
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user