|
Lines 149-155
Link Here
|
| 149 |
<th class="title-string">Expiry date</th> |
149 |
<th class="title-string">Expiry date</th> |
| 150 |
<th>Circulation note</th> |
150 |
<th>Circulation note</th> |
| 151 |
<th>OPAC note</th> |
151 |
<th>OPAC note</th> |
| 152 |
<th>Email address</th> |
152 |
<th>Primary email</th> |
| 153 |
<th>Restriction expiration</th> |
153 |
<th>Restriction expiration</th> |
| 154 |
<th>Restriction comment</th> |
154 |
<th>Restriction comment</th> |
| 155 |
[% FOREACH attrh IN attributes_header %] |
155 |
[% FOREACH attrh IN attributes_header %] |
|
Lines 236-242
Link Here
|
| 236 |
[% CASE 'opacnote' %] |
236 |
[% CASE 'opacnote' %] |
| 237 |
OPAC note: |
237 |
OPAC note: |
| 238 |
[% CASE 'email' %] |
238 |
[% CASE 'email' %] |
| 239 |
Email address: |
239 |
Primary email: |
| 240 |
[% CASE 'debarred' %] |
240 |
[% CASE 'debarred' %] |
| 241 |
Restriction expiration: |
241 |
Restriction expiration: |
| 242 |
[% CASE 'debarredcomment' %] |
242 |
[% CASE 'debarredcomment' %] |
| 243 |
- |
|
|