Commit 12c3e721 by TTouka

Updating TbActiveForm

parent 377fe8c2
......@@ -61,7 +61,7 @@ class TbActiveForm extends CActiveForm
$this->inlineErrors = $this->type === self::TYPE_HORIZONTAL;
if ($this->inlineErrors)
$this->errorMessageCssClass = 'help-inline error';
$this->errorMessageCssClass = 'help-block error';
else
$this->errorMessageCssClass = 'help-block error';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment