Lines 109-116
$(document).ready(function(){
Link Here
|
109 |
[% END %] |
109 |
[% END %] |
110 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
110 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
111 |
[% IF ( no_next_barcode ) %]<div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %] |
111 |
[% IF ( no_next_barcode ) %]<div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %] |
112 |
[% IF ( book_on_loan ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: item is checked out.</div>[% END %] |
|
|
113 |
[% IF ( book_reserved ) %]<div class="dialogalert"><strong>Cannot Delete</strong>: item has a waiting hold.</div>[% END %] |
114 |
|
112 |
|
115 |
[% IF ( notfoundbarcodes.size ) %] |
113 |
[% IF ( notfoundbarcodes.size ) %] |
116 |
<div class="dialog alert"><p>Warning, the following barcodes were not found:</p></div> |
114 |
<div class="dialog alert"><p>Warning, the following barcodes were not found:</p></div> |
117 |
- |
|
|