[open-ils-commits] r16435 - trunk/Open-ILS/web/js/ui/default/acq/picklist (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri May 14 12:10:29 EDT 2010


Author: erickson
Date: 2010-05-14 12:10:26 -0400 (Fri, 14 May 2010)
New Revision: 16435

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/picklist/view_list.js
Log:
show progress indicator in autogrid with next/prev in piclist list page

Modified: trunk/Open-ILS/web/js/ui/default/acq/picklist/view_list.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/picklist/view_list.js	2010-05-13 21:31:57 UTC (rev 16434)
+++ trunk/Open-ILS/web/js/ui/default/acq/picklist/view_list.js	2010-05-14 16:10:26 UTC (rev 16435)
@@ -26,6 +26,8 @@
     if(listAll)
         method = method.replace(/user/, 'user.all');
 
+    plListGrid.showLoadProgressIndicator();
+
     fieldmapper.standardRequest(
         ['open-ils.acq', method],
         {   async: true,



More information about the open-ils-commits mailing list