diff options
author | friendica <info@friendica.com> | 2012-04-22 16:25:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-22 16:25:02 -0700 |
commit | 724e1d15d0441fa169598397416d1e470e539d02 (patch) | |
tree | ea3df9b38646ed1d6343426b84cf50a8a3e3004c /view/theme/diabook/nav.tpl | |
parent | 00cb7f9efb4826a6ad5c0791f26bc5e8db644f77 (diff) | |
parent | c0dffa7442abdcaee8bcc2eb97a3ed71d60ce554 (diff) | |
download | volse-hubzilla-724e1d15d0441fa169598397416d1e470e539d02.tar.gz volse-hubzilla-724e1d15d0441fa169598397416d1e470e539d02.tar.bz2 volse-hubzilla-724e1d15d0441fa169598397416d1e470e539d02.zip |
Merge https://github.com/friendica/friendica into pull
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> |