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:
parent
0d6e559c56
commit
6d75e726d5
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue