From 64f4269dd64a759b1a0859d787f8aa3ddc54dde9 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 13 Jan 2009 08:34:16 +0000 Subject: [PATCH] ebl tweak: rename start by offset git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8365 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/html/bresto.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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({ -- 2.39.5