Merge branch '1.10.x' of github.com:chamilo/chamilo-lms into 1.10.x

1.10.x
Yannick Warnier 10 years ago
commit 5848efa2f7
  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