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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 / +1 lines)
Lines 38-44 Link Here
38
        <div id="toolbar">
38
        <div id="toolbar">
39
            Results in sections:
39
            Results in sections:
40
            [% FOREACH TAB IN TABS %]
40
            [% FOREACH TAB IN TABS %]
41
                <a href="#[% TAB.tab_title %]">[% TAB.tab_title %]</a>[% UNLESS ( loop.last ) %] &bull; [% END %]
41
                <a href="#[% TAB.tab_title | url %]">[% TAB.tab_title | html %]</a>[% UNLESS ( loop.last ) %] &bull; [% END %]
42
            [% END %]
42
            [% END %]
43
             &bull; <label for="keyword_filter">Filter: <input type="text" size="10" name="keyword_filter" id="keyword_filter" /> <a href="#" id="clear_filter" style="display:none;"><i class="fa fa-remove"></i></a></label>
43
             &bull; <label for="keyword_filter">Filter: <input type="text" size="10" name="keyword_filter" id="keyword_filter" /> <a href="#" id="clear_filter" style="display:none;"><i class="fa fa-remove"></i></a></label>
44
        </div>
44
        </div>
45
- 

Return to bug 20935