Commit e2ec139b by niskac

merged heads

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