Commit 8f4faeaa by niskac

fixed data column widget to work with Yii 1.1.11

parent 15b86720
......@@ -28,7 +28,7 @@ class TbDataColumn extends CDataColumn
if ($sort->resolveAttribute($this->name) !== false)
$label .= '<span class="caret"></span>';
echo $sort->link($this->name, $label);
echo $sort->link($this->name, $label, array('class'=>'sort-link'));
}
else
{
......
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