Lines 85-91
Link Here
|
85 |
<th class="title-string">Available since</th> |
85 |
<th class="title-string">Available since</th> |
86 |
<th class="anti-the">Title</th> |
86 |
<th class="anti-the">Title</th> |
87 |
<th>Patron</th> |
87 |
<th>Patron</th> |
88 |
<th>Location</th> |
88 |
<th>Home branch</th> |
|
|
89 |
<th>Current Location</th> |
90 |
<th>Call number</th> |
89 |
<th>Copy number</th> |
91 |
<th>Copy number</th> |
90 |
<th>Enumeration</th> |
92 |
<th>Enumeration</th> |
91 |
<th>Action</th> |
93 |
<th>Action</th> |
Lines 104-110
Link Here
|
104 |
[% IF ( reserveloo.borrowermail ) %]<br /><a href="mailto:[% reserveloo.borrowermail %]?subject=Hold waiting: [% reserveloo.title %]"> |
106 |
[% IF ( reserveloo.borrowermail ) %]<br /><a href="mailto:[% reserveloo.borrowermail %]?subject=Hold waiting: [% reserveloo.title %]"> |
105 |
[% reserveloo.borrowermail %]</a>[% END %] |
107 |
[% reserveloo.borrowermail %]</a>[% END %] |
106 |
</td> |
108 |
</td> |
107 |
<td>[% Branches.GetName( reserveloo.homebranch ) %]<br />[% reserveloo.itemcallnumber %]</td> |
109 |
<td>[% Branches.GetName( reserveloo.homebranch ) %]</td> |
|
|
110 |
<td>[% Branches.GetName( reserveloo.holdingbranch ) %]</td> |
111 |
<td>[% reserveloo.itemcallnumber %]</td> |
108 |
<td>[% reserveloo.copynumber %]</td> |
112 |
<td>[% reserveloo.copynumber %]</td> |
109 |
<td>[% reserveloo.enumchron %]</td> |
113 |
<td>[% reserveloo.enumchron %]</td> |
110 |
<td> |
114 |
<td> |
Lines 147-153
Link Here
|
147 |
<th class="title-string">Available since</th> |
151 |
<th class="title-string">Available since</th> |
148 |
<th class="anti-the">Title</th> |
152 |
<th class="anti-the">Title</th> |
149 |
<th>Patron</th> |
153 |
<th>Patron</th> |
150 |
<th>Location</th> |
154 |
<th>Home branch</th> |
|
|
155 |
<th>Current Location</th> |
156 |
<th>Call number</th> |
151 |
<th>Copy number</th> |
157 |
<th>Copy number</th> |
152 |
<th>Enumeration</th> |
158 |
<th>Enumeration</th> |
153 |
<th>Action</th> |
159 |
<th>Action</th> |
Lines 165-171
Link Here
|
165 |
[% IF ( overloo.borrowermail ) %]<a href="mailto:[% overloo.borrowermail %]?subject=Reservation: [% overloo.title |url %]"> |
171 |
[% IF ( overloo.borrowermail ) %]<a href="mailto:[% overloo.borrowermail %]?subject=Reservation: [% overloo.title |url %]"> |
166 |
[% overloo.borrowermail %]</a>[% END %] |
172 |
[% overloo.borrowermail %]</a>[% END %] |
167 |
</td> |
173 |
</td> |
168 |
<td>[% Branches.GetName( overloo.homebranch ) %] [% overloo.itemcallnumber %]</td> |
174 |
<td>[% Branches.GetName( overloo.homebranch ) %]</td> |
|
|
175 |
<td>[% Branches.GetName( overloo.holdingbranch ) %]</td> |
176 |
<td>[% overloo.itemcallnumber %]</td> |
169 |
<td>[% overloo.copynumber %]</td> |
177 |
<td>[% overloo.copynumber %]</td> |
170 |
<td>[% overloo.enumchron %]</td> |
178 |
<td>[% overloo.enumchron %]</td> |
171 |
<td><form name="cancelReserve" action="waitingreserves.pl" method="post"> |
179 |
<td><form name="cancelReserve" action="waitingreserves.pl" method="post"> |
172 |
- |
|
|