]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl tweak: rename start by offset
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 13 Jan 2009 08:34:16 +0000 (08:34 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 13 Jan 2009 08:34:16 +0000 (08:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8365 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/html/bresto.js

index 7ef7504945ccc173237d3d5f7ee44be7007ae151..8bc245fe9d0bed3bd83c2c0826eaeb1457ee7c94 100644 (file)
@@ -222,7 +222,7 @@ Ext.onReady(function(){
     cm.defaultSortable = true;
 
     function update_limits() {
-        Ext.get('txt-file-start').setValue(Ext.brestore.offset);
+        Ext.get('txt-file-offset').setValue(Ext.brestore.offset);
         Ext.get('txt-file-limit').setValue(Ext.brestore.limit);
     }
 
@@ -249,7 +249,7 @@ Ext.onReady(function(){
                     }
                 }
             }, {
-                id: 'txt-file-start',
+                id: 'txt-file-offset',
                 xtype: 'numberfield',
                 width: 60,
                 value: Ext.brestore.offset
@@ -441,7 +441,7 @@ Ext.onReady(function(){
         proxy: new Ext.data.HttpProxy({
             url: '/cgi-bin/bweb/bresto.pl',
             method: 'GET',
-            params:{start:0, limit:50 }
+            params:{offset:0, limit:50 }
         }),
         
         reader: new Ext.data.ArrayReader({},
@@ -596,7 +596,7 @@ Ext.onReady(function(){
         proxy: new Ext.data.HttpProxy({
             url: '/cgi-bin/bweb/bresto.pl',
             method: 'GET',
-            params:{start:0, limit:50 }
+            params:{offset:0, limit:50 }
         }),
 
         reader: new Ext.data.ArrayReader({
@@ -971,7 +971,7 @@ Ext.onReady(function(){
             proxy: new Ext.data.HttpProxy({
                 url: '/cgi-bin/bweb/bresto.pl',
                 method: 'GET',
-                params:{start:0, limit:50 }
+                params:{offset:0, limit:50 }
             }),
             
             reader: new Ext.data.ArrayReader({