X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fopac-tmpl%2Fprog%2Fen%2Fmodules%2Fopac-shelves.tmpl;h=a6de2d3b944b38d32a35059751b35edcbe7fa06a;hb=ef9a6d9b6c7d7d7de192d8d84fc0a518862e108c;hp=1487d141184ec5e97856231aa9e3843d03803da8;hpb=984e0f673ef2b7febc7882e7fb04ad9e6d1c9d10;p=koha.git diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index 1487d14118..a6de2d3b94 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -9,21 +9,6 @@ $.tablesorter.addParser({ format: function(s) { return s.toLowerCase().replace(/^(the|an|a) /,''); }, type: 'text' }); -function holdSelections() { - var checkedBoxes = $(":checkbox:checked"); - if ($(checkedBoxes).size() == 0) { - alert(MSG_NO_RECORD_SELECTED); - } else { - var bibs = ""; - $(checkedBoxes).each(function(){ - var name = $(this).attr("name"); - bib = name.substr(4); - bibs += bib + "/"; - }); - document.location = "/cgi-bin/koha/opac-reserve.pl?biblionumbers="+bibs; - } -} - $(function() { $("span.clearall").html(""+_("Clear All")+""); @@ -47,17 +32,9 @@ $(function() { $(".checkboxed").unCheckCheckboxes(); return false; }); -}); -$(document).ready(function(){ - - $("#tagsel_tag").text("Tag"); - $("#tagsel_button").click(function(){ - tagAdded(); - return false; - }); - }); + //]]> @@ -133,19 +110,6 @@ $(document).ready(function(){ - ','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100')">Send List - - - - - -