Mostly working on the view.php UI plus some changes

This commit is contained in:
David Mudrak
2010-01-04 18:00:54 +00:00
parent b13142daee
commit b761e6d9c6
18 changed files with 535 additions and 147 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ if (!empty($initresult)) {
echo $OUTPUT->container_end();
} else {
echo $OUTPUT->container_start('allocator-ui');
$allocator->ui($wsoutput);
echo $allocator->ui();
echo $OUTPUT->container_end();
}
echo $OUTPUT->footer();