diff --git a/public_html/deployment/classes/projectlist.class.php b/public_html/deployment/classes/projectlist.class.php index 002dd1ebe99dd1dae667e15eee2e1443cc4b1486..30f68880c0bc380b759afaa71e24229ce44479b5 100644 --- a/public_html/deployment/classes/projectlist.class.php +++ b/public_html/deployment/classes/projectlist.class.php @@ -103,7 +103,10 @@ class projectlist extends base{ <tr class="' . $sPrj . ' ' . $sTrClass . '"> <td class="prj"> <strong> - <a href="/deployment/' . $sPrj . '/" ><i class="glyphicon glyphicon-book"></i> ' . $oPrj->getLabel() . '</a> + <a href="/deployment/' . $sPrj . '/" title="'.$oPrj->getDescription().'"> + <i class="glyphicon glyphicon-book"></i> + ' . $oPrj->getLabel() . ' + </a> </strong>' . ' <br>' // . $oPrj->getDescription()