Widgitized the output

This commit is contained in:
Deon George
2012-11-30 09:58:15 +11:00
parent 808730e1e3
commit 4b51fc2727
40 changed files with 1139 additions and 1165 deletions

View File

@@ -65,10 +65,8 @@ class Controller_Library extends Controller_TemplateDefault {
Block::add(array(
'title'=>sprintf(_('Library Information for %s'),$lo->LIBRARY_NAME),
'body'=>View::factory('library/detail')
->set('lo',$lo)
->set('slots',$lo->slots())
));
'body'=>View::factory('library/detail')->set('o',$lo)
));
}
}
?>