' . __('Select one…') . '' . ''; //get column whose datatype falls under string category $html .= $this->normalization->getHtmlForColumnsList( $GLOBALS['db'], $GLOBALS['table'], _pgettext('string types', 'String'), ); $this->response->addHTML($html); } }