Lines 304-315
Link Here
|
304 |
<input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> |
304 |
<input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> |
305 |
</fieldset> |
305 |
</fieldset> |
306 |
[% IF ( missing_branches ) %] |
306 |
[% IF ( missing_branches ) %] |
307 |
<div class="dialog alert"><span>There are some missing libraries in your installation:</span> |
307 |
<div class="dialog alert"> |
308 |
[% FOREACH branche IN branches %] |
308 |
<span>One and more records contains incorrect library codes which are not part of your installation:</span> |
309 |
<a href="/cgi-bin/koha/admin/branches.pl?op=add_form" target="_blank"> |
309 |
<span> |
310 |
[% branche | html %] |
310 |
[% FOREACH branche IN branches %] |
311 |
</a> |
311 |
[% branche | html %] |
312 |
[% END %] |
312 |
[% END %] |
|
|
313 |
</span> |
313 |
</div> |
314 |
</div> |
314 |
[% END %] |
315 |
[% END %] |
315 |
</form> <!-- /#import_batch_form --> |
316 |
</form> <!-- /#import_batch_form --> |
316 |
- |
|
|