= 5 && PMA_USR_BROWSER_VER < 7) ? 'onpropertychange' : 'onchange'; $html = '
'; $html .= PMA_URL_getHiddenInputs(); if (strpos($GLOBALS['PMA_PHP_SELF'], 'server_privileges') !== false) { $html .= '' . ''; } $html .= '
' . '' . __('Change password') . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '
' . '' . '' . '
' . '' . '' . '' . '' . '  ' . __('Re-type:') . ' ' . '' . '
' . __('Password Hashing:') . '' . '' . '' . '
 ' . '' . '' . '
' . '
' . '' . '
'; return $html; }