fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15590]


From: saul . huanay
Subject: [Fmsystem-commits] [15590]
Date: Mon, 5 Sep 2016 21:00:57 +0000 (UTC)

Revision: 15590
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15590
Author:   psaul
Date:     2016-09-05 21:00:57 +0000 (Mon, 05 Sep 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/phpgwapi/js/jquery/common.js
    branches/dev-syncromind-2/rental/templates/base/schedule.xsl

Modified: branches/dev-syncromind-2/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-09-05 
19:40:52 UTC (rev 15589)
+++ branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-09-05 
21:00:57 UTC (rev 15590)
@@ -1421,7 +1421,7 @@
         {
             var start = a.start;
             var total = data['ResultSet'].totalResultsAvailable;
-            var n_objects = a.n_objects;
+            var n_objects = a.length;
 
             var pages = Math.floor(total / n_objects);
             var res = total % n_objects;

Modified: branches/dev-syncromind-2/rental/templates/base/schedule.xsl
===================================================================
--- branches/dev-syncromind-2/rental/templates/base/schedule.xsl        
2016-09-05 19:40:52 UTC (rev 15589)
+++ branches/dev-syncromind-2/rental/templates/base/schedule.xsl        
2016-09-05 21:00:57 UTC (rev 15590)
@@ -155,7 +155,7 @@
                 schedule.params.n_objects = $('select#cboNObjects').val();
                 $('select#cboNObjects').change( function()
                 {
-                    schedule.params.n_objects = $(this).val();
+                    schedule.params.length = $(this).val();
                 });
             </script>
         </p>
@@ -181,7 +181,7 @@
         var composite_id = '<xsl:value-of select="composite_id"/>';
                $(window).load(function() {
             
-            schedule.params.n_objects = $('#cboNObjects').val();
+            schedule.params.length = $('#cboNObjects').val();
             schedule.params.search = $('#txtSearchSchedule').val();
             schedule.params.start = 0;
         




reply via email to

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