Skip to content
Snippets Groups Projects
Commit fa9a4a5c authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

accept: update phase header

parent 4eeb802d
Branches
No related tags found
1 merge request!62V2.0
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
......@@ -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(
$aData,
[
'title' => $this->getLabel() . " :: $sPhase :: $sPlace",
'more' => $sMore,
)
]
);
}
......
......@@ -50,9 +50,9 @@ if (array_key_exists("confirm", $aParams)) {
<table>
<thead>
<tr>
<th class="' . $sPhase . '">' . $sPhase . '</th>
<th class="' . $sPhase . ' tdphase">' . $sPhase . '</th>
<th> </th>
<th class="' . $sNext . '" colspan="2">' . $sNext . '</th>
<th class="' . $sNext . ' tdphase" colspan="2">' . $sNext . '</th>
</tr>
</thead>
<tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment