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