[evolvis-commits] r17239: merge bm:taramir51/patches/theme-evolvis

mirabilos at evolvis.org mirabilos at evolvis.org
Fri May 13 18:14:17 CEST 2011


Author: mirabilos
Date: 2011-05-13 18:14:17 +0200 (Fri, 13 May 2011)
New Revision: 17239

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/common/include/utils.php
   trunk/gforge_base/evolvisforge-5.1/src/common/widget/Widget_ProjectMembers.class.php
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/evolvis/Theme.class.php
Log:
merge bm:taramir51/patches/theme-evolvis

Modified: trunk/gforge_base/evolvisforge-5.1/src/common/include/utils.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/common/include/utils.php	2011-05-13 16:14:14 UTC (rev 17238)
+++ trunk/gforge_base/evolvisforge-5.1/src/common/include/utils.php	2011-05-13 16:14:17 UTC (rev 17239)
@@ -542,7 +542,7 @@
 function show_priority_colors_key() {
 	echo '<p /><strong class="hidePartForPrinting"> '._('Priority Colors').':</strong><br />
 
-		<table border="0"><tr>';
+		<table border="0" class="hidePartForPrinting"><tr>';
 
 	for ($i=1; $i<6; $i++) {
 		echo '

Modified: trunk/gforge_base/evolvisforge-5.1/src/common/widget/Widget_ProjectMembers.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/common/widget/Widget_ProjectMembers.class.php	2011-05-13 16:14:14 UTC (rev 17238)
+++ trunk/gforge_base/evolvisforge-5.1/src/common/widget/Widget_ProjectMembers.class.php	2011-05-13 16:14:17 UTC (rev 17239)
@@ -77,7 +77,7 @@
 					echo '<span class="develtitle">'. _('Members').':</span><br />';
 					$seen_member = true ;
 					echo '<span style="font-weight:bold; border:1px solid blue;" id="klappentext" onclick="klappen(1);">‌</span>';
-					echo '<span id="klappendevs">';
+					echo '<div id="klappendevs">';
 ?>
 	<script type="text/javascript">//<![CDATA[
 		function klappen(wie) {
@@ -112,7 +112,7 @@
 				if ($u->getID() == user_getid()) {
 					$iam_member = true ;
 				}
-				echo '</span>';
+				echo "</div>\n"; // /#klappendevs
 			}
 			echo "</p>\n";
 		}

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	2011-05-13 16:14:14 UTC (rev 17238)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/evolvis/Theme.class.php	2011-05-13 16:14:17 UTC (rev 17239)
@@ -196,6 +196,7 @@
 		if ($this->emit_html_head) {
 			$this->template->pparse('head');
 			$this->headerCSS();
+			$this->headerForgepluckerMeta();
 			if (strpos($_SERVER['HTTP_USER_AGENT'], "Gecko")) {
 				/*
 				 * Work around a bug in Mozilla™ related
@@ -203,10 +204,11 @@
 				 * as black-on-white always, no matter the
 				 * style, when leaving the select’s focus.
 				 */
-				echo "\n<style type=\"text/css\">\n" .
-				    "	option { background-color:black; color:white; }</style>\n";
+				echo "\t\t\t<style type=\"text/css\">\n\t\t\t" .
+				    "	option { background-color:black; color:white; }" .
+				    "\n\t\t\t</style>\n";
 			}
-			echo "\n</head><body>\n";
+			echo "</head><body>\n";
 		}
 		$this->template->pparse('body');
 		/* rightnav start by rklein */



More information about the evolvis-commits mailing list