|
Lines 29-35
Batch list
Link Here
|
| 29 |
<div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2"> |
29 |
<div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2"> |
| 30 |
[% IF ( allmatch ) %]<div class="dialog alert"> |
30 |
[% IF ( allmatch ) %]<div class="dialog alert"> |
| 31 |
<h4>No records imported</h4> |
31 |
<h4>No records imported</h4> |
| 32 |
No record have been imported because they all match an existing record in your catalog.<br />You'll have to treat them individually. |
32 |
No records have been imported because they all match existing records in your catalog.<br />You'll have to treat them individually. |
| 33 |
</div> |
33 |
</div> |
| 34 |
[% END %] |
34 |
[% END %] |
| 35 |
|
35 |
|
| 36 |
- |
|
|