'; $html_output .= PMA_Util::getDivForSliderEffect( 'indexes', __('Indexes') ); $html_output .= PMA_Index::getView($GLOBALS['table'], $GLOBALS['db']); $html_output .= '
' . '
'; $html_output .= PMA_URL_getHiddenInputs( $GLOBALS['db'], $GLOBALS['table'] ); $html_output .= sprintf( __('Create an index on  %s columns'), '' ); $html_output .= '' . ''; $html_output .= '
' . '
' . '' . ''; return $html_output; }