fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13131] adjust insert object for icon for checkall


From: Sigurd Nes
Subject: [Fmsystem-commits] [13131] adjust insert object for icon for checkall
Date: Sat, 02 May 2015 11:05:27 +0000

Revision: 13131
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13131
Author:   sigurdne
Date:     2015-05-02 11:05:26 +0000 (Sat, 02 May 2015)
Log Message:
-----------
adjust insert object for icon for checkall

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-30 
23:05:18 UTC (rev 13130)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-05-02 
11:05:26 UTC (rev 13131)
@@ -454,11 +454,6 @@
 
        JqueryPortico.CreateRowChecked = function(Class)
        {
-               newTD = document.createElement('td');
-               newTD.setAttribute("align","center");
-
-               newTD.colSpan = 1;
-       //      newTD.style.borderTop="1px solid #000000";
                //create the anchor node
                myA=document.createElement("A");
                url = "javascript:JqueryPortico.checkAll(\""+Class+"\")";
@@ -477,7 +472,5 @@
                mydiv=document.createElement("div");
                mydiv.setAttribute("align","center");
                mydiv.appendChild(myA);
-               // Appends mydiv to newTD
-               newTD.appendChild(mydiv);
-               return newTD;
+               return mydiv;
        }




reply via email to

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