[Fusionforge-commits] FusionForge branch master updated. 6.0.4-1165-gf60d426

Franck Villaume nerville at libremir.placard.fr.eu.org
Sat Nov 19 18:49:46 CET 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  f60d426e3d0ee2d19878a51f8143987607e3f6b0 (commit)
      from  4cc46b6973c4c6ff6f11ff6b4d9011e36c945248 (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=f60d426e3d0ee2d19878a51f8143987607e3f6b0

commit f60d426e3d0ee2d19878a51f8143987607e3f6b0
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sat Nov 19 18:49:19 2016 +0100

    enhance displlay of association

diff --git a/src/common/include/FFObject.class.php b/src/common/include/FFObject.class.php
index c040318..a9a7037 100644
--- a/src/common/include/FFObject.class.php
+++ b/src/common/include/FFObject.class.php
@@ -303,7 +303,7 @@ class FFObject extends FFError {
 							$tabletop[] = _('Actions');
 							$classth[] = 'unsortable';
 						}
-						$content .= $HTML->listTableTop($tabletop, array(), 'sortable', 'sortable_association', $classth);
+						$content .= $HTML->listTableTop($tabletop, array(), 'full sortable', 'sortable_association', $classth);
 						$displayHeader = true;
 					}
 					foreach ($objectIds as $objectId) {
@@ -330,7 +330,7 @@ class FFObject extends FFError {
 							$tabletop[] = _('Actions');
 							$classth[] = 'unsortable';
 						}
-						$content .= $HTML->listTableTop($tabletop, array(), 'sortable', 'sortable_association', $classth);
+						$content .= $HTML->listTableTop($tabletop, array(), 'full sortable', 'sortable_association', $classth);
 						$displayHeader = true;
 					}
 					foreach ($objectIds as $objectId) {

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

Summary of changes:
 src/common/include/FFObject.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list