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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-2 / +1 lines)
Lines 275-281 Link Here
275
                            [% END %]
275
                            [% END %]
276
                        </li>
276
                        </li>
277
                        <li>
277
                        <li>
278
                            <span class="label">xAction if matching record found:</span>
278
                            <span class="label">Action if matching record found:</span>
279
                            [% IF ( overlay_action == 'replace' ) %]
279
                            [% IF ( overlay_action == 'replace' ) %]
280
                                <span>Replace existing record with incoming record</span>
280
                                <span>Replace existing record with incoming record</span>
281
                            [% ELSIF ( overlay_action == 'create_new' ) %]
281
                            [% ELSIF ( overlay_action == 'create_new' ) %]
282
- 

Return to bug 39831