// small fixs

This commit is contained in:
Kevin Granger
2013-10-22 10:04:45 +02:00
parent fadbc4c250
commit eb82297f45
7 changed files with 824 additions and 30 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ class AdminImagesControllerCore extends AdminController
public static function printEntityActiveIcon($value, $object)
{
return ($value ? '<img src="../img/admin/enabled.gif" />' : '<img src="../img/admin/disabled.gif" />');
return ($value ? '<i class="icon-ok text-success"></i>' : '<i class="icon-remove text-danger"></i>');
}
protected function _childValidation()