Comparing
#7 with
#8
Revision #8 was created by
softark on Jul 23, 2013, 3:57:38 PM.
reformat ...
Content
[...]
```php
array(
'name' => 'Ticket Status',
'type' => 'raw',
'value' => 'CHtml::link($data["view"],
CHtml::normalizeUrl("javascript:void(0)"),
array(
"id" => "'.rand(0,999999).'",
"rel" => "viewallticket?even_id={$data["id"]}&date_id= {$data["events_date_id"]}",
"class" => "tool_tip",
)
)',[...]