fixed multiselect in publish survey action

1.10.x
José Loguercio 10 years ago
parent 808120465f
commit 25826ad324
  1. 4
      main/inc/lib/pear/HTML/QuickForm/advmultiselect.php

@ -309,7 +309,9 @@ class HTML_QuickForm_advmultiselect extends HTML_QuickForm_select
$this->_removeAttr('class', $this->_attributes);
}*/
$this->_tableAttributes = $this->_getAttrString($attr);
//$this->_tableAttributes = $this->_getAttrString($attr);
$this->removeAttribute('class');
$this->setAttribute('class','form-control');
// set default add button attributes
$this->setButtonAttributes('add');

Loading…
Cancel
Save