fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14536]


From: Saul
Subject: [Fmsystem-commits] [14536]
Date: Mon, 07 Dec 2015 17:17:53 +0000

Revision: 14536
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14536
Author:   psaul
Date:     2015-12-07 17:17:53 +0000 (Mon, 07 Dec 2015)
Log Message:
-----------


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-12-07 
17:12:10 UTC (rev 14535)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-12-07 
17:17:53 UTC (rev 14536)
@@ -1016,15 +1016,15 @@
                                 classes += " " + colorCell;
                                 tableBodyTrTd.setAttribute('class', classes);
                             }else{
-                                tableBodyTrTdText = "...";
+                                tableBodyTrTdText = "free";
                                 if (vc['formatter'] == 
"frontendScheduleDateColumn") {
-                                    tableBodyTrTd.addEventListener('dblclick', 
function(){schedule.newApplicationForm(vc['date'],vd['_from'],vd['_to'],tableBodyTr.getAttribute('resource'))});
+                                    tableBodyTrTd.addEventListener('click', 
function(){schedule.newApplicationForm(vc['date'],vd['_from'],vd['_to'],tableBodyTr.getAttribute('resource'))});
                                 }
                                 if (vc['formatter'] == 
"backendScheduleDateColumn") {
-                                    tableBodyTrTd.addEventListener('dblclick', 
function(){schedule.newApplicationForm(vc['date'],vd['_from'],vd['_to'])});
+                                    tableBodyTrTd.addEventListener('click', 
function(){schedule.newApplicationForm(vc['date'],vd['_from'],vd['_to'])});
                                 }
                                 if (vc['formatter'] == "seasonDateColumn") {
-                                    tableBodyTrTd.addEventListener('dblclick', 
function(){schedule.newAllocationForm({'_from':vd['_from'], '_to':vd['_to'], 
'wday':vc['key']})});
+                                    tableBodyTrTd.addEventListener('click', 
function(){schedule.newAllocationForm({'_from':vd['_from'], '_to':vd['_to'], 
'wday':vc['key']})});
                                 }                                              
                
                             }
                         }




reply via email to

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