View | Details | Raw Unified | Return to bug 21272
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-6 / +6 lines)
Lines 258-268 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>One and more records contains incorrect library codes which are not part of your installation:</span>
261
                            <div class="dialog alert"
262
                                ><span>One and more records contains incorrect library codes which are not part of your installation:</span>
262
                                <span>
263
                                <span>
263
                                [% FOREACH branche IN branches %]
264
                                    [% FOREACH branche IN branches %]
264
                                    [% branche | html %]
265
                                        [% branche | html %]
265
                                [% END %]
266
                                    [% END %]
266
                                </span>
267
                                </span>
267
                            </div>
268
                            </div>
268
                        [% END %]
269
                        [% END %]
Lines 272-278 Link Here
272
                                <span>
273
                                <span>
273
                                    [% FOREACH title IN titles %]
274
                                    [% FOREACH title IN titles %]
274
                                        [% title | html %]
275
                                        [% title | html %]
275
                                         |
276
                                        |
276
                                    [% END %]
277
                                    [% END %]
277
                                </span>
278
                                </span>
278
                            </div>
279
                            </div>
279
- 

Return to bug 21272