fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16698]


From: nelson . guerra
Subject: [Fmsystem-commits] [16698]
Date: Fri, 5 May 2017 08:07:45 -0400 (EDT)

Revision: 16698
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16698
Author:   nelson224
Date:     2017-05-05 08:07:45 -0400 (Fri, 05 May 2017)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/inc/class.uireport.inc.php

Modified: branches/dev-syncromind-2/property/inc/class.uireport.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-05 12:07:29 UTC (rev 16697)
+++ branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-05 12:07:45 UTC (rev 16698)
@@ -694,7 +694,7 @@
                        $html_table .= '<thead><tr>';
                        foreach ($columns as $col)
                        {
-                               $_check = '<input type="checkbox" id="c_'. 
$col['name'] .'" value="'. $col['name'] .'" onchange="build_check_groups(\''. 
$col['name'] .'\')"/>';
+                               $_check = '<input type="checkbox" id="c_'. 
$col['name'] .'" value="'. $col['name'] .'" onchange="build_check_groups(\''. 
$col['name'] .'\', \''. $col['type'] .'\')"/>';
                                $html_table .= "<th align='center'>". $_check." 
".$col['name'] ."</th>";
                        }
                        $html_table .= '</tr></thead>';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]