Lines 146-152
function placeHold () {
Link Here
|
146 |
[% END %] |
146 |
[% END %] |
147 |
[% IF ( paramsloo.duplicatebiblio ) %] |
147 |
[% IF ( paramsloo.duplicatebiblio ) %] |
148 |
<div class="dialog alert">A record matching barcode <b>[% paramsloo.duplicatebiblio %]</b> has already been added.</div> |
148 |
<div class="dialog alert">A record matching barcode <b>[% paramsloo.duplicatebiblio %]</b> has already been added.</div> |
149 |
[% END %] |
149 |
[% END %] |
|
|
150 |
[% IF ( paramsloo.nothingdeleted) %] |
151 |
<div class="dialog message">Warning: You could not delete any selected items from this shelf.</div> |
152 |
[% END %] |
153 |
[% IF ( paramsloo.somedeleted) %] |
154 |
<div class="dialog message">Warning: You could not delete all selected items from this shelf.</div> |
155 |
[% END %] |
150 |
</div> |
156 |
</div> |
151 |
</div> |
157 |
</div> |
152 |
[% END %] |
158 |
[% END %] |
153 |
- |
|
|