Lines 258-269
Link Here
|
258 |
<input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> |
258 |
<input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> |
259 |
</fieldset> |
259 |
</fieldset> |
260 |
[% IF ( missing_branches ) %] |
260 |
[% IF ( missing_branches ) %] |
261 |
<div class="dialog alert"><span>There are some missing libraries in your installation:</span> |
261 |
<div class="dialog alert"><span>One and more records contains incorrect library codes which are not part of your installation:</span> |
262 |
[% FOREACH branche IN branches %] |
262 |
<span> |
263 |
<a href="/cgi-bin/koha/admin/branches.pl?op=add_form" target="_blank"> |
263 |
[% FOREACH branche IN branches %] |
264 |
[% branche | html %] |
264 |
[% branche | html %] |
265 |
</a> |
265 |
[% END %] |
266 |
[% END %] |
266 |
</span> |
267 |
</div> |
267 |
</div> |
268 |
[% END %] |
268 |
[% END %] |
269 |
</form> |
269 |
</form> |
270 |
- |
|
|