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:
parent
b3ab6cf8e8
commit
df6940d0af
2 changed files with 10 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
{footer_script}{literal}
|
||||
$(document).ready(function() {
|
||||
$('#identification').change(function() {
|
||||
$(this).selectmenu('close');
|
||||
window.location = this.value;
|
||||
});
|
||||
});
|
||||
|
|
9
themes/smartpocket/template/redirect.tpl
Normal file
9
themes/smartpocket/template/redirect.tpl
Normal 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>
|
Loading…
Add table
Reference in a new issue