Ajaxify 'add users'

This commit is contained in:
Felix Rabinovich
2008-12-25 20:59:33 +00:00
parent 9ebced112b
commit 82ed38d78e
6 changed files with 38 additions and 5 deletions
+5
View File
@@ -27,6 +27,11 @@ class user_block_Core {
}
}
public static function admin_head($theme) {
$url = url::file("modules/user/js/admin_users.js");
return "<script src=\"$url\" type=\"text/javascript\"></script>";
}
public static function header_top($theme) {
$view = new View("login.html");
$view->user = user::active();