From f20aeed86647c5444b39743cc7fb0c551f788514 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 8 Mar 2012 11:53:49 +0100 Subject: [PATCH 1/1] Bug 6086: Followup: Replace \t characters with 4 spaces --- .../prog/en/modules/circ/pendingreserves.tt | 142 ++++++++++---------- 1 files changed, 71 insertions(+), 71 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt index 3aeb592..b83e1a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -20,26 +20,26 @@ $(document).ready(function() { function createSelect( data ) { var r=''; } $("#homebranchfilter").each( function () { $(this).html( createSelect( holdst.fnGetColumnData(4) ) ); $('select', this).change( function () { - holdst.fnFilter( $(this).val(), 4 ); + holdst.fnFilter( $(this).val(), 4 ); } ); } ); $("#itypefilter").each( function () { $(this).html( createSelect( holdst.fnGetColumnData(8) ) ); $('select', this).change( function () { - holdst.fnFilter( $(this).val(), 8 ); + holdst.fnFilter( $(this).val(), 8 ); } ); } ); $("#locationfilter").each( function () { $(this).html( createSelect( holdst.fnGetColumnData(9) ) ); $('select', this).change( function () { - holdst.fnFilter( $(this).val(), 9 ); + holdst.fnFilter( $(this).val(), 9 ); } ); } ); }); @@ -54,10 +54,10 @@ $(document).ready(function() {
- +
-
-
+
+

Holds to Pull[% IF ( run_report ) %] placed between [% from %] and [% to %][% END %]

[% IF ( run_report ) %] @@ -66,70 +66,70 @@ $(document).ready(function() {
[% IF ( reserveloop ) %] - - - - - - - - - - - - - - - - - [% FOREACH reserveloo IN reserveloop %] - - [% IF ( reserveloo.borrowernumber ) %] - - - - - [% ELSE %] - - - - - [% END %] - - - - - - - - - [% END %] - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + [% FOREACH reserveloo IN reserveloop %] + + [% IF ( reserveloo.borrowernumber ) %] + + + + + [% ELSE %] + + + + + [% END %] + + + + + + + + + [% END %] + + + + + + + + + + + + + + + +
Pull This Many ItemsItems AvailablePatrons with HoldsTitleLibrariesAvailable Call NumbersAvailable Copy NoAvailable EnumerationAvailable ItypesAvailable LocationsEarliest Hold Date

[% reserveloo.pullcount %]

[% reserveloo.count %][% reserveloo.rcount %] -

- [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %] - [% reserveloo.title |html %] [% reserveloo.subtitle %] - -

-
""""[% reserveloo.holdingbranch %]

[% reserveloo.itemcallnumber %]

[% reserveloo.copyno %]

[% reserveloo.enumchron %]

[% reserveloo.itype %][% reserveloo.location %] -

[% reserveloo.reservedate %]

-

in [% reserveloo.branch %]

- [% IF ( reserveloo.statusw ) %]

Waiting

[% END %][% IF ( reserveloo.statusf ) %]

Fullfilled

[% END %] -
Pull This Many ItemsItems AvailablePatrons with HoldsTitleLibrariesAvailable Call NumbersAvailable Copy NoAvailable EnumerationAvailable ItypesAvailable LocationsEarliest Hold Date

[% reserveloo.pullcount %]

[% reserveloo.count %][% reserveloo.rcount %] +

+ [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %] + [% reserveloo.title |html %] [% reserveloo.subtitle %] + +

+
""""[% reserveloo.holdingbranch %]

[% reserveloo.itemcallnumber %]

[% reserveloo.copyno %]

[% reserveloo.enumchron %]

[% reserveloo.itype %][% reserveloo.location %] +

[% reserveloo.reservedate %]

+

in [% reserveloo.branch %]

+ [% IF ( reserveloo.statusw ) %]

Waiting

[% END %][% IF ( reserveloo.statusf ) %]

Fullfilled

[% END %] +
[% ELSE %] No items found. -- 1.7.7.3