stop using the chrome-side quick record bucket kludge
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 Sep 2006 20:54:45 +0000 (20:54 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 Sep 2006 20:54:45 +0000 (20:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6136 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/cat/opac.xul

index 9857276..ee034f3 100644 (file)
                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'