Bug 3241: Place hold button appears on results page if opacuserlogin is off

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Garry Collum 2009-05-23 15:22:57 -04:00 committed by Galen Charlton
parent 0d6e559c56
commit 6d75e726d5

View file

@ -135,11 +135,13 @@ $(document).ready(function(){
return false;
});
<!-- TMPL_IF NAME="RequestOnOpac" -->
<!-- TMPL_IF NAME="opacuserlogin" -->
$("#placehold").html("<input class=\"submit\" type=\"submit\" value=\"Place Hold\"/>");
$("#placehold").find("input:submit").click(function(){
holdMultiple();
return false;
});
<!-- /TMPL_IF -->
<!-- /TMPL_IF -->
$("#holdDetails").hide();