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
+ '/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 });
}