Lines 329-335
$(document).ready(function() {
Link Here
|
329 |
|
329 |
|
330 |
<hr> |
330 |
<hr> |
331 |
<div class="subfield_line"> |
331 |
<div class="subfield_line"> |
332 |
<label for="number_of_copies">Number of copies to be made of this item </label> <input type="text" id="number_of_copies[% newserialloo.serialid | html %][% newserialloo.countitems | html %][% iteminformatio.subfield | html %][% iteminformatio.random | html %]" name="number_of_copies" value="1" maxlength="3" size="2"> <span class="hint">Number of copies limited to under 1000. The barcode you enter will be incremented for each additional item.</p> |
332 |
<label for="number_of_copies">Number of copies to be made of this item </label> <input type="text" id="number_of_copies[% newserialloo.serialid | html %][% newserialloo.countitems | html %][% iteminformatio.subfield | html %][% iteminformatio.random | html %]" name="number_of_copies" value="1" maxlength="3" size="2"> <span class="hint">Number of copies limited to under 1000. The barcode you enter will be incremented for each additional item.</span> |
333 |
</div> |
333 |
</div> |
334 |
|
334 |
|
335 |
<input type="hidden" name="moditem" value="" /> |
335 |
<input type="hidden" name="moditem" value="" /> |
Lines 483-489
$(document).ready(function() {
Link Here
|
483 |
|
483 |
|
484 |
<hr> |
484 |
<hr> |
485 |
<div class="subfield_line"> |
485 |
<div class="subfield_line"> |
486 |
<label for="number_of_copies">Number of copies to be made of this item </label> <input type="text" id="number_of_copies[% newserialloo.serialid | html %][% newserialloo.countitems | html %][% iteminformatio.subfield | html %][% iteminformatio.random | html %]" name="number_of_copies" value="1" maxlength="3" size="2"> <span class="hint">Number of copies limited to under 1000. The barcode you enter will be incremented for each additional item.</p> |
486 |
<label for="number_of_copies">Number of copies to be made of this item </label> <input type="text" id="number_of_copies[% newserialloo.serialid | html %][% newserialloo.countitems | html %][% iteminformatio.subfield | html %][% iteminformatio.random | html %]" name="number_of_copies" value="1" maxlength="3" size="2"> <span class="hint">Number of copies limited to under 1000. The barcode you enter will be incremented for each additional item.</span> |
487 |
</div> |
487 |
</div> |
488 |
|
488 |
|
489 |
<input type="hidden" name="moditem" value="" /> |
489 |
<input type="hidden" name="moditem" value="" /> |
490 |
- |
|
|