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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-7 / +7 lines)
Lines 838-851 $(document).ready(function(){ Link Here
838
[% END #/ WRAPPER sub-header.inc %]
838
[% END #/ WRAPPER sub-header.inc %]
839
839
840
    <div class="main container-fluid">
840
    <div class="main container-fluid">
841
    [% IF ( INVALID_METADATA ) %]
842
        <div class="dialog alert">
843
            <p>This record had encoding issues, non-xml characters have been stripped in order to allow editing. Please be cautious when saving that some data may have been removed from the record.</br>Decoding error:</p>
844
            <span class="problem">[% INVALID_METADATA | html %]</span>
845
        </div>
846
    [% END %]
847
        <div class="row">
841
        <div class="row">
848
            <div class="col-md-10 col-md-offset-1">
842
            <div class="col-md-10 col-md-offset-1">
843
                [% IF ( INVALID_METADATA ) %]
844
                    <div class="page-section bg-danger">
845
                        <h1>Errors found</h1>
846
                        <p><strong>This record had encoding issues, non-xml characters have been stripped in order to allow editing. Please be cautious when saving that some data may have been removed from the record.</strong></p>
847
                        <pre class="problem">[% INVALID_METADATA | html %]</pre>
848
                    </div>
849
                [% END %]
849
850
850
                <div id="check_errors"></div>
851
                <div id="check_errors"></div>
851
852
852
- 

Return to bug 35119