Merge branch 'master' of git.evergreen-ils.org:Evergreen into social
[evergreen-equinox.git] / Open-ILS / xul / staff_client / server / index.xhtml
index 6f8a748..44b6c81 100644 (file)
                 function hold_pull_list(newtab) {
                         var loc = urls.XUL_REMOTE_BROWSER + '?url=' + window.escape(urls.XUL_HOLD_PULL_LIST + '?ses=' + window.escape(ses()));
                         var params = {'tab_name':'On Shelf Pull List'};
-                        var content_params = {'show_print_button':true};
                         
                         if(newtab)
-                                xulG.new_tab(loc, params, content_params);
+                                xulG.new_tab(loc, params);
                         else
-                                xulG.set_tab(loc, params, content_params);
+                                xulG.set_tab(loc, params);
                 }
                 function checkout(newtab) {
                         if(newtab)