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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-2 / +9 lines)
Lines 58-64 Link Here
58
                        <h4><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></h4>
58
                        <h4><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></h4>
59
                        <p>Manage system preferences like MARC flavor, date format, administrator email, and templates.</p>
59
                        <p>Manage system preferences like MARC flavor, date format, administrator email, and templates.</p>
60
                        <input type="hidden" name="op" value="search" />
60
                        <input type="hidden" name="op" value="search" />
61
                        <input type="text" name="searchfield" value="[% searchfield | html %]" />
61
                        <input type="text" id="syspref-searchfield-main" name="searchfield" value="[% searchfield | html %]" />
62
                        <input type="submit" name="ok" class="btn btn-primary" value="Search" />
62
                        <input type="submit" name="ok" class="btn btn-primary" value="Search" />
63
                    </fieldset>
63
                    </fieldset>
64
                </form>
64
                </form>
Lines 325-328 Link Here
325
    </div>
325
    </div>
326
[% END %]
326
[% END %]
327
327
328
[% MACRO jsinclude BLOCK %]
329
    [% INCLUDE "datatables.inc" %]
330
    <script>
331
        $(document).ready(function () {
332
            syspref_autocomplete($("#syspref-searchfield-main"));
333
        });
334
    </script>
335
[% END %]
328
[% INCLUDE 'intranet-bottom.inc' %]
336
[% INCLUDE 'intranet-bottom.inc' %]
329
- 

Return to bug 41995