From: Eric Bollengier Date: Tue, 13 Jan 2009 08:34:16 +0000 (+0000) Subject: ebl tweak: rename start by offset X-Git-Tag: Release-3.0.0~312 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64f4269dd64a759b1a0859d787f8aa3ddc54dde9;p=bacula%2Fbacula ebl tweak: rename start by offset git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8365 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/html/bresto.js b/gui/bweb/html/bresto.js index 7ef7504945..8bc245fe9d 100644 --- a/gui/bweb/html/bresto.js +++ b/gui/bweb/html/bresto.js @@ -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({