indexbase.php

Go to the documentation of this file.
00001 <?php
00025 require("localSidebar.php");
00026 require("graph/navbar.inc.php");
00027 require("modules/base/includes/AjaxFilterLog.inc.php");
00028 
00029 $types = array("object" => _("Object"), "type" => _("Type"),
00030                "action" => _("Action"), "user" => _("User"));
00031 
00032 $ajax = new AjaxFilterLog(urlStrRedirect("base/audit/ajaxLogFilter"),
00033                           $types, "base");
00034 $ajax->setsearchbar(urlStrRedirect("base/audit/searchbar"));
00035 $ajax->display();
00036 
00037 $p = new PageGenerator(_("User and group audit"));
00038 $p->setSideMenu($sidemenu);
00039 $p->display();
00040 
00041 $ajax->displayDivToUpdate();
00042 
00043 ?>

Generated on Tue May 4 11:47:24 2010 for MMC web interface by  doxygen 1.5.8