/**
  * Fix the decorators so we get the table layout we want. Normally this is called
  * only once when rendering the form.
  */
 public function fixDecorators()
 {
     if (\MUtil_Bootstrap::enabled() !== true) {
         parent::fixDecorators();
     }
 }