diff --git a/public_html/deployment/classes/project_gui.class.php b/public_html/deployment/classes/project_gui.class.php index 27c33a4404f0c8b3fd9dac63fa2dcad463acd427..01ffe0ba2d70dfd31eccddaf067c8571e87472fc 100644 --- a/public_html/deployment/classes/project_gui.class.php +++ b/public_html/deployment/classes/project_gui.class.php @@ -47,6 +47,9 @@ class projectgui extends project { $iFgStart=60; $iFgEnd=160; $iBgStart=200; $iBgEnd=250; + $iFgStart=60; $iFgEnd=160; + $iBgStart=190; $iBgEnd=250; + // deivider: 3 digits of md5 will be extracted $iFgDivider=16*16*16/($iFgEnd-$iFgStart); $iBgDivider=16*16*16/($iBgEnd-$iBgStart); @@ -263,17 +266,20 @@ class projectgui extends project { // render html $sId = 'info' . md5($sInfos); - $sReturn = '<a href="#" class="btn ' . ($bIsError ? 'btn-danger' : 'btn-default') . '" title="" onclick="showIdAsModalMessage(\'' . $sId . '\'); return false;">' + $sReturn = '<a href="#" class="btn ' . ($bIsError ? 'btn-danger' : 'btn-default') . '" title="" + onclick="showIdAsModalMessage(\'' . $sId . '\', \''.$sTitle.'\'); return false;" + >' // . '<i class="fa fa-info"></i> ' . $sLinktitle - . '</a><div id="' . $sId . '" style="display: none;" '; + . '</a><div id="' . $sId . '" style="display: none;" ' + ; if (array_key_exists("hpos", $aOptions)) { $sReturn.=' class="' . $aOptions["hpos"] . '"'; } $sReturn.='>'; if ($sTitle) { - $sReturn.='<span class="title">' . $sTitle . '</span><br><br>'; + // $sReturn.='<span class="title">' . $sTitle . '</span><br><br>'; } $sReturn.=$sInfos . '</div>'; @@ -588,7 +594,7 @@ class projectgui extends project { $sRow1 = false; $sRow2 = false; foreach ($this->getActivePhases() as $sPhase) { - $sRow1.='<th class="' . $sPhase . '">' . $sPhase . '</th>'; + $sRow1.='<th class="' . $sPhase . ' tdphase">' . $sPhase . '</th>'; $sRow2.='<td class="' . $sPhase . '">' . t('url') . ': <a href="' . $this->_aPrjConfig["phases"][$sPhase]["url"] . '">' . $this->_aPrjConfig["phases"][$sPhase]["url"] . '</a><br>' . '<br>' . t('deploytimes') . ':<br>'; @@ -1549,7 +1555,7 @@ class projectgui extends project { } foreach ($this->getActivePhases() as $sPhase) { - $sRowHead1.='<th class="' . $sPhase . '" colspan="' . (count($this->_aPlaces) + 1) . '">' . $sPhase . '</th>'; + $sRowHead1.='<th class="' . $sPhase . ' tdphase" colspan="' . (count($this->_aPlaces) + 1) . '">' . $sPhase . '</th>'; $sRowHead2.='<td></td>' . $this->renderPlacesAsTd($sPhase); } diff --git a/public_html/deployment/classes/projectlist.class.php b/public_html/deployment/classes/projectlist.class.php index 72f7065d2f6c6c5f16bd5e0354002b81e36ddbba..5bd2be00781cee56e148ed3c35a5ff711334d2e7 100644 --- a/public_html/deployment/classes/projectlist.class.php +++ b/public_html/deployment/classes/projectlist.class.php @@ -182,7 +182,7 @@ class projectlist extends base{ . 'ondblclick="location.href=\'/deployment/' . $sPrj . '/\'" ' . 'title="'.sprintf(t("overview-hint-dblclick"),$sPrj).'"> <td class="prj"> - <span class="float-right">'.$sPrjGroup.'</span> + <span class="float-right"><i class="fa-solid fa-tag"></i> '.$sPrjGroup.'</span> <strong>' .$oHtml->getLink(array( 'href'=>'/deployment/' . $sPrj . '/', @@ -592,7 +592,7 @@ class projectlist extends base{ .$renderAdminLTE->addRow( $renderAdminLTE->addCol( $renderAdminLTE->getCard([ - 'type'=>'gray', + 'type'=>'', 'variant'=>'outline', 'text'=>$sOut, ]),