fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12954] common.js


From: Saul
Subject: [Fmsystem-commits] [12954] common.js
Date: Mon, 06 Apr 2015 23:19:12 +0000

Revision: 12954
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12954
Author:   psaul
Date:     2015-04-06 23:19:11 +0000 (Mon, 06 Apr 2015)
Log Message:
-----------
common.js

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/js/jquery/common.js

Modified: branches/dev-syncromind/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-04-06 
23:18:50 UTC (rev 12953)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-04-06 
23:19:11 UTC (rev 12954)
@@ -107,6 +107,14 @@
        return hidden + "<center><input type=\"checkbox\" "+checked+" 
class=\"mychecks\"  name=\"values[assign][]\" 
value=\""+oData['location_code']+"\"/></center>";
 };
 
+JqueryPortico.formatCheckUis_agremment = function(key, oData) {
+    
+        var checked = '';
+       var hidden = '';
+        
+       return hidden + "<center><input type=\"checkbox\" "+checked+" 
class=\"mychecks\"  name=\"values[alarm]["+oData['id']+"]\" value=\"\" 
/></center>";
+};
+
 JqueryPortico.formatCheckCustom = function(key, oData) {
     
         var checked = '';




reply via email to

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