diff options
author | friendica <info@friendica.com> | 2012-04-24 17:55:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-24 17:55:56 -0700 |
commit | 139c2c1bbdffeb8df07004a9fdf919adf0bac72c (patch) | |
tree | 19f6b5a3a489a7c3a39b338e2c8c77cd88db7bec /view/theme/diabook/nav.tpl | |
parent | a5f9e67c9f17d65c9958ba55c3aa5d2f0b9d52fa (diff) | |
parent | 75828b4750dbed8d8c0515ab8bfa1b2276b7f65f (diff) | |
download | volse-hubzilla-139c2c1bbdffeb8df07004a9fdf919adf0bac72c.tar.gz volse-hubzilla-139c2c1bbdffeb8df07004a9fdf919adf0bac72c.tar.bz2 volse-hubzilla-139c2c1bbdffeb8df07004a9fdf919adf0bac72c.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 e0ffa4f7b..ce27400f6 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -136,7 +136,7 @@ </nav> -<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 id="scrollup" style="position: fixed; bottom: 5px; right: 10px;"><a id="down" onclick="scrolldown()" ><img id="scroll_top_bottom" src="view/theme/diabook/icons/scroll_bottom.png" style="display:cursor !important;" 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> |