From: pines Date: Mon, 18 Sep 2006 20:54:45 +0000 (+0000) Subject: stop using the chrome-side quick record bucket kludge X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b15d7287e365f7547ba7c056c2bde54b1654cd87;p=Evergreen.git stop using the chrome-side quick record bucket kludge git-svn-id: svn://svn.open-ils.org/ILS/trunk@6136 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul b/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul index 9857276ee8..ee034f33e2 100644 --- a/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul +++ b/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul @@ -252,7 +252,7 @@ function add_to_bucket() { JSAN.use('util.window'); var win = new util.window(); win.open( - xulG.url_prefix(urls.XUL_RECORD_BUCKETS) + xulG.url_prefix(urls.XUL_RECORD_BUCKETS_QUICK) + '?record_ids=' + js2JSON( [ docid ] ), 'sel_bucket_win' + win.window_name_increment(), 'chrome,resizable,modal,center'