removed the hold range selector for staff holds
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 18 Jul 2006 17:54:48 +0000 (17:54 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 18 Jul 2006 17:54:48 +0000 (17:54 +0000)
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
Open-ILS/web/opac/skin/default/js/holds.js
Open-ILS/web/opac/skin/default/xml/common/holds.xml

index a6e959e..61dda09 100644 (file)
@@ -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) )
index fa87acf..5c02a73 100644 (file)
@@ -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;
 }
index f196025..f31f3d7 100644 (file)
                                                <input type='checkbox' id='holds_enable_email' checked='checked'/>
                                        </td>
                                </tr>
+                               <!--
                                <tr id='holds_depth_selector_row' class='hide_me'>
                                        <td class='holds_cell'>Hold Range</td>
                                        <td class='holds_cell'>
                                                <select id='holds_depth_selector'></select>
                                        </td>
                                </tr>
+                               -->
                                <tr>
                                        <td class='holds_cell'>&opac.holds.pickupLocation;</td>
                                        <td class='holds_cell'>