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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 / +1 lines)
Lines 70-76 Link Here
70
    [% END %]
70
    [% END %]
71
    [% IF ( search_not_found ) %]
71
    [% IF ( search_not_found ) %]
72
    <div class="dialog alert">
72
    <div class="dialog alert">
73
        No system preferences matched your search for <strong>[% searchfield |html %]</strong>. You can try a different search or <a href="/cgi-bin/koha/admin/preferences.pl?tab=[% last_tab %]">return to where you were before.</a>
73
        No system preferences matched your search for: <strong>[% searchfield |html %]</strong>
74
    </div>
74
    </div>
75
    [% END %]
75
    [% END %]
76
    [% FOREACH TAB IN TABS %]
76
    [% FOREACH TAB IN TABS %]
77
- 

Return to bug 15808