/**
  * Should be used to end the form section (eg a /table tag, or a /div tag, etc)
  * @param array $additional_args
  * @return string
  */
 public function layout_form_end($additional_args = array())
 {
     return EEH_HTML::tbodyx() . EEH_HTML::tablex($this->_form_section->html_id());
 }
 /**
  * Table footer for display
  * @since 4.8
  * @param array $options array of options for the table.
  * @return string
  */
 protected function _table_footer($options)
 {
     return EEH_HTML::tbodyx() . EEH_HTML::tablex();
 }