/**
  * Return true if there are options to be drawn by {@link _draw_options()}.
  * @return boolean 
  * @access private
  */
 protected function _has_options()
 {
     return parent::_has_options() || $this->object_exists() && sizeof($this->_attachments());
 }