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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-2 / +7 lines)
Lines 393-407 Page Link Here
393
            Ignored
393
            Ignored
394
        [% ELSIF ( record_lis.status == 'reverted' ) %]
394
        [% ELSIF ( record_lis.status == 'reverted' ) %]
395
            Reverted
395
            Reverted
396
        [% ELSIF ( record_lis.status == 'staged' ) %]
397
            Staged
398
        [% ELSIF ( record_lis.status == 'error' ) %]
399
            Error
396
        [% ELSE %]
400
        [% ELSE %]
397
          [% record_lis.status %]
401
          [% record_lis.status %]
398
        [% END %]
402
        [% END %]
399
    </td>
403
    </td>
400
    <td>
404
    <td>
401
        [% IF ( record_lis.overlay_status == 'no_match' ) %]
405
        [% IF ( record_lis.overlay_status == 'no_match' ) %]
402
            No&nbsp;match
406
            No match
403
        [% ELSIF ( record_lis.overlay_status == 'match_applied' ) %]
407
        [% ELSIF ( record_lis.overlay_status == 'match_applied' ) %]
404
            Match applied
408
            Match applied
409
        [% ELSIF ( record_lis.overlay_status == 'auto_match' ) %]
410
            Match found
405
        [% ELSE %]
411
        [% ELSE %]
406
            [% record_lis.overlay_status %]
412
            [% record_lis.overlay_status %]
407
        [% END %]
413
        [% END %]
408
- 

Return to bug 10170