Updated font-awesome and bootstrap
This commit is contained in:
@@ -22,7 +22,7 @@ abstract class lnApp_StaticList_YesNo extends StaticList {
|
||||
$value = 0;
|
||||
|
||||
return $format ? View::factory(Site::Theme().'/label/bool')
|
||||
->set('label',$value ? 'label-success' : '')
|
||||
->set('label',$value ? 'label-success' : 'label-default')
|
||||
->set('column',StaticList_YesNo::factory()->_get($value)) : $value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user