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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-1 / +10 lines)
Lines 879-884 $(document).ready(function(){ Link Here
879
                    </div>
879
                    </div>
880
                [% END %]
880
                [% END %]
881
881
882
                [% IF Koha.Preference('EnableAdvancedCatalogingEditor') %]
883
                    <div id="toggle-editor">
884
                        <label for="toggle-editor">Advanced editor: </label>
885
                        <label class="switch">
886
                            <input id="toggleEditor" type="checkbox">
887
                            <span class="slider"></span>
888
                        </label>
889
                    </div>
890
                [% END %]
891
882
                <div id="check_errors"></div>
892
                <div id="check_errors"></div>
883
893
884
                <h1>
894
                <h1>
885
- 

Return to bug 34275