Lines 42-48
Link Here
|
42 |
<table> |
42 |
<table> |
43 |
<caption> |
43 |
<caption> |
44 |
[% IF ( reserved ) %] |
44 |
[% IF ( reserved ) %] |
45 |
Reserve found for [% INCLUDE 'patron-title.inc' patron => hold.patron | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). |
45 |
Hold found for [% INCLUDE 'patron-title.inc' patron => hold.patron | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). |
46 |
[% END %] |
46 |
[% END %] |
47 |
[% IF ( waiting ) %] |
47 |
[% IF ( waiting ) %] |
48 |
Item is marked waiting at [% branchname | html %] for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). |
48 |
Item is marked waiting at [% branchname | html %] for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). |
Lines 54-62
Link Here
|
54 |
<tr> |
54 |
<tr> |
55 |
<th> |
55 |
<th> |
56 |
[% IF ( reserved ) %] |
56 |
[% IF ( reserved ) %] |
57 |
Set reserve to transit and transfer book to [% Branches.GetName( hold.branchcode ) | html %]: |
57 |
Transfer item to [% Branches.GetName( hold.branchcode ) | html %]: |
58 |
[% END %] |
58 |
[% END %] |
59 |
[% IF ( waiting or transferred ) %]Cancel reservation and then attempt transfer: [% END %] |
59 |
[% IF ( waiting or transferred ) %]Cancel hold and then attempt transfer: [% END %] |
60 |
</th> |
60 |
</th> |
61 |
<td> |
61 |
<td> |
62 |
<form method="post" name="mainform" id="mainform" action="branchtransfers.pl"> |
62 |
<form method="post" name="mainform" id="mainform" action="branchtransfers.pl"> |
Lines 83-89
Link Here
|
83 |
</tr> |
83 |
</tr> |
84 |
[% IF ( reserved ) %] |
84 |
[% IF ( reserved ) %] |
85 |
<tr> |
85 |
<tr> |
86 |
<th>Cancel reservation and then attempt transfer:</th> |
86 |
<th>Cancel hold and then attempt transfer:</th> |
87 |
<td> |
87 |
<td> |
88 |
<form method="post" name="mainform" id="mainform" action="branchtransfers.pl"> |
88 |
<form method="post" name="mainform" id="mainform" action="branchtransfers.pl"> |
89 |
[% FOREACH trsfitemloo IN trsfitemloop %] |
89 |
[% FOREACH trsfitemloo IN trsfitemloop %] |