Lines 317-325
Link Here
|
317 |
<li> |
317 |
<li> |
318 |
<div class="notesrow" id="notesrow_[% bibitemloo.biblionumber | html %]"> |
318 |
<div class="notesrow" id="notesrow_[% bibitemloo.biblionumber | html %]"> |
319 |
<label for="holdnotes_[% bibitemloo.biblionumber | html %]">Hold notes:</label> |
319 |
<label for="holdnotes_[% bibitemloo.biblionumber | html %]">Hold notes:</label> |
320 |
[% IF bibitemloo.reqholdnotes %] |
|
|
321 |
<span id="reqholdnotes_[% bibitemloo.biblionumber | html %]">Please enter additional information about the requested item:</span> |
322 |
[% END %] |
323 |
<textarea id="holdnotes_[% bibitemloo.biblionumber | html %]" rows="2" cols="30" name="notes_[% bibitemloo.biblionumber | html %]" >[% bibitemloo.holdnotes | html %]</textarea> |
320 |
<textarea id="holdnotes_[% bibitemloo.biblionumber | html %]" rows="2" cols="30" name="notes_[% bibitemloo.biblionumber | html %]" >[% bibitemloo.holdnotes | html %]</textarea> |
324 |
</div> |
321 |
</div> |
325 |
</li> |
322 |
</li> |
Lines 558-566
Link Here
|
558 |
$("#reqspecific_[% bibitemloo.biblionumber | html %]").click(); |
555 |
$("#reqspecific_[% bibitemloo.biblionumber | html %]").click(); |
559 |
$("#copiesrow_[% bibitemloo.biblionumber | html %]").show(); |
556 |
$("#copiesrow_[% bibitemloo.biblionumber | html %]").show(); |
560 |
[% END %] |
557 |
[% END %] |
561 |
[% IF bibitemloo.reqholdnotes %] |
|
|
562 |
$("#holdnotes_[% bibitemloo.biblionumber | html %]").attr( 'required', true ); |
563 |
[% END %] |
564 |
[% END %] |
558 |
[% END %] |
565 |
|
559 |
|
566 |
// Replace non-JS single-selection with multi-selection capability. |
560 |
// Replace non-JS single-selection with multi-selection capability. |