View | Details | Raw Unified | Return to bug 7280
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 70-76 $(function() { Link Here
70
  $("a.print").show();
70
  $("a.print").show();
71
71
72
    [% IF ( opacuserlogin ) %][% IF ( RequestOnOpac ) %]$("#placehold").html("<a href=\"#\" class=\"hold tag_hides\">"+_('Place Hold')+"<\/a>");
72
    [% IF ( opacuserlogin ) %][% IF ( RequestOnOpac ) %]$("#placehold").html("<a href=\"#\" class=\"hold tag_hides\">"+_('Place Hold')+"<\/a>");
73
      $("a.hold").click(function(){
73
      $("#toolbar a.hold").click(function(){
74
         holdSelections();
74
         holdSelections();
75
         return false;
75
         return false;
76
      });[% END %][% END %]
76
      });[% END %][% END %]
77
- 

Return to bug 7280