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 |
[% FOREACH attrh IN attributes_header %] |
152 |
[% FOREACH attrh IN attributes_header %] |
153 |
<th>[% attrh.attribute | html %]</th> |
153 |
<th>[% attrh.attribute | html %]</th> |
154 |
[% END %] |
154 |
[% END %] |
Lines 208-222
Link Here
|
208 |
[% CASE 'branchcode' %] |
208 |
[% CASE 'branchcode' %] |
209 |
Library: |
209 |
Library: |
210 |
[% CASE 'categorycode' %] |
210 |
[% CASE 'categorycode' %] |
211 |
Category |
211 |
Patron category: |
212 |
[% CASE 'city' %] |
212 |
[% CASE 'city' %] |
213 |
City |
213 |
City: |
214 |
[% CASE 'state' %] |
214 |
[% CASE 'state' %] |
215 |
State |
215 |
State: |
216 |
[% CASE 'zipcode' %] |
216 |
[% CASE 'zipcode' %] |
217 |
ZIP/Postal code |
217 |
ZIP/Postal code: |
218 |
[% CASE 'country' %] |
218 |
[% CASE 'country' %] |
219 |
Country |
219 |
Country: |
220 |
[% CASE 'sort1' %] |
220 |
[% CASE 'sort1' %] |
221 |
Sort 1: |
221 |
Sort 1: |
222 |
[% CASE 'sort2' %] |
222 |
[% CASE 'sort2' %] |
Lines 259-265
Link Here
|
259 |
[% END %] |
259 |
[% END %] |
260 |
[% IF ( patron_attributes_codes ) %] |
260 |
[% IF ( patron_attributes_codes ) %] |
261 |
<li class="attributes"> |
261 |
<li class="attributes"> |
262 |
<label style="width:auto;">Attribute: |
262 |
<label style="width:auto;">Patron attribute: |
263 |
<select name="patron_attributes"> |
263 |
<select name="patron_attributes"> |
264 |
<option value=""></option> |
264 |
<option value=""></option> |
265 |
[% FOREACH pac IN patron_attributes_codes %] |
265 |
[% FOREACH pac IN patron_attributes_codes %] |
266 |
- |
|
|