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  ee2aa468f8593082f193fd3228375853e7328643 (commit)
       via  f43cb5ea9501a1bdc051ed6ca955d54e430620d7 (commit)
      from  e045f4b4274a89025434ffeb9db988028f414bc1 (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 -----------------------------------------------------------------
commit ee2aa468f8593082f193fd3228375853e7328643
Merge: e045f4b f43cb5e
Author: Franck Villaume <[email protected]>
Date:   Tue Jun 9 20:49:57 2015 +0200

    Merge 6.0

diff --cc src/common/tracker/actions/detail.php
index ec7510f,f77ffec..a80c9c0
--- a/src/common/tracker/actions/detail.php
+++ b/src/common/tracker/actions/detail.php
@@@ -227,8 -229,18 +227,16 @@@ $nb = $count? ' ('.$count.')' : ''
        </div>
        <?php $ah->showRelations(); ?>
  </div>
- <?php
+ <?php if (session_loggedin()) { ?>
+       <table class="fullwidth">
+               <tr>
+                       <td>
+                               <input type="submit" name="submit" value="<?php 
echo _('Save Changes') ?>" />
+                       </td>
+               </tr>
+       </table>
 -<?php } ?>
 -</form>
 -<?php
 -
++<?php }
 +echo $HTML->closeForm();
  $ath->footer();
  
  // Local Variables:
diff --cc src/common/tracker/actions/mod-limited.php
index 200d587,2c1ef19..c61d736
--- a/src/common/tracker/actions/mod-limited.php
+++ b/src/common/tracker/actions/mod-limited.php
@@@ -251,8 -254,18 +251,16 @@@ $nb = $count? ' ('.$count.')' : ''
  </div>
  <?php $ah->showRelations(); ?>
  </div>
- <?php
+ <?php if (session_loggedin()) { ?>
+       <table class="fullwidth">
+               <tr>
+                       <td>
+                               <input type="submit" name="submit" value="<?php 
echo _('Save Changes') ?>" />
+                       </td>
+               </tr>
+       </table>
 -<?php } ?>
 -</form>
 -<?php
 -
++<?php }
 +echo $HTML->closeForm();
  $ath->footer();
  
  // Local Variables:
diff --cc src/common/tracker/actions/mod.php
index b367e3d,5796986..64cdb1e
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@@ -319,8 -319,18 +319,16 @@@ $nb = $count? ' ('.$count.')' : ''
  </div>
        <?php $ah->showRelations(); ?>
  </div>
- <?php
+ <?php if (session_loggedin()) { ?>
+       <table class="fullwidth">
+               <tr>
+                       <td>
+                               <input type="submit" name="submit" value="<?php 
echo _('Save Changes') ?>" />
+                       </td>
+               </tr>
+       </table>
 -<?php } ?>
 -</form>
 -<?php
 -
++<?php }
 +echo $HTML->closeForm();
  $ath->footer();
  
  // Local Variables:

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

Summary of changes:
 src/common/tracker/actions/detail.php      | 10 +++++++++-
 src/common/tracker/actions/mod-limited.php | 10 +++++++++-
 src/common/tracker/actions/mod.php         | 10 +++++++++-
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/src/common/tracker/actions/detail.php 
b/src/common/tracker/actions/detail.php
index ec7510f..a80c9c0 100644
--- a/src/common/tracker/actions/detail.php
+++ b/src/common/tracker/actions/detail.php
@@ -227,7 +227,15 @@ $nb = $count? ' ('.$count.')' : '';
        </div>
        <?php $ah->showRelations(); ?>
 </div>
-<?php
+<?php if (session_loggedin()) { ?>
+       <table class="fullwidth">
+               <tr>
+                       <td>
+                               <input type="submit" name="submit" value="<?php 
echo _('Save Changes') ?>" />
+                       </td>
+               </tr>
+       </table>
+<?php }
 echo $HTML->closeForm();
 $ath->footer();
 
diff --git a/src/common/tracker/actions/mod-limited.php 
b/src/common/tracker/actions/mod-limited.php
index 200d587..c61d736 100644
--- a/src/common/tracker/actions/mod-limited.php
+++ b/src/common/tracker/actions/mod-limited.php
@@ -251,7 +251,15 @@ $nb = $count? ' ('.$count.')' : '';
 </div>
 <?php $ah->showRelations(); ?>
 </div>
-<?php
+<?php if (session_loggedin()) { ?>
+       <table class="fullwidth">
+               <tr>
+                       <td>
+                               <input type="submit" name="submit" value="<?php 
echo _('Save Changes') ?>" />
+                       </td>
+               </tr>
+       </table>
+<?php }
 echo $HTML->closeForm();
 $ath->footer();
 
diff --git a/src/common/tracker/actions/mod.php 
b/src/common/tracker/actions/mod.php
index b367e3d..64cdb1e 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -319,7 +319,15 @@ $nb = $count? ' ('.$count.')' : '';
 </div>
        <?php $ah->showRelations(); ?>
 </div>
-<?php
+<?php if (session_loggedin()) { ?>
+       <table class="fullwidth">
+               <tr>
+                       <td>
+                               <input type="submit" name="submit" value="<?php 
echo _('Save Changes') ?>" />
+                       </td>
+               </tr>
+       </table>
+<?php }
 echo $HTML->closeForm();
 $ath->footer();
 


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to