[evolvis-commits] r18410: theme-evolvis pending merges:↵ Thorsten Glaser 2012-05-16 allow narrow tables (including EvolvisTable)

mirabilos at evolvis.org mirabilos at evolvis.org
Wed May 16 12:26:37 CEST 2012


Author: mirabilos
Date: 2012-05-16 12:26:36 +0200 (Wed, 16 May 2012)
New Revision: 18410

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/evolvis/Theme.class.php
Log:
theme-evolvis pending merges:
  Thorsten Glaser 2012-05-16 allow narrow tables (including EvolvisTable)

(and yes, I still need to commit EvolvisTable and its deps to FF)

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/evolvis/Theme.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/evolvis/Theme.class.php	2012-05-16 10:26:32 UTC (rev 18409)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/evolvis/Theme.class.php	2012-05-16 10:26:36 UTC (rev 18410)
@@ -395,7 +395,8 @@
 		$rv .= html_eo('table', array(
 			'cellspacing' => 0,
 			'cellpadding' => 1,
-			'width' => "100%",
+			'width' => util_ifsetor($params['narrow']) ? false :
+			    "100%",
 			'bgcolor' => $this->COLOR_HTMLBOX_BACK,
 			'border' => "0",
 		    ));



More information about the evolvis-commits mailing list