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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-11 lines)
Lines 869-884 $(document).ready(function(){ Link Here
869
                    </div>
869
                    </div>
870
                [% END %]
870
                [% END %]
871
871
872
                [% IF Koha.Preference('EnableAdvancedCatalogingEditor') %]
873
                    <div id="toggle-editor">
874
                        <label for="toggle-editor">Advanced editor: </label>
875
                        <label class="switch">
876
                            <input id="toggleEditor" type="checkbox">
877
                            <span class="slider"></span>
878
                        </label>
879
                    </div>
880
                [% END %]
881
882
                <div id="check_errors"></div>
872
                <div id="check_errors"></div>
883
873
884
                <h1>
874
                <h1>
885
- 

Return to bug 34275