From 59e4ae59742d5cd0390712bdd120ddeb3bf92460 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 18 Jul 2006 17:54:48 +0000 Subject: [PATCH] removed the hold range selector for staff holds git-svn-id: svn://svn.open-ils.org/ILS/trunk@5066 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/javascript/backend/circ/circ_permit_hold.js | 1 - Open-ILS/web/opac/skin/default/js/holds.js | 4 ++++ Open-ILS/web/opac/skin/default/xml/common/holds.xml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/javascript/backend/circ/circ_permit_hold.js b/Open-ILS/src/javascript/backend/circ/circ_permit_hold.js index a6e959ef7c..61dda0992e 100644 --- a/Open-ILS/src/javascript/backend/circ/circ_permit_hold.js +++ b/Open-ILS/src/javascript/backend/circ/circ_permit_hold.js @@ -5,7 +5,6 @@ load_lib('circ/circ_lib.js'); log_vars('circ_permit_hold'); - /* projected medium */ if( getMARCItemType() == 'g' && !isOrgDescendent(copy.circ_lib.shortname, patron.home_ou.id) ) diff --git a/Open-ILS/web/opac/skin/default/js/holds.js b/Open-ILS/web/opac/skin/default/js/holds.js index fa87acf43e..5c02a7321c 100644 --- a/Open-ILS/web/opac/skin/default/js/holds.js +++ b/Open-ILS/web/opac/skin/default/js/holds.js @@ -291,6 +291,7 @@ function __holdsDrawWindow() { } + /* if(isXUL()) { var dsel = $('holds_depth_selector'); unHideMe($('holds_depth_selector_row')); @@ -305,6 +306,7 @@ function __holdsDrawWindow() { ); } } + */ appendClear($('holds_recipient'), text( holdArgs.recipient.family_name() + ', ' + @@ -618,8 +620,10 @@ function holdsBuildHoldFromWindow() { //alert(fstring); return; + /* if(isXUL()) hold.selection_depth(getSelectorVal($('holds_depth_selector'))); + */ return hold; } diff --git a/Open-ILS/web/opac/skin/default/xml/common/holds.xml b/Open-ILS/web/opac/skin/default/xml/common/holds.xml index f196025a3a..f31f3d7185 100644 --- a/Open-ILS/web/opac/skin/default/xml/common/holds.xml +++ b/Open-ILS/web/opac/skin/default/xml/common/holds.xml @@ -98,12 +98,14 @@ + &opac.holds.pickupLocation; -- 2.11.0