diff --git a/public_html/deployment/classes/project_gui.class.php b/public_html/deployment/classes/project_gui.class.php index 01ffe0ba2d70dfd31eccddaf067c8571e87472fc..cf609ad8b2f822fe30728f0ec0a1195557cb1229 100644 --- a/public_html/deployment/classes/project_gui.class.php +++ b/public_html/deployment/classes/project_gui.class.php @@ -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, + ] ); } diff --git a/public_html/deployment/pages/act_accept.php b/public_html/deployment/pages/act_accept.php index 67923a16f086e6d3cff515d2c2771a03bc60cbdc..e3d0ef9e98979d892665ebf4cc6dfcf2be18cb8d 100644 --- a/public_html/deployment/pages/act_accept.php +++ b/public_html/deployment/pages/act_accept.php @@ -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>