Lines 126-134
Link Here
|
126 |
[% END %] |
126 |
[% END %] |
127 |
[% UNLESS matched || ( ( kohafield == 'items.damaged' || kohafield == 'items.itemlost' || kohafield == 'items.withdrawn' || kohafield == 'items.notforloan' ) && mv.default == '0' ) %] |
127 |
[% UNLESS matched || ( ( kohafield == 'items.damaged' || kohafield == 'items.itemlost' || kohafield == 'items.withdrawn' || kohafield == 'items.notforloan' ) && mv.default == '0' ) %] |
128 |
[%# If the current value is not in the authorised list and is not a field where 0 means unset #%] |
128 |
[%# If the current value is not in the authorised list and is not a field where 0 means unset #%] |
129 |
<option value="[%- mv.default | html -%]" selected="selected">[%- mv.default | html -%]</option> |
129 |
<option value="[%- mv.default | html -%]" selected="selected">[%- mv.default | html -%] (Not an authorised value)</option> |
130 |
</select> |
130 |
</select> |
131 |
<span style="float:right;" title="The current value [% mv.default | html %] is not in the authorised value list"><i class="fa fa-exclamation-circle" aria-hidden="true"></i></span> |
131 |
<span style="float:right;" title="The current value [% mv.default | html %] is not configured for the authorised value category controlling this subfield"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i></span> |
132 |
[% ELSE %] |
132 |
[% ELSE %] |
133 |
</select> |
133 |
</select> |
134 |
[% END %] |
134 |
[% END %] |