|
Lines 1-5
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% USE Koha %] |
| 3 |
[% USE AuthorisedValues %] |
4 |
[% USE AuthorisedValues %] |
| 4 |
[% USE Branches %] |
5 |
[% USE Branches %] |
| 5 |
[% USE scalar %] |
6 |
[% USE scalar %] |
|
Lines 135-140
Link Here
|
| 135 |
<span>Check to show this attribute in patron check-out.</span> |
136 |
<span>Check to show this attribute in patron check-out.</span> |
| 136 |
</li> |
137 |
</li> |
| 137 |
|
138 |
|
|
|
139 |
[% IF Koha.Preference('Pseudonymization') %] |
| 140 |
<li> |
| 141 |
<label for="keep_for_anonymized">Keep for pseudonymization: </label> |
| 142 |
[% IF attribute_type AND attribute_type.keep_for_anonymized %] |
| 143 |
<input type="checkbox" id="keep_for_anonymized" name="keep_for_anonymized" checked="checked" /> |
| 144 |
[% ELSE %] |
| 145 |
<input type="checkbox" id="keep_for_anonymized" name="keep_for_anonymized" /> |
| 146 |
[% END %] |
| 147 |
<span>Check to make this attribute copied to the patron's pseudonymized attributes.</span> |
| 148 |
</li> |
| 149 |
[% END %] |
| 150 |
|
| 138 |
<li><label for="authorised_value_category">Authorized value category: </label> |
151 |
<li><label for="authorised_value_category">Authorized value category: </label> |
| 139 |
<select name="authorised_value_category" id="authorised_value_category"> |
152 |
<select name="authorised_value_category" id="authorised_value_category"> |
| 140 |
<option value=""></option> |
153 |
<option value=""></option> |
| 141 |
- |
|
|