|
Lines 490-496
Link Here
|
| 490 |
<td>[% biblioloo.rank | html %]</td> |
490 |
<td>[% biblioloo.rank | html %]</td> |
| 491 |
<td> |
491 |
<td> |
| 492 |
[% IF ( biblioloo.checked_previously ) %] |
492 |
[% IF ( biblioloo.checked_previously ) %] |
| 493 |
<span class="alert">Patron has previously checked out this title</span><br/> |
493 |
<span>Patron has previously checked out this title</span><br/> |
| 494 |
[% END %] |
494 |
[% END %] |
| 495 |
[% IF ( biblioloo.alreadyres ) %] |
495 |
[% IF ( biblioloo.alreadyres ) %] |
| 496 |
<ul> |
496 |
<ul> |
| 497 |
- |
|
|