Skip to content
Snippets Groups Projects
Commit 2adaea05 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 f08756df
No related branches found
No related tags found
No related merge requests found
...@@ -279,10 +279,14 @@ class Actionlog { ...@@ -279,10 +279,14 @@ class Actionlog {
$sReturn = '<div id="divActionlogs">'.$oForm->renderHtml("filter").' $sReturn = '<div id="divActionlogs">'.$oForm->renderHtml("filter").'
<div id="tableLogactions"></div> <div id="tableLogactions"></div>
</div>'; </div>
<script>
var sMsgNolog="'.t("class-actionlog-nolog").'";
</script>';
if ($bIsFullsearch){ if ($bIsFullsearch){
$sReturn.='<script>$(document).ready(function() { $sReturn.='<script>
$(document).ready(function() {
updateActionlog(); updateActionlog();
});</script>'; });</script>';
} else { } else {
...@@ -295,7 +299,6 @@ class Actionlog { ...@@ -295,7 +299,6 @@ class Actionlog {
. $sReturn.' . $sReturn.'
<script> <script>
var sMsgNolog="'.t("class-actionlog-nolog").'";
function getLogVisibility(){ function getLogVisibility(){
var sReturn=localStorage.getItem("bActionlogsVisible"); var sReturn=localStorage.getItem("bActionlogsVisible");
sReturn=(sReturn=="block")?"block":"none"; sReturn=(sReturn=="block")?"block":"none";
......
...@@ -64,7 +64,6 @@ function updateActionlog(){ ...@@ -64,7 +64,6 @@ function updateActionlog(){
// --- get data // --- get data
var sUrl=sUrlBase+'['+JSON.stringify(aArgs)+']'; var sUrl=sUrlBase+'['+JSON.stringify(aArgs)+']';
console.log(sUrl);
$.post( sUrl, function( aData ) { $.post( sUrl, function( aData ) {
var sHtml=''; var sHtml='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment