Updated font-awesome and bootstrap

This commit is contained in:
Deon George
2014-09-08 23:42:05 +10:00
parent 05d132c4be
commit 85150c655c
166 changed files with 6994 additions and 19909 deletions

View File

@@ -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;
}
}