From: Mike Rylander Date: Thu, 12 May 2011 15:10:42 +0000 (-0400) Subject: Use the configured set of authority browse axes in the authority browse interfaces X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=45916bdead2f8821acec6601dd186d6ac0839912;p=evergreen%2Fpines.git Use the configured set of authority browse axes in the authority browse interfaces --- 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 2500872065..c602139037 100644 --- a/Open-ILS/web/js/ui/default/cat/authority/list.js +++ b/Open-ILS/web/js/ui/default/cat/authority/list.js @@ -14,6 +14,7 @@ dojo.require('openils.CGI'); dojo.require('openils.PermaCrud'); dojo.require('openils.XUL'); dojo.require('openils.widget.OrgUnitFilteringSelect'); +dojo.require("openils.widget.PCrudAutocompleteBox"); dojo.requireLocalization("openils.authority", "authority"); var auth_strings = dojo.i18n.getLocalization("openils.authority", "authority"); diff --git a/Open-ILS/web/templates/default/cat/authority/list.tt2 b/Open-ILS/web/templates/default/cat/authority/list.tt2 index 67a1fa7541..cfc341f34a 100644 --- a/Open-ILS/web/templates/default/cat/authority/list.tt2 +++ b/Open-ILS/web/templates/default/cat/authority/list.tt2 @@ -10,12 +10,19 @@ - +