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