Revision #5 was created by softark on Jul 23, 2013, 3:38:10 PM.
Reformatted the code for better readability.
Content
How to display status image on admin gridview.
First you can create the **UtilityHtml.php** file in componet folder. (Otherwise which call a common file)
pPut the below function in UtilityHtml.php file:
```php
public static function getImagetitle($status) {
if if ($status == 1 || strtolower($status) == 1'yes') {
return 'Active';
} else if ($status == 0) {