X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Freserve%2Frequest.tt;h=8e8470bd230e191f7a8e92bef88bf4d9431b6657;hb=068e5be6395088793aeab66d67c36c2b9da2c5d9;hp=0d16ce0ac8ebcf43e8e19ce97a0a03cd5cfd9b97;hpb=8e9fc9b38565e574d9537250b579db023234cbcb;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 0d16ce0ac8..8e8470bd23 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1,3 +1,4 @@ +[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] [% UNLESS ( multi_hold ) %] Koha › Circulation › Holds › Place a hold on [% title |html %] @@ -110,7 +111,7 @@ function checkMultiHold() { $("#requestany").click(function() { if(this.checked){ $("input[name=checkitem]").each(function() { - $(this).attr("checked",""); + $(this).removeAttr("checked"); }); } }); @@ -122,7 +123,7 @@ function checkMultiHold() { } }); if(onechecked == 1){ - $("#requestany").attr("checked",""); + $("#requestany").removeAttr("checked"); } else { $("#requestany").attr("checked","checked"); } @@ -597,7 +598,7 @@ function checkMultiHold() { Toggle set to lowest priority [% END %]   -   + [% IF SuspendHoldsIntranet %] [% END %] [% FOREACH reserveloo IN biblioloo.reserveloop %] [% UNLESS ( loop.odd ) %][% ELSE %][% END %] @@ -729,13 +730,14 @@ function checkMultiHold() { + [% IF SuspendHoldsIntranet %] [% UNLESS ( reserveloo.wait ) %] - + [% IF AutoResumeSuspendedHolds %] - + Show calendar