/**
  * Draw options between the title and description.
  * This is a good place for controls that add content to the description
  * (toolbars, etc.).
  * @param FORM_RENDERER $renderer
  * @access private
  */
 protected function _draw_options($renderer)
 {
     $this->_draw_attachment_selector($renderer);
     parent::_draw_options($renderer);
 }