$GLOBALS['db'], 'table' => $GLOBALS['table'], ); echo PMA_generate_common_hidden_inputs($_form_params); // For non-English, display "Language" with emphasis because it's // not a proper word in the current language; we show it to help // people recognize the dialog $language_title = $GLOBALS['strLanguage'] . ($GLOBALS['strLanguage'] != 'Language' ? ' - Language' : ''); if ($show_doc) { $language_title .= ' ' . ($cfg['ReplaceHelpImg'] ? 'Info' : '(*)') . ''; } if ($use_fieldset) { echo '
' . $language_title . ''; } else { echo '' . $language_title . ':'; } ?> '; } ?>