[Fusionforge-commits] FusionForge branch master updated. 6.0.4-871-gcfabd62

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Mon Sep 12 11:27:40 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  cfabd6202ffc72a77f314c3c402f251906b2d16d (commit)
      from  7577dd814c4d2a18dd0cc7972306171c1f5a0a7e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=cfabd6202ffc72a77f314c3c402f251906b2d16d

commit cfabd6202ffc72a77f314c3c402f251906b2d16d
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Mon Sep 12 11:27:35 2016 +0200

    Indent

diff --git a/src/www/reporting/index.php b/src/www/reporting/index.php
index 6413233..22842a8 100644
--- a/src/www/reporting/index.php
+++ b/src/www/reporting/index.php
@@ -34,57 +34,57 @@ report_header(_('Main Page'));
 ?>
 
 <div class="info-box">
-<h2><?php echo _('Users'); ?></h2>
-<ul>
-<li><a href="useradded.php?SPAN=1"><?php echo _('Users Added'); ?></a></li>
-<li><a href="usercum.php?SPAN=1"><?php echo _('Cumulative Users'); ?></a></li>
-<li><a href="useract.php"><?php echo _('User Activity'); ?></a></li>
-</ul>
+	<h2><?php echo _('Users'); ?></h2>
+	<ul>
+	<li><a href="useradded.php?SPAN=1"><?php echo _('Users Added'); ?></a></li>
+	<li><a href="usercum.php?SPAN=1"><?php echo _('Cumulative Users'); ?></a></li>
+	<li><a href="useract.php"><?php echo _('User Activity'); ?></a></li>
+	</ul>
 </div>
 
 <div class="info-box">
-<h2><?php echo _('Projects'); ?></h2>
-<ul>
-<li><a href="groupadded.php?SPAN=1"><?php echo _('Projects Added'); ?></a></li>
-<li><a href="groupcum.php?SPAN=1"><?php echo _('Cumulative Projects'); ?></a></li>
-</ul>
+	<h2><?php echo _('Projects'); ?></h2>
+	<ul>
+	<li><a href="groupadded.php?SPAN=1"><?php echo _('Projects Added'); ?></a></li>
+	<li><a href="groupcum.php?SPAN=1"><?php echo _('Cumulative Projects'); ?></a></li>
+	</ul>
 </div>
 
 <div class="info-box">
-<h2><?php echo _('Project-specific reports: Tracker, Task Mgr, Forums, Doc Mgr, Downloads'); ?></h2>
-<ul>
-<li><a href="projectact.php"><?php echo _('Project Activity'); ?></a></li>
-</ul>
+	<h2><?php echo _('Project-specific reports: Tracker, Task Mgr, Forums, Doc Mgr, Downloads'); ?></h2>
+	<ul>
+	<li><a href="projectact.php"><?php echo _('Project Activity'); ?></a></li>
+	</ul>
 </div>
 
 <div class="info-box">
-<h2><?php echo _('Site-wide reports: Tracker, Task Mgr, Forums, Doc Mgr, Downloads'); ?></h2>
-<ul>
-<li><a href="toolspie.php"><?php echo _('Tool Pie Graphs'); ?></a></li>
-<li><a href="siteact.php"><?php echo _('Site-Wide Activity'); ?></a></li>
+	<h2><?php echo _('Site-wide reports: Tracker, Task Mgr, Forums, Doc Mgr, Downloads'); ?></h2>
+	<ul>
+	<li><a href="toolspie.php"><?php echo _('Tool Pie Graphs'); ?></a></li>
+	<li><a href="siteact.php"><?php echo _('Site-Wide Activity'); ?></a></li>
 </ul>
 </div>
 
 <div class="info-box">
-<h2><?php echo _('Time tracking'); ?></h2>
-<ul>
-<li><a href="usertime.php"><?php echo _('Individual User Time Report (graph)'); ?></a> <a href="usertime.php?typ=r">(<?php echo _('report'); ?>)</a></li>
-<li><a href="projecttime.php"><?php echo _('Individual Project Time Report (graph)'); ?></a> <a href="projecttime.php?typ=r">(<?php echo _('report'); ?>)</a></li>
-<li><a href="sitetime.php"><?php echo _('Site-Wide Time Report (graph)'); ?></a> <a href="sitetime.php?typ=r">(<?php echo _('report'); ?>)</a></li>
-<li><a href="sitetimebar.php"><?php echo _('Site-Wide Total Hours Graph (graph)'); ?></a> <a href="sitetimebar.php?typ=r">(<?php echo _('report'); ?>)</a></li>
-<li><a href="usersummary.php"><?php echo _('User Summary Report'); ?></a></li>
-</ul>
+	<h2><?php echo _('Time tracking'); ?></h2>
+	<ul>
+	<li><a href="usertime.php"><?php echo _('Individual User Time Report (graph)'); ?></a> <a href="usertime.php?typ=r">(<?php echo _('report'); ?>)</a></li>
+	<li><a href="projecttime.php"><?php echo _('Individual Project Time Report (graph)'); ?></a> <a href="projecttime.php?typ=r">(<?php echo _('report'); ?>)</a></li>
+	<li><a href="sitetime.php"><?php echo _('Site-Wide Time Report (graph)'); ?></a> <a href="sitetime.php?typ=r">(<?php echo _('report'); ?>)</a></li>
+	<li><a href="sitetimebar.php"><?php echo _('Site-Wide Total Hours Graph (graph)'); ?></a> <a href="sitetimebar.php?typ=r">(<?php echo _('report'); ?>)</a></li>
+	<li><a href="usersummary.php"><?php echo _('User Summary Report'); ?></a></li>
+	</ul>
 </div>
 
 <?php if (forge_check_global_perm ('forge_stats', 'admin')) { ?>
 
 <div class="info-box">
-<h2><?php echo _('Administrative'); ?></h2>
-<ul>
-<li><a href="rebuild.php"><?php echo _('Initialize / Rebuild Reporting Tables'); ?></a></li>
-<li><a href="timecategory.php"><?php echo _('Manage Time Tracker Categories'); ?></a></li>
-<li><a href="customstatus.php"><?php echo _('Manage Project Task's Statuses'); ?></a></li>
-</ul>
+	<h2><?php echo _('Administrative'); ?></h2>
+	<ul>
+	<li><a href="rebuild.php"><?php echo _('Initialize / Rebuild Reporting Tables'); ?></a></li>
+	<li><a href="timecategory.php"><?php echo _('Manage Time Tracker Categories'); ?></a></li>
+	<li><a href="customstatus.php"><?php echo _('Manage Project Task's Statuses'); ?></a></li>
+	</ul>
 </div>
 <?php
 }

-----------------------------------------------------------------------

Summary of changes:
 src/www/reporting/index.php | 66 ++++++++++++++++++++++-----------------------
 1 file changed, 33 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list