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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt (-21 / +22 lines)
Lines 59-84 Link Here
59
59
60
                <div class="page-section col-sm-12">
60
                <div class="page-section col-sm-12">
61
                    <h2>[% RECORDTITLE | html %]</h2>
61
                    <h2>[% RECORDTITLE | html %]</h2>
62
                    <div id="col1" class="col-sm-6">
62
                    <div class="row">
63
                        <h3>Original</h3>
63
                        <div id="col1" class="col-sm-6">
64
                        [% IF ( ERROR_FORMATTED1 ) %]
64
                            <h3>Original</h3>
65
                            <div class="alert alert-warning">
65
                            [% IF ( ERROR_FORMATTED1 ) %]
66
                                <p>The record ID <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
66
                                <div class="alert alert-warning">
67
                            </div>
67
                                    <p>The record ID <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
68
                        [% ELSE %]
68
                                </div>
69
                            <pre>[% MARC_FORMATTED1 | html %]</pre>
69
                            [% ELSE %]
70
                        [% END %]
70
                                <pre>[% MARC_FORMATTED1 | html %]</pre>
71
                    </div>
71
                            [% END %]
72
                    <div id="col2" class="col-sm-6">
72
                        </div>
73
                        <h3>Imported</h3>
73
                        <div id="col2" class="col-sm-6">
74
                        [% IF ( ERROR_FORMATTED2 ) %]
74
                            <h3>Imported</h3>
75
                            <div class="alert alert-warning">
75
                            [% IF ( ERROR_FORMATTED2 ) %]
76
                                <p>The import ID number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
76
                                <div class="alert alert-warning">
77
                            </div>
77
                                    <p>The import ID number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
78
                        [% ELSE %]
78
                                </div>
79
                            <h3>[% IMPORTTITLE | html %]</h3>
79
                            [% ELSE %]
80
                            <pre>[% MARC_FORMATTED2 | html %] </pre>
80
                                <h3>[% IMPORTTITLE | html %]</h3>
81
                        [% END %]
81
                                <pre>[% MARC_FORMATTED2 | html %] </pre>
82
                            [% END %]
83
                        </div>
82
                    </div>
84
                    </div>
83
                </div>
85
                </div>
84
                <fieldset class="action">
86
                <fieldset class="action">
85
- 

Return to bug 39991