From 883f0a7e44d65ec68d02ff5df3000c54143b2d4c Mon Sep 17 00:00:00 2001 From: Axel Hahn <axel.hahn@iml.unibe.ch> Date: Mon, 11 May 2015 11:05:47 +0200 Subject: [PATCH] overview - higlight buttons on a single project --- public_html/deployment/classes/projectlist.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public_html/deployment/classes/projectlist.class.php b/public_html/deployment/classes/projectlist.class.php index 002dd1eb..30f68880 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() -- GitLab