mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fixes issue #234: Added Html::addCssClass() and removeCssClass().
This commit is contained in:
@ -140,7 +140,7 @@ class Alert extends Widget
|
||||
'class' => 'fade in',
|
||||
), $this->options);
|
||||
|
||||
$this->addCssClass($this->options, 'alert');
|
||||
Html::addCssClass($this->options, 'alert');
|
||||
|
||||
if ($this->closeButton !== null) {
|
||||
$this->closeButton = array_merge(array(
|
||||
|
Reference in New Issue
Block a user