Lines 1292-1297
Link Here
|
1292 |
<th class="ci-collection">Collection</th> |
1292 |
<th class="ci-collection">Collection</th> |
1293 |
<th class="ci-patron">Patron</th> |
1293 |
<th class="ci-patron">Patron</th> |
1294 |
<th class="ci-note">Note</th> |
1294 |
<th class="ci-note">Note</th> |
|
|
1295 |
<th class="ci-opacnote">Opac Note</th> |
1295 |
</tr> |
1296 |
</tr> |
1296 |
</thead> |
1297 |
</thead> |
1297 |
|
1298 |
|
Lines 1397-1405
Link Here
|
1397 |
[% IF ( riloo.patron.borrowernotes ) %] |
1398 |
[% IF ( riloo.patron.borrowernotes ) %] |
1398 |
<p><span class="circ-hlt patron-note">[% riloo.patron.borrowernotes | $raw | html_line_break %]</span></p> |
1399 |
<p><span class="circ-hlt patron-note">[% riloo.patron.borrowernotes | $raw | html_line_break %]</span></p> |
1399 |
[% END %] |
1400 |
[% END %] |
1400 |
[% IF ( riloo.patron.opacnote ) %] |
|
|
1401 |
<p><span class="circ-hlt opac-note">[% riloo.patron.opacnote | html %]</span></p> |
1402 |
[% END %] |
1403 |
[% IF ( riloo.messages.count ) %] |
1401 |
[% IF ( riloo.messages.count ) %] |
1404 |
[% FOREACH message IN riloo.messages %] |
1402 |
[% FOREACH message IN riloo.messages %] |
1405 |
<p><span class="circ-hlt patron-opac-messages">[% message.message | html %]</span></p> |
1403 |
<p><span class="circ-hlt patron-opac-messages">[% message.message | html %]</span></p> |
Lines 1412-1417
Link Here
|
1412 |
<p><span class="circ-hlt item-note-nonpublic">[% riloo.itemnotes_nonpublic | html %]</span></p> |
1410 |
<p><span class="circ-hlt item-note-nonpublic">[% riloo.itemnotes_nonpublic | html %]</span></p> |
1413 |
[% END %] |
1411 |
[% END %] |
1414 |
</td> |
1412 |
</td> |
|
|
1413 |
<td> |
1414 |
[% IF ( riloo.patron.opacnote ) %] |
1415 |
<p><span class="circ-hlt opac-note">[% riloo.patron.opacnote | html %]</span></p> |
1416 |
[% END %] |
1417 |
</td> |
1415 |
</tr> |
1418 |
</tr> |
1416 |
[% END # /FOREACH riloo %] |
1419 |
[% END # /FOREACH riloo %] |
1417 |
</table> |
1420 |
</table> |
1418 |
- |
|
|