diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 23:58:34 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 23:58:34 +0200 |
commit | e74ae8b0310fd4b638ff5da674ba16b47fc5f294 (patch) | |
tree | 3be86f8d04c8a403995e0c19577a3150bd193d52 /view/theme/diabook/nav.tpl | |
parent | d6c8a14fb0f56825b1f5f8dc4108a89d8aa583db (diff) | |
download | volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.tar.gz volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.tar.bz2 volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.zip |
diabook-themes: bugfix
Diffstat (limited to 'view/theme/diabook/nav.tpl')
-rw-r--r-- | view/theme/diabook/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index 29a89527c..e0ffa4f7b 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -136,7 +136,7 @@ </nav> -<div style="position: fixed; bottom: 5px; right: 10px;"><a href="javascript:$('html, body').animate({scrollTop:0}, 'slow'); "><img src="view/theme/diabook/icons/scroll_top.png" title="scroll to top"></a></div> +<div id="scrollup" style="position: fixed; bottom: 5px; right: 10px;"><a href="#top"><img src="view/theme/diabook/icons/scroll_top.png" alt="back to top" title="Back to top"></a></div> <div style="position: fixed; bottom: 3px; left: 25px;">$langselector</div> <div style="position: fixed; bottom: 23px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="view/theme/diabook/icons/bluebug.png" title="report bugs for the theme diabook"/></a></div> |