Skip to content
Snippets Groups Projects
Commit df7b6005 authored by andi's avatar andi
Browse files

back to top button fixed #229 and #162

darcs-hash:20050417183013-9977f-398b04cd192ef7aac1cfe061ef1a46e15e574b86.gz
parent 3685f775
No related branches found
No related tags found
No related merge requests found
......@@ -171,9 +171,8 @@ function html_topbtn(){
global $lang;
$ret = '';
$ret .= '<form class="button" method="get" action="#top" onsubmit="return svchk()">';
$ret .= '<input type="submit" value="'.htmlspecialchars($lang['btn_top']).'" class="button" />';
$ret .= '</form>';
$ret = '<a href="#top"><input type="button" class="button" value="Back to top" onclick="window.scrollTo(0, 0)" /></a>';
return $ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment