fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15978] typo


From: sigurdne
Subject: [Fmsystem-commits] [15978] typo
Date: Wed, 9 Nov 2016 15:23:15 +0000 (UTC)

Revision: 15978
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15978
Author:   sigurdne
Date:     2016-11-09 15:23:15 +0000 (Wed, 09 Nov 2016)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/phpgwapi/js/jquery/common.js
    trunk/property/inc/class.solocation.inc.php
    trunk/property/inc/class.uilocation.inc.php

Modified: trunk/phpgwapi/js/jquery/common.js
===================================================================
--- trunk/phpgwapi/js/jquery/common.js  2016-11-09 13:56:30 UTC (rev 15977)
+++ trunk/phpgwapi/js/jquery/common.js  2016-11-09 15:23:15 UTC (rev 15978)
@@ -202,7 +202,7 @@
        var checked = '';
        var hidden = '';
 
-       return hidden + "<center><input type=\"checkbox\" " + checked + " 
class=\"mychecks\"  name=\"values[delete][]\" value=\"" + oData['id'] + "\" 
onMouseout=\"window.status='';return true;\" /></center>";
+       return hidden + "<center><input type=\"checkbox\" " + checked + " 
class=\"mychecks\"  name=\"values[delete][]\" value=\"" + oData['id'] + "\" 
/></center>";
 };
 
 JqueryPortico.formatUpDown = function (key, oData)

Modified: trunk/property/inc/class.solocation.inc.php
===================================================================
--- trunk/property/inc/class.solocation.inc.php 2016-11-09 13:56:30 UTC (rev 
15977)
+++ trunk/property/inc/class.solocation.inc.php 2016-11-09 15:23:15 UTC (rev 
15978)
@@ -1041,7 +1041,7 @@
                                {
                                        $dataset[$j][$field] = array
                                                (
-                                               'value' => $this->db->f($field),
+                                               'value' => $this->db->f($field, 
true),
                                                'datatype' => 
$uicols['datatype'][$key],
                                                'attrib_id' => 
isset($uicols['cols_return_extra'][$key]['attrib_id']) ? 
$uicols['cols_return_extra'][$key]['attrib_id'] : ''
                                        );

Modified: trunk/property/inc/class.uilocation.inc.php
===================================================================
--- trunk/property/inc/class.uilocation.inc.php 2016-11-09 13:56:30 UTC (rev 
15977)
+++ trunk/property/inc/class.uilocation.inc.php 2016-11-09 15:23:15 UTC (rev 
15978)
@@ -1412,6 +1412,11 @@
                                                        . "return 
oData['{$uicols['name'][$k]}'];"
                                                        . "}";
 
+                                               if ($uicols['datatype'][$k] == 
'link')
+                                               {
+                                                       
$uicols['formatter'][$k] = 'JqueryPortico.formatLinkGeneric';
+                                               }
+
                                                if 
(!empty($uicols['formatter'][$k]))
                                                {
                                                        $params['formatter'] = 
<<<JS




reply via email to

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