From: dbs Date: Thu, 23 Sep 2010 03:18:14 +0000 (+0000) Subject: Browse through 20 authority records at a time in management interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2c4146eabe3cdb4999c72248a43708ae5e5beb92;p=evergreen%2Fpines.git Browse through 20 authority records at a time in management interface The default browse list is set to 9 elements, but we have enough vertical space to make use of more. Perhaps we should check the font size and viewport height and then adjust accordingly, but that would be Hard. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17908 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/ui/default/cat/authority/list.js b/Open-ILS/web/js/ui/default/cat/authority/list.js index f101dc5bfb..9408b4db01 100644 --- a/Open-ILS/web/js/ui/default/cat/authority/list.js +++ b/Open-ILS/web/js/ui/default/cat/authority/list.js @@ -234,6 +234,7 @@ function displayRecords(parms) { + '/1' // replace with preceding line if OUs gain some meaning + '/' + dijit.byId('authTerm').attr('value') + '/' + dijit.byId('authPage').attr('value') + + '/' + '20' // 20 results per page ; dojo.xhrGet({"url":url, "handleAs":"xml", "content":{"format":"marcxml"}, "preventCache": true, "load":displayAuthorities }); }