[Fusionforge-commits] r9015 - in trunk/gforge/www: pm pm/reporting project reporting survey/admin

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Wed Mar 10 21:50:47 CET 2010


Author: aljeux
Date: 2010-03-10 21:50:47 +0100 (Wed, 10 Mar 2010)
New Revision: 9015

Modified:
   trunk/gforge/www/pm/add_task.php
   trunk/gforge/www/pm/reporting/index.php
   trunk/gforge/www/project/memberlist.php
   trunk/gforge/www/project/request.php
   trunk/gforge/www/reporting/rebuild.php
   trunk/gforge/www/reporting/siteact_graph.php
   trunk/gforge/www/survey/admin/question.php
Log:
Minor: indent fixes.

Modified: trunk/gforge/www/pm/add_task.php
===================================================================
--- trunk/gforge/www/pm/add_task.php	2010-03-10 20:50:42 UTC (rev 9014)
+++ trunk/gforge/www/pm/add_task.php	2010-03-10 20:50:47 UTC (rev 9015)
@@ -8,7 +8,7 @@
  */
 /*
 
-	Project/Task Manager
+	Tasks
 	By Tim Perdue, Sourceforge, 11/99
 	Heavy rewrite by Tim Perdue April 2000
 

Modified: trunk/gforge/www/pm/reporting/index.php
===================================================================
--- trunk/gforge/www/pm/reporting/index.php	2010-03-10 20:50:42 UTC (rev 9014)
+++ trunk/gforge/www/pm/reporting/index.php	2010-03-10 20:50:47 UTC (rev 9015)
@@ -8,7 +8,7 @@
  */
 /*
 
-	Project/Task Manager
+	Tasks
 	By Tim Perdue, Sourceforge, 11/99
 	Heavy rewrite by Tim Perdue April 2000
 

Modified: trunk/gforge/www/project/memberlist.php
===================================================================
--- trunk/gforge/www/project/memberlist.php	2010-03-10 20:50:42 UTC (rev 9014)
+++ trunk/gforge/www/project/memberlist.php	2010-03-10 20:50:47 UTC (rev 9015)
@@ -23,7 +23,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-
 require_once('../env.inc.php');
 require_once $gfwww.'include/pre.php';
 

Modified: trunk/gforge/www/project/request.php
===================================================================
--- trunk/gforge/www/project/request.php	2010-03-10 20:50:42 UTC (rev 9014)
+++ trunk/gforge/www/project/request.php	2010-03-10 20:50:47 UTC (rev 9015)
@@ -22,7 +22,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-
 require_once('../env.inc.php');
 require_once $gfwww.'include/pre.php';
 require_once $gfcommon.'include/GroupJoinRequest.class.php';

Modified: trunk/gforge/www/reporting/rebuild.php
===================================================================
--- trunk/gforge/www/reporting/rebuild.php	2010-03-10 20:50:42 UTC (rev 9014)
+++ trunk/gforge/www/reporting/rebuild.php	2010-03-10 20:50:47 UTC (rev 9015)
@@ -47,7 +47,7 @@
 	}
 
 }
-	
+
 	echo '<h2>';
 	echo _('Reporting System Initialization');
 	echo '</h2>';

Modified: trunk/gforge/www/reporting/siteact_graph.php
===================================================================
--- trunk/gforge/www/reporting/siteact_graph.php	2010-03-10 20:50:42 UTC (rev 9014)
+++ trunk/gforge/www/reporting/siteact_graph.php	2010-03-10 20:50:47 UTC (rev 9015)
@@ -73,8 +73,8 @@
 	$graph->Add( $lineplot2 );
 
 	//	Legends
-	 $lineplot->SetLegend (convert_unicode(_('Tracker Items Opened')));
-	 $lineplot2 ->SetLegend(convert_unicode(_('Tracker Items Closed')));
+	$lineplot->SetLegend (convert_unicode(_('Tracker Items Opened')));
+	$lineplot2 ->SetLegend(convert_unicode(_('Tracker Items Closed')));
 
 } elseif ($area=='forum') {
 

Modified: trunk/gforge/www/survey/admin/question.php
===================================================================
--- trunk/gforge/www/survey/admin/question.php	2010-03-10 20:50:42 UTC (rev 9014)
+++ trunk/gforge/www/survey/admin/question.php	2010-03-10 20:50:47 UTC (rev 9015)
@@ -92,7 +92,7 @@
  */
 echo($sh->showAddQuestionForm($sq));
 
-/* Show existing questions 
+/* Show existing questions (if any)
  */
 $sqf = new SurveyQuestionFactory($g);
 $sqs = & $sqf->getSurveyQuestions();




More information about the Fusionforge-commits mailing list