|
Lines 140-146
Link Here
|
| 140 |
<th>Surname</th> |
140 |
<th>Surname</th> |
| 141 |
<th>First name</th> |
141 |
<th>First name</th> |
| 142 |
<th>Library</th> |
142 |
<th>Library</th> |
| 143 |
<th>Category</th> |
143 |
<th>Patron category</th> |
| 144 |
<th>City</th> |
144 |
<th>City</th> |
| 145 |
<th>State</th> |
145 |
<th>State</th> |
| 146 |
<th>ZIP/Postal code</th> |
146 |
<th>ZIP/Postal code</th> |
|
Lines 148-154
Link Here
|
| 148 |
<th class="title-string">Registration date</th> |
148 |
<th class="title-string">Registration date</th> |
| 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>Restriction expiration</th> |
152 |
<th>Restriction expiration</th> |
| 153 |
<th>Restriction comment</th> |
153 |
<th>Restriction comment</th> |
| 154 |
[% FOREACH attrh IN attributes_header %] |
154 |
[% FOREACH attrh IN attributes_header %] |
|
Lines 212-226
Link Here
|
| 212 |
[% CASE 'branchcode' %] |
212 |
[% CASE 'branchcode' %] |
| 213 |
Library: |
213 |
Library: |
| 214 |
[% CASE 'categorycode' %] |
214 |
[% CASE 'categorycode' %] |
| 215 |
Category |
215 |
Patron category: |
| 216 |
[% CASE 'city' %] |
216 |
[% CASE 'city' %] |
| 217 |
City |
217 |
City: |
| 218 |
[% CASE 'state' %] |
218 |
[% CASE 'state' %] |
| 219 |
State |
219 |
State: |
| 220 |
[% CASE 'zipcode' %] |
220 |
[% CASE 'zipcode' %] |
| 221 |
ZIP/Postal code |
221 |
ZIP/Postal code: |
| 222 |
[% CASE 'country' %] |
222 |
[% CASE 'country' %] |
| 223 |
Country |
223 |
Country: |
| 224 |
[% CASE 'sort1' %] |
224 |
[% CASE 'sort1' %] |
| 225 |
Sort 1: |
225 |
Sort 1: |
| 226 |
[% CASE 'sort2' %] |
226 |
[% CASE 'sort2' %] |
|
Lines 267-273
Link Here
|
| 267 |
[% END %] |
267 |
[% END %] |
| 268 |
[% IF ( patron_attributes_codes ) %] |
268 |
[% IF ( patron_attributes_codes ) %] |
| 269 |
<li class="attributes"> |
269 |
<li class="attributes"> |
| 270 |
<label style="width:auto;">Attribute: |
270 |
<label style="width:auto;">Patron attribute: |
| 271 |
<select name="patron_attributes"> |
271 |
<select name="patron_attributes"> |
| 272 |
<option value=""></option> |
272 |
<option value=""></option> |
| 273 |
[% FOREACH pac IN patron_attributes_codes %] |
273 |
[% FOREACH pac IN patron_attributes_codes %] |
| 274 |
- |
|
|