show progress indicator in autogrid with next/prev in piclist list page
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 14 May 2010 16:10:26 +0000 (16:10 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 14 May 2010 16:10:26 +0000 (16:10 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16435 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/ui/default/acq/picklist/view_list.js

index cff62ae..fb245a8 100644 (file)
@@ -26,6 +26,8 @@ function gridDataLoader() {
     if(listAll)
         method = method.replace(/user/, 'user.all');
 
+    plListGrid.showLoadProgressIndicator();
+
     fieldmapper.standardRequest(
         ['open-ils.acq', method],
         {   async: true,