|
Lines 23-29
Link Here
|
| 23 |
<form> |
23 |
<form> |
| 24 |
<h3>Click on the following links to download the exported batch(es).</h3> |
24 |
<h3>Click on the following links to download the exported batch(es).</h3> |
| 25 |
[% IF warn_empty_range %] |
25 |
[% IF warn_empty_range %] |
| 26 |
<div style="color: red; font-weight: bold;">Some or all of the barcodes in the range you have selected have no corresponding items. Because you are using a layout without barcodes, this may result in missing entries or a blank page.</div> |
26 |
<div class="dialog alert"> |
|
|
27 |
<p>Some or all of the barcodes in the range you have selected have no corresponding items.</p> |
| 28 |
<p>If you are using a layout without barcodes, this may result in missing entries or a blank page</p> |
| 29 |
</div> |
| 27 |
[% END %] |
30 |
[% END %] |
| 28 |
[% FOREACH batche IN batches %] |
31 |
[% FOREACH batche IN batches %] |
| 29 |
<fieldset> |
32 |
<fieldset> |
| 30 |
- |
|
|