aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes/smartpocket/template/menubar.tpl1
-rw-r--r--themes/smartpocket/template/redirect.tpl9
2 files changed, 10 insertions, 0 deletions
diff --git a/themes/smartpocket/template/menubar.tpl b/themes/smartpocket/template/menubar.tpl
index e4679c98e..734ede2da 100644
--- a/themes/smartpocket/template/menubar.tpl
+++ b/themes/smartpocket/template/menubar.tpl
@@ -26,6 +26,7 @@
{footer_script}{literal}
$(document).ready(function() {
$('#identification').change(function() {
+ $(this).selectmenu('close');
window.location = this.value;
});
});
diff --git a/themes/smartpocket/template/redirect.tpl b/themes/smartpocket/template/redirect.tpl
new file mode 100644
index 000000000..61f88885e
--- /dev/null
+++ b/themes/smartpocket/template/redirect.tpl
@@ -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>