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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl (-3 / +2 lines)
Lines 29-40 Link Here
29
29
30
    <!-- TMPL_IF NAME="jump_not_found" -->
30
    <!-- TMPL_IF NAME="jump_not_found" -->
31
    <h2>System preferences</h2>
31
    <h2>System preferences</h2>
32
    <div class="dialog error">
32
    <div class="dialog alert">
33
        Could not find a system preference named <code><!-- TMPL_VAR NAME="jumpfield" --></code>.
33
        Could not find a system preference named <code><!-- TMPL_VAR NAME="jumpfield" --></code>.
34
    </div>
34
    </div>
35
    <!-- /TMPL_IF -->
35
    <!-- /TMPL_IF -->
36
    <!-- TMPL_IF NAME="search_not_found" -->
36
    <!-- TMPL_IF NAME="search_not_found" -->
37
    <div class="dialog error">
37
    <div class="dialog alert">
38
        No system preferences matched your search for <strong><!-- TMPL_VAR NAME="searchfield" --></strong>. You can try a different search or <a href="/cgi-bin/koha/admin/preferences.pl?tab=<!-- TMPL_VAR NAME="last_tab" -->">return to where you were before.</a>
38
        No system preferences matched your search for <strong><!-- TMPL_VAR NAME="searchfield" --></strong>. You can try a different search or <a href="/cgi-bin/koha/admin/preferences.pl?tab=<!-- TMPL_VAR NAME="last_tab" -->">return to where you were before.</a>
39
    </div>
39
    </div>
40
    <!-- /TMPL_IF -->
40
    <!-- /TMPL_IF -->
41
- 

Return to bug 4485