Merge branch 'QA_4_4'

This commit is contained in:
Marc Delisle 2015-05-11 07:58:51 -04:00
commit f4a2dce952
2 changed files with 6 additions and 3 deletions

View File

@ -39,6 +39,7 @@ phpMyAdmin - ChangeLog
- bug #4897 Column hint in SQL autocomplete is sometimes not shown
- bug #4898 JS error after selecting a field and press Enter
- bug Honor proxy settings when getting Git commit information
- bug Missing title on link
4.4.6.0 (2015-05-07)
- bug #4890 webkitStorageInfo and webkitIndexedDB is deprecated

View File

@ -445,9 +445,11 @@ class PMA_Header
$retval .= $this->_menu->getDisplay();
$retval .= '<span id="lock_page_icon"></span>';
$retval .= sprintf(
'<a id="goto_pagetop" href="#" title="%s">%s</a>',
__('Click on the bar to scroll to top of page'),
PMA_Util::getImage('s_top.png')
'<a id="goto_pagetop" href="#">%s</a>',
PMA_Util::getImage(
's_top.png',
__('Click on the bar to scroll to top of page')
)
);
}
$retval .= $this->_console->getDisplay();