Skip to content
Snippets Groups Projects

V2.0

Merged Hahn Axel (hahn) requested to merge v2.0 into master
2 files
+ 8
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -72,7 +72,7 @@ class projectgui extends project {
} else {
$sColor = "color: #888; background: #ccc;";
}
return '<div style="' . $sColor . '; border-top: 3px solid; ">'.($sContent ? $sContent : ' ').'</div>';
return '<div style="' . $sColor . ' border-top: 3px solid;">'.($sContent ? $sContent : ' ').'</div>';
}
@@ -535,10 +535,11 @@ class projectgui extends project {
}
$sReturn.=' ' . $this->renderInfoLink(
$aData, array(
'title' => $this->getLabel() . " :: $sPhase :: $sPlace",
'more' => $sMore,
)
$aData,
[
'title' => $this->getLabel() . " :: $sPhase :: $sPlace",
'more' => $sMore,
]
);
}
Loading