fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12431] remove temporary code


From: Sigurd Nes
Subject: [Fmsystem-commits] [12431] remove temporary code
Date: Wed, 10 Dec 2014 13:25:54 +0000

Revision: 12431
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12431
Author:   sigurdne
Date:     2014-12-10 13:25:54 +0000 (Wed, 10 Dec 2014)
Log Message:
-----------
remove temporary code

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        2014-12-10 
12:08:40 UTC (rev 12430)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2014-12-10 
13:25:54 UTC (rev 12431)
@@ -280,49 +280,4 @@
                var oArgs = {lightbox:1};
                var strURL = phpGWLink('login.php', oArgs);
                TINY.box.show({iframe:strURL, 
boxid:'frameless',width:$(window).width(),height:400,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true, close: false,closejs:false});
-       }
-/*
- *
- * {
-                               sSwfPath: 
"phpgwapi/js/DataTables/extensions/TableTools/swf/copy_csv_xls_pdf.swf",
-                               sRowSelect: "multi",
-                               aButtons: [
-                                                               "select_all",
-                                                               "select_none",
-                                                               {
-                                                                       
sExtends: "select",
-                                                                       
sButtonText: "email",
-                                                                       
fnClick:        function (nButton, oConfig, oFlash) {
-
-                                                                           var 
oTT = TableTools.fnGetInstance( container );
-                                                                               
var selected = oTT.fnGetSelectedData();
-
-                                                                               
var numSelected =       selected.length;
-
-                                                                               
if (numSelected ==0){
-                                                                               
        alert('None selected');
-                                                                               
        return false;
-                                                                               
}
-                                                                               
for ( var n = 0; n < selected.length; ++n )
-                                                                               
{
-                                                                               
        var aData = selected[n];
-                                                                               
        console.log(aData);
-
-                                                                               
}
-                                                                               
oTable.fnDraw();
-
-                                                                  }
-                                                               },
-                                                               {
-                                                                       
sExtends: "select",
-                                                                       
sButtonText: "SMS",
-                                                                       
fnClick:        function (nButton, oConfig, oFlash) {}
-                                                               },
-                                                               {
-                                                                       
sExtends: "select",
-                                                                       
sButtonText: "delete",
-                                                                       
fnClick:        function (nButton, oConfig, oFlash) {}
-                                                               }
-                                                       ]
-                       }
- */
\ No newline at end of file
+       }
\ No newline at end of file




reply via email to

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