fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14454]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14454]
Date: Mon, 23 Nov 2015 20:28:43 +0000

Revision: 14454
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14454
Author:   nelson224
Date:     2015-11-23 20:28:42 +0000 (Mon, 23 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/frontend/js/jquery/entity.list.js

Modified: branches/dev-syncromind/frontend/js/jquery/entity.list.js
===================================================================
--- branches/dev-syncromind/frontend/js/jquery/entity.list.js   2015-11-23 
15:26:47 UTC (rev 14453)
+++ branches/dev-syncromind/frontend/js/jquery/entity.list.js   2015-11-23 
20:28:42 UTC (rev 14454)
@@ -54,4 +54,31 @@
 refresh_entity = function()
 {
        oTable0.fnDraw();
+};
+
+var download = function(oArgs){
+
+       if(!confirm("This will take some time..."))
+       {
+               return false;
+       }
+       
+       var filters = $('.filter_entity');
+       
+       if (filters.length > 0) 
+       {
+               filters.each(function(i, obj) 
+               {
+                       if (obj.value !== '') 
+                       {
+                               oArgs[obj.name] = obj.value;
+                       }
+               });             
+       }
+       
+       oArgs['search'] = $('input[type=search]').val();
+
+       var requestUrl = phpGWLink('index.php', oArgs);
+
+       window.open(requestUrl,'_self');
 };
\ No newline at end of file




reply via email to

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