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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt (-11 / +3 lines)
Lines 42-68 Link Here
42
        <noscript><div class="dialog alert"><strong>Please enable Javascript:</strong>
42
        <noscript><div class="dialog alert"><strong>Please enable Javascript:</strong>
43
            Configuring 'Did you mean?' plugins requires Javascript. If
43
            Configuring 'Did you mean?' plugins requires Javascript. If
44
            you are unable to use Javascript, you may be able to enter the
44
            you are unable to use Javascript, you may be able to enter the
45
            configuration (which is stored in JSON in the OPACdidyoumean and
45
            configuration (which is stored in JSON in the OPACdidyoumean system preferences)
46
            INTRAdidyoumean system preferences) in the Local Preferences tab in
46
            in the Local preferences tab in
47
            the system preference editor, but this is unsupported, not
47
            the system preference editor, but this is unsupported, not
48
            recommended, and likely will not work.</div></noscript>
48
            recommended, and likely will not work.</div></noscript>
49
        <div id="didyoumeanlegend">
49
        <div id="didyoumeanlegend">
50
            Please put the 'Did you mean?' plugins in order by significance, from
50
            Please put the 'Did you mean?' plugins in order by significance, from
51
            most significant to least significant, and check the box to enable those
51
            most significant to least significant, and check the box to enable those
52
            plugins that you want to use. (NOTE: 'Did you mean?' functionality
52
            plugins that you want to use.
53
            is not yet enabled on the staff client)
54
        </div>
53
        </div>
55
        <form action="/cgi-bin/koha/admin/didyoumean.pl" method="post">
54
        <form action="/cgi-bin/koha/admin/didyoumean.pl" method="post">
56
            <fieldset id="didyoumeanopac">
55
            <fieldset id="didyoumeanopac">
57
                <legend>OPAC</legend>
56
                <legend>OPAC</legend>
58
                [% PROCESS pluginlist plugins=OPACpluginlist type='opac' %]
57
                [% PROCESS pluginlist plugins=OPACpluginlist type='opac' %]
59
            </fieldset>
58
            </fieldset>
60
            <!-- TODO not yet implemented
61
            <fieldset id="didyoumeanintranet">
62
                <legend>Intranet</legend>
63
                [% PROCESS pluginlist plugins=INTRApluginlist type='intranet' %]
64
            </fieldset>
65
            -->
66
            <fieldset class="action"><button class="save-all submit" type="submit">Save configuration</button> <a href="/cgi-bin/koha/admin/didyoumean.pl" class="force_reload cancel">Cancel</a></fieldset>
59
            <fieldset class="action"><button class="save-all submit" type="submit">Save configuration</button> <a href="/cgi-bin/koha/admin/didyoumean.pl" class="force_reload cancel">Cancel</a></fieldset>
67
        </form>
60
        </form>
68
61
69
- 

Return to bug 20399