From ef280353799e19ddeb483e5962228c39ab394227 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 19 Apr 2011 11:52:09 +0200 Subject: [PATCH] use bbar for paging toolbar --- scm-webapp/src/main/webapp/resources/js/sonia.repository.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js index b05f02f7f9..2148cfc4d8 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js @@ -966,13 +966,14 @@ Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, { xtype: 'repositoryChangesetViewerGrid', repository: this.repository, store: changesetStore - }, { + }], + bbar: { xtype: 'paging', store: changesetStore, displayInfo: true, pageSize: this.pageSize, prependButtons: true - }] + } }; Ext.apply(this, Ext.apply(this.initialConfig, config));