Lines 108-115
Link Here
|
108 |
<option value="">Choose</option> |
108 |
<option value="">Choose</option> |
109 |
[% FOREACH itemlostloo IN itemlostloop %] |
109 |
[% FOREACH itemlostloo IN itemlostloop %] |
110 |
[% IF ClaimReturnedLostValue && !ITEM_DAT.itemlost && itemlostloo.authorised_value == ClaimReturnedLostValue #Filter claims returned status from pulldown %] |
110 |
[% IF ClaimReturnedLostValue && !ITEM_DAT.itemlost && itemlostloo.authorised_value == ClaimReturnedLostValue #Filter claims returned status from pulldown %] |
111 |
[% SET add_claims_returned_tip = itemlostloo.lib %] |
111 |
<option value="[% itemlostloo.authorised_value | html %]" disabled="disabled" title="At least one item is available at this library">[% itemlostloo.lib | html %]</option> |
112 |
<option value="[% itemlostloo.authorised_value | html %]" disabled="disabled">[% itemlostloo.lib | html %]</option> |
|
|
113 |
[% ELSIF itemlostloo.authorised_value == ITEM_DAT.itemlost %] |
112 |
[% ELSIF itemlostloo.authorised_value == ITEM_DAT.itemlost %] |
114 |
<option value="[% itemlostloo.authorised_value | html %]" selected="selected">[% itemlostloo.lib | html %]</option> |
113 |
<option value="[% itemlostloo.authorised_value | html %]" selected="selected">[% itemlostloo.lib | html %]</option> |
115 |
[% ELSE %] |
114 |
[% ELSE %] |
Lines 120-131
Link Here
|
120 |
<input type="hidden" name="withdrawn" value="[% ITEM_DAT.withdrawn | html %]" /> |
119 |
<input type="hidden" name="withdrawn" value="[% ITEM_DAT.withdrawn | html %]" /> |
121 |
<input type="hidden" name="damaged" value="[% ITEM_DAT.damaged | html %]" /> |
120 |
<input type="hidden" name="damaged" value="[% ITEM_DAT.damaged | html %]" /> |
122 |
|
121 |
|
123 |
[% IF add_claims_returned_tip %] |
|
|
124 |
<i class="fa fa-question-circle" data-toggle="tooltip" |
125 |
title="The value '[% add_claims_returned_tip | html %]' cannot be selected. Return claims must be processed from the patron details page." |
126 |
data-placement="right"></i> |
127 |
[% END %] |
128 |
|
129 |
[% IF ClaimReturnedLostValue && ITEM_DAT.itemlost == ClaimReturnedLostValue %] |
122 |
[% IF ClaimReturnedLostValue && ITEM_DAT.itemlost == ClaimReturnedLostValue %] |
130 |
<input type="submit" name="submit" class="submit" value="Set status" disabled="disabled"/> |
123 |
<input type="submit" name="submit" class="submit" value="Set status" disabled="disabled"/> |
131 |
<p class="help-block">Item has been claimed as returned.</p> |
124 |
<p class="help-block">Item has been claimed as returned.</p> |
Lines 312-320
Link Here
|
312 |
<script> |
305 |
<script> |
313 |
var browser = KOHA.browser('[% searchid | html %]', parseInt('[% biblionumber | html %]', 10)); |
306 |
var browser = KOHA.browser('[% searchid | html %]', parseInt('[% biblionumber | html %]', 10)); |
314 |
browser.show(); |
307 |
browser.show(); |
315 |
$( document ).ready(function() { |
|
|
316 |
$('[data-toggle="tooltip"]').tooltip(); |
317 |
}); |
318 |
</script> |
308 |
</script> |
319 |
[% END %] |
309 |
[% END %] |
320 |
[% INCLUDE 'intranet-bottom.inc' %] |
310 |
[% INCLUDE 'intranet-bottom.inc' %] |