|
Lines 284-290
Link Here
|
| 284 |
</span> |
284 |
</span> |
| 285 |
<fieldset id="add_multiple_copies_span"> |
285 |
<fieldset id="add_multiple_copies_span"> |
| 286 |
<label for="number_of_copies">Number of copies of this item to add: </label> |
286 |
<label for="number_of_copies">Number of copies of this item to add: </label> |
| 287 |
<input type="text" id="number_of_copies" name="number_of_copies" value="" size="2" /> |
287 |
<input type="text" id="number_of_copies" name="number_of_copies" value="" size="2" maxlength="3" /> |
| 288 |
<input type="submit" id="add_multiple_copies_submit" name="add_multiple_copies_submit" value="Add" onclick="javascript:return Check(this.form) && CheckMultipleAdd(this.form.number_of_copies.value);" /> <a href="#" id="cancel_add_multiple" class="cancel">Cancel</a> |
288 |
<input type="submit" id="add_multiple_copies_submit" name="add_multiple_copies_submit" value="Add" onclick="javascript:return Check(this.form) && CheckMultipleAdd(this.form.number_of_copies.value);" /> <a href="#" id="cancel_add_multiple" class="cancel">Cancel</a> |
| 289 |
<div class="hint"><p>Maximum currently set to 1000. The barcode you enter will be incremented for each additional item.</p></div> |
289 |
<div class="hint"><p>Maximum currently set to 1000. The barcode you enter will be incremented for each additional item.</p></div> |
| 290 |
</fieldset> |
290 |
</fieldset> |
| 291 |
- |
|
|