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 39-45 Link Here
39
        <div id="toolbar">
39
        <div id="toolbar">
40
            Results in sections:
40
            Results in sections:
41
            [% FOREACH TAB IN TABS %]
41
            [% FOREACH TAB IN TABS %]
42
                <a href="#[% TAB.tab_title %]">[% TAB.tab_title %]</a>[% UNLESS ( loop.last ) %] &bull; [% END %]
42
                <a href="#[% TAB.tab_title | url %]">[% TAB.tab_title | html %]</a>[% UNLESS ( loop.last ) %] &bull; [% END %]
43
            [% END %]
43
            [% END %]
44
             &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
             &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>
45
        </div>
45
        </div>
46
- 

Return to bug 20935