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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt (-2 / +2 lines)
Lines 44-50 Link Here
44
                            <th>Query</th>
44
                            <th>Query</th>
45
                            <th>Limits</th>
45
                            <th>Limits</th>
46
                            <th>OPAC</th>
46
                            <th>OPAC</th>
47
                            <th>Staff client</th>
47
                            <th>Staff interface</th>
48
                            <th>&nbsp;</th>
48
                            <th>&nbsp;</th>
49
                        </tr>
49
                        </tr>
50
                    </thead>
50
                    </thead>
Lines 80-86 Link Here
80
                        <input id="filter_edit_name" name="filter_edit_name" type="text">
80
                        <input id="filter_edit_name" name="filter_edit_name" type="text">
81
                        <label for="filter_edit_opac">Show in OPAC?</label>
81
                        <label for="filter_edit_opac">Show in OPAC?</label>
82
                        <input type="checkbox" id="filter_edit_opac" name="filter_edit_opac">
82
                        <input type="checkbox" id="filter_edit_opac" name="filter_edit_opac">
83
                        <label for="filter_edit_staff_client">Show in Staff client?</label>
83
                        <label for="filter_edit_staff_client">Show in staff interface?</label>
84
                        <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client">
84
                        <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client">
85
                    </div>
85
                    </div>
86
                </div>
86
                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +1 lines)
Lines 61-67 Link Here
61
                            [% ELSE %]
61
                            [% ELSE %]
62
                                <input type="checkbox" id="show_filter_opac" name="show_filter_opac">
62
                                <input type="checkbox" id="show_filter_opac" name="show_filter_opac">
63
                            [% END %]
63
                            [% END %]
64
                            <label for="filter_edit_staff_client">Show in Staff client?</label>
64
                            <label for="filter_edit_staff_client">Show in Staff interface?</label>
65
                            [% IF edit_filter.staff_client %]
65
                            [% IF edit_filter.staff_client %]
66
                                <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client" checked="checked">
66
                                <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client" checked="checked">
67
                            [% ELSE %]
67
                            [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-2 / +1 lines)
Lines 730-736 Link Here
730
                                <h6>Visibility:</h6>
730
                                <h6>Visibility:</h6>
731
                                <label for="show_filter_opac">Show in OPAC?</label>
731
                                <label for="show_filter_opac">Show in OPAC?</label>
732
                                <input type="checkbox" id="show_filter_opac" name="show_filter_opac">
732
                                <input type="checkbox" id="show_filter_opac" name="show_filter_opac">
733
                                <label for="show_filter_staff_client">Show in Staff client?</label>
733
                                <label for="show_filter_staff_client">Show in staff interface?</label>
734
                                <input type="checkbox" id="show_filter_staff_client" name="show_filter_staff_client">
734
                                <input type="checkbox" id="show_filter_staff_client" name="show_filter_staff_client">
735
                                <hr>
735
                                <hr>
736
                                <h6>Save as new search filter:</h6>
736
                                <h6>Save as new search filter:</h6>
737
- 

Return to bug 32264