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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-3 / +2 lines)
Lines 1055-1063 Link Here
1055
                                        <li>
1055
                                        <li>
1056
                                            <label for="archived" style="display: inline;">Include archived:</label>
1056
                                            <label for="archived" style="display: inline;">Include archived:</label>
1057
                                            [% IF filter_archived %]
1057
                                            [% IF filter_archived %]
1058
                                                <input type="checkbox" id="archived" name="filter_archived" checked="checked" title="Include archived suggestions in the search" />
1058
                                                <input type="checkbox" id="archived" value="1" name="filter_archived" checked="checked" title="Include archived suggestions in the search" />
1059
                                            [% ELSE %]
1059
                                            [% ELSE %]
1060
                                                <input type="checkbox" id="archived" name="filter_archived" title="Include archived suggestions in the search" />
1060
                                                <input type="checkbox" id="archived" value="1" name="filter_archived" title="Include archived suggestions in the search" />
1061
                                            [% END %]
1061
                                            [% END %]
1062
                                        </li>
1062
                                        </li>
1063
                                        <li>
1063
                                        <li>
1064
- 

Return to bug 23991