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, 6.1 has been updated
       via  732d6a4d05e3c6d06de56a95132969b77dc2e80a (commit)
      from  cc5032410a56088fab6ee41c241cfbd0981f268c (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=732d6a4d05e3c6d06de56a95132969b77dc2e80a

commit 732d6a4d05e3c6d06de56a95132969b77dc2e80a
Author: Franck Villaume <[email protected]>
Date:   Wed Oct 11 21:36:04 2017 +0200

    fix table display.

diff --git a/src/common/tracker/actions/detail.php 
b/src/common/tracker/actions/detail.php
index e343392..51296b0 100644
--- a/src/common/tracker/actions/detail.php
+++ b/src/common/tracker/actions/detail.php
@@ -39,7 +39,7 @@ echo notepad_func();
 
 echo $HTML->openForm(array('id' => 'trackerdetailform', 'action' => 
'/tracker/?group_id='.$group_id.'&atid='.$ath->getID(), 'method' => 'post', 
'enctype' => 'multipart/form-data'));
 if (session_loggedin()) {
-       echo $HTML->listTableTop(); ?>
+       echo $HTML->listTableTop(array(), array(), 'full'); ?>
                <tr>
                        <td>
                                <?php
@@ -74,7 +74,7 @@ if (session_loggedin()) {
                </tr>
 <?php echo $HTML->listTableBottom(); ?>
 <?php }
-echo $HTML->listTableTop(); ?>
+echo $HTML->listTableTop(array(), array(), 'full'); ?>
                <tr>
                        <td>
                                <strong><?php echo _('Date')._(':'); 
?></strong><br />
diff --git a/src/common/tracker/actions/mod-limited.php 
b/src/common/tracker/actions/mod-limited.php
index 668ff90..429e057 100644
--- a/src/common/tracker/actions/mod-limited.php
+++ b/src/common/tracker/actions/mod-limited.php
@@ -51,7 +51,7 @@ echo $HTML->openForm(array('id' => 'trackermodlimitedform', 
'action' => '/tracke
 
 <?php
 if (session_loggedin()) {
-echo $HTML->listTableTop();
+echo $HTML->listTableTop(array(), array(), 'full');
 ?>
                <tr>
                        <td><?php
@@ -93,7 +93,7 @@ echo $HTML->listTableTop();
 <?php echo $HTML->listTableBottom(); ?>
 <br />
 <?php }
-echo $HTML->listTableTop(); ?>
+echo $HTML->listTableTop(array(), array(), 'full'); ?>
        <tr>
                <td><strong><?php echo _('Submitted by')._(':'); ?></strong><br 
/>
                        <?php
diff --git a/src/common/tracker/actions/mod.php 
b/src/common/tracker/actions/mod.php
index a83fb3b..105ae21 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -57,7 +57,7 @@ echo $HTML->openForm(array('id' => 'trackermodform', 'action' 
=> '/tracker/?grou
 
 <?php
 if (session_loggedin()) {
-echo $HTML->listTableTop();
+echo $HTML->listTableTop(array(), array(), 'full');
 ?>
                <tr>
                        <td><?php
@@ -104,7 +104,7 @@ echo $HTML->listTableTop();
 <?php echo $HTML->listTableBottom(); ?>
 <br />
 <?php } ?>
-<?php echo $HTML->listTableTop(); ?>
+<?php echo $HTML->listTableTop(array(), array(), 'full'); ?>
        <tr>
                <td>
                        <strong><?php echo _('Submitted by')._(':'); 
?></strong><br />

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to