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  9c4895113c6d3f377f5a55480968b5c31d25ec10 (commit)
      from  6192e8b01f1e262279d4832e42f5902c3237942e (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=9c4895113c6d3f377f5a55480968b5c31d25ec10

commit 9c4895113c6d3f377f5a55480968b5c31d25ec10
Author: Franck Villaume <[email protected]>
Date:   Tue Oct 31 08:58:00 2017 +0000

    fix cell content alignment

diff --git a/src/www/project/admin/roleedit.php 
b/src/www/project/admin/roleedit.php
index f2c4cc3..64cdadd 100644
--- a/src/www/project/admin/roleedit.php
+++ b/src/www/project/admin/roleedit.php
@@ -272,7 +272,7 @@ for ($i=0; $i<count($keys); $i++) {
                $res = db_query_params('SELECT package_id,name FROM frs_package 
WHERE group_id=$1', array($group_id));
                for ($q = 0; $q < db_numrows($res); $q++) {
                        $cells = array();
-                       $cells[][] = $rbac_edit_section_names[$keys[$i]];
+                       $cells[] = array($rbac_edit_section_names[$keys[$i]], 
'style' => 'padding-left: 4em;');
                        $cells[][] = db_result($res,$q,'name');
                        $cells[][] = 
html_build_select_box_from_assoc($role->getRoleVals($keys[$i]),
                                                                        
"data[".$keys[$i]."][".db_result($res,$q,'package_id')."]",

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

Summary of changes:
 src/www/project/admin/roleedit.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to