Lines 12-18
Link Here
|
12 |
<form> |
12 |
<form> |
13 |
<h3>Click on the following links to download the exported batch(es).</h3> |
13 |
<h3>Click on the following links to download the exported batch(es).</h3> |
14 |
[% IF warn_empty_range %] |
14 |
[% IF warn_empty_range %] |
15 |
<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> |
15 |
<div class="dialog alert"> |
|
|
16 |
<p>Some or all of the barcodes in the range you have selected have no corresponding items.</p> |
17 |
<p>If you are using a layout without barcodes, this may result in missing entries or a blank page</p> |
18 |
</div> |
16 |
[% END %] |
19 |
[% END %] |
17 |
[% FOREACH batche IN batches %] |
20 |
[% FOREACH batche IN batches %] |
18 |
<fieldset> |
21 |
<fieldset> |
19 |
- |
|
|