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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +1 lines)
Lines 234-240 Link Here
234
            </div>
234
            </div>
235
            <fieldset>
235
            <fieldset>
236
                <label class="form-field-label">Forget item selections from previous search</label>
236
                <label class="form-field-label">Forget item selections from previous search</label>
237
                <input type="checkbox" name="forget_item_selections" id="forget_item_selections" value"forget_item_selections" checked="checked" />
237
                <input type="checkbox" name="forget_item_selections" id="forget_item_selections" value="forget_item_selections" checked="checked" />
238
            </fieldset>
238
            </fieldset>
239
            <fieldset>
239
            <fieldset>
240
                [% INCLUDE form_field_select name="homebranch" options = branches %]
240
                [% INCLUDE form_field_select name="homebranch" options = branches %]
241
- 

Return to bug 38438