|
Lines 57-65
Link Here
|
| 57 |
[% ELSIF ( circ_error_WTHDRAWN ) %] |
57 |
[% ELSIF ( circ_error_WTHDRAWN ) %] |
| 58 |
This item has been withdrawn from the collection. |
58 |
This item has been withdrawn from the collection. |
| 59 |
[% ELSIF ( circ_error_RESTRICTED ) %] |
59 |
[% ELSIF ( circ_error_RESTRICTED ) %] |
|
|
60 |
This item is restricted. |
| 60 |
[% ELSIF ( circ_error_RESERVED ) %] |
61 |
[% ELSIF ( circ_error_RESERVED ) %] |
| 61 |
This item is on hold for another patron. |
62 |
This item is on hold for another patron. |
| 62 |
[% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %] |
63 |
[% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %] |
|
|
64 |
This item belongs to another branch. |
| 63 |
[% ELSIF ( circ_error_EXPIRED ) %] |
65 |
[% ELSIF ( circ_error_EXPIRED ) %] |
| 64 |
Your account has expired. |
66 |
Your account has expired. |
| 65 |
[% ELSIF ( circ_error_DEBARRED ) %] |
67 |
[% ELSIF ( circ_error_DEBARRED ) %] |
|
Lines 67-73
Link Here
|
| 67 |
[% ELSIF ( circ_error_CARD_LOST ) %] |
69 |
[% ELSIF ( circ_error_CARD_LOST ) %] |
| 68 |
This card has been declared lost. |
70 |
This card has been declared lost. |
| 69 |
[% ELSIF ( circ_error_GNA ) %] |
71 |
[% ELSIF ( circ_error_GNA ) %] |
|
|
72 |
Your contact information seems to be incomplete. |
| 70 |
[% ELSIF ( circ_error_INVALID_DATE ) %] |
73 |
[% ELSIF ( circ_error_INVALID_DATE ) %] |
|
|
74 |
Due date is not valid. |
| 71 |
[% END %] |
75 |
[% END %] |
| 72 |
Please see a member of the library staff. |
76 |
Please see a member of the library staff. |
| 73 |
</p> |
77 |
</p> |
| 74 |
- |
|
|