[evolvis-commits] r18720: now we can enable this in Tasks as well

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Oct 8 15:00:54 CEST 2012


Author: mirabilos
Date: 2012-10-08 15:00:51 +0200 (Mon, 08 Oct 2012)
New Revision: 18720

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/debian/changelog
   trunk/gforge_base/evolvisforge-5.1/src/www/pm/include/ProjectTaskHTML.class.php
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/fusionforge.css
Log:
now we can enable this in Tasks as well

Modified: trunk/gforge_base/evolvisforge-5.1/src/debian/changelog
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/debian/changelog	2012-10-08 13:00:35 UTC (rev 18719)
+++ trunk/gforge_base/evolvisforge-5.1/src/debian/changelog	2012-10-08 13:00:51 UTC (rev 18720)
@@ -8,7 +8,7 @@
   * Repair ECMAscript used to handle multiple-assignment checkboxen
   * Usability: MediaWiki Plugin Admin now tells the expected format
 
- -- Thorsten Glaser <t.glaser at tarent.de>  Mon, 08 Oct 2012 14:40:40 +0200
+ -- Thorsten Glaser <t.glaser at tarent.de>  Mon, 08 Oct 2012 14:59:40 +0200
 
 fusionforge (1:5.1.1+evolvis73) unstable; urgency=low
 

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/pm/include/ProjectTaskHTML.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/pm/include/ProjectTaskHTML.class.php	2012-10-08 13:00:35 UTC (rev 18719)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/pm/include/ProjectTaskHTML.class.php	2012-10-08 13:00:51 UTC (rev 18720)
@@ -58,14 +58,12 @@
 			$tech_id_arr[] = $tech->getID();
 			$xt = sprintf('%s (<tt>%s</tt>)',
 			    $tech->getRealName(), $tech->getUnixName());
-	/*XXX does not work with current CSS:
 			if ($control == 'checkbox' &&
 			    ($xu = user_get_object_by_name($tech->getUnixName())) &&
 			    $xu->getID() != 100) {
 				$xt = util_display_user($xu->getUnixName(),
 				    $xu->getID(), $xt, 'xs', false, true);
 			}
-	XXX*/
 			$tech_name_arr[] = $xt;
 		}
 		

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/fusionforge.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/fusionforge.css	2012-10-08 13:00:35 UTC (rev 18719)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/fusionforge.css	2012-10-08 13:00:51 UTC (rev 18720)
@@ -912,6 +912,7 @@
 	border: 1px solid #a9a9a9;
 	margin: -6px 6px 6px -6px;
 	padding: 4px;
+	vertical-align: text-bottom;
 }
 
 .img-inline-s {
@@ -927,6 +928,7 @@
 	border: 1px solid #a9a9a9;
 	margin: -2px 2px 2px -2px;
 	padding: 2px;
+	vertical-align: text-bottom;
 }
 
 .img-inline-xs {
@@ -938,6 +940,7 @@
 	border: 1px solid #a9a9a9;
 	width: auto;
 	height : 16px;
+	vertical-align: text-bottom;
 }
 
 .img-inline-xs img:hover {



More information about the evolvis-commits mailing list