|
Lines 132-144
Link Here
|
| 132 |
[% END %] |
132 |
[% END %] |
| 133 |
<span>Check to make this attribute staff_searchable in the staff patron search.</span> |
133 |
<span>Check to make this attribute staff_searchable in the staff patron search.</span> |
| 134 |
</li> |
134 |
</li> |
| 135 |
<li><label for="display_checkout">Display in check-out: </label> |
135 |
<li><label for="display_checkout">Display in patron's brief information: </label> |
| 136 |
[% IF display_checkout_checked %] |
136 |
[% IF display_checkout_checked %] |
| 137 |
<input type="checkbox" id="display_checkout" name="display_checkout" checked="checked" /> |
137 |
<input type="checkbox" id="display_checkout" name="display_checkout" checked="checked" /> |
| 138 |
[% ELSE %] |
138 |
[% ELSE %] |
| 139 |
<input type="checkbox" id="display_checkout" name="display_checkout" /> |
139 |
<input type="checkbox" id="display_checkout" name="display_checkout" /> |
| 140 |
[% END %] |
140 |
[% END %] |
| 141 |
<span>Check to show this attribute in patron check-out.</span> |
141 |
<span>Check to show this attribute in the brief information panel in the patron's record (staff client).</span> |
| 142 |
</li> |
142 |
</li> |
| 143 |
|
143 |
|
| 144 |
<li><label for="authorised_value_category">Authorized value category: </label> |
144 |
<li><label for="authorised_value_category">Authorized value category: </label> |
| 145 |
- |
|
|