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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-9 / +12 lines)
Lines 1089-1102 Link Here
1089
                                    <h4 class="local_collapse"><a href="#" data-target="suggestion_information">Suggestion information</a></h4>
1089
                                    <h4 class="local_collapse"><a href="#" data-target="suggestion_information">Suggestion information</a></h4>
1090
                                    <fieldset class="brief" id="suggestion_information">
1090
                                    <fieldset class="brief" id="suggestion_information">
1091
                                        <ol>
1091
                                        <ol>
1092
                                            <li>
1093
                                                <label for="archived" style="display: inline;">Include archived:</label>
1094
                                                [% IF filter_archived %]
1095
                                                    <input type="checkbox" id="archived" value="1" name="filter_archived" checked="checked" title="Include archived suggestions in the search" />
1096
                                                [% ELSE %]
1097
                                                    <input type="checkbox" id="archived" value="1" name="filter_archived" title="Include archived suggestions in the search" />
1098
                                                [% END %]
1099
                                            </li>
1100
                                            <li>
1092
                                            <li>
1101
                                                <label for="STATUS[% loop.index | html %]"> Status:</label>
1093
                                                <label for="STATUS[% loop.index | html %]"> Status:</label>
1102
                                                <select name="STATUS" id="STATUS[% loop.index | html %]">
1094
                                                <select name="STATUS" id="STATUS[% loop.index | html %]">
Lines 1238-1243 Link Here
1238
                                            <input type="submit" value="Go" />
1230
                                            <input type="submit" value="Go" />
1239
                                        </fieldset>
1231
                                        </fieldset>
1240
                                    </fieldset> <!-- /#acquisition_information -->
1232
                                    </fieldset> <!-- /#acquisition_information -->
1233
                                    <div id="filter_archived_information">
1234
                                        <ol>
1235
                                            <li>
1236
                                                <label for="archived" style="display: inline;">Include archived:</label>
1237
                                                [% IF filter_archived %]
1238
                                                    <input type="checkbox" id="archived" value="1" name="filter_archived" checked="checked" title="Include archived suggestions in the search" />
1239
                                                [% ELSE %]
1240
                                                    <input type="checkbox" id="archived" value="1" name="filter_archived" title="Include archived suggestions in the search" />
1241
                                                [% END %]
1242
                                            </li>
1243
                                        </ol>
1244
                                    </div>
1241
                                </div> <!-- /#limits -->
1245
                                </div> <!-- /#limits -->
1242
                            </fieldset> <!-- /.brief -->
1246
                            </fieldset> <!-- /.brief -->
1243
                        </form> <!-- /suggestionsfilter -->
1247
                        </form> <!-- /suggestionsfilter -->
1244
- 

Return to bug 29935