Skip to content
Snippets Groups Projects
Commit e2011a41 authored by hahn's avatar hahn
Browse files

- project overview page:

  - scrolling
  - no detail button
  - smaller folder image
- Scroll to top of page
- delete project: red button
- removed builld and cleanup from menu
- Action-Log with AJAX request and form class
parent e61e2e4d
Branches
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ if ($aParams["prj"] == "all") {
require_once("./classes/actionlog.class.php");
$oLog=new Actionlog('');
$sOut.=$oLog->renderLogs();
$sOut.=$oLog->renderLogs(array(), true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment