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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-5 / +4 lines)
Lines 236-249 Link Here
236
                    <a href="/cgi-bin/koha/catalogue/search.pl" class="btn btn-default"><i class="fa fa-search"></i> Go to advanced search</a>
236
                    <a href="/cgi-bin/koha/catalogue/search.pl" class="btn btn-default"><i class="fa fa-search"></i> Go to advanced search</a>
237
                </div>
237
                </div>
238
            </div>
238
            </div>
239
            <fieldset>
239
            <fieldset id="librarylocation">
240
                [% INCLUDE form_field_select name="homebranch" options = branches %]
240
                [% INCLUDE form_field_select name="homebranch" options = branches %]
241
                [% INCLUDE form_field_select name="holdingbranch" options = branches %]
241
                [% INCLUDE form_field_select name="holdingbranch" options = branches %]
242
                [% IF locations.size %]
242
                [% IF locations.size %]
243
                    [% INCLUDE form_field_select name="location" options = locations %]
243
                    [% INCLUDE form_field_select name="location" options = locations %]
244
                [% END %]
244
                [% END %]
245
            </fieldset>
245
            </fieldset>
246
            <fieldset>
246
            <fieldset id="access_and_condition">
247
                [% INCLUDE form_field_select name="itype" options = itemtypes style="min-width:300px" %]
247
                [% INCLUDE form_field_select name="itype" options = itemtypes style="min-width:300px" %]
248
                [% IF ccodes.size %]
248
                [% IF ccodes.size %]
249
                    [% INCLUDE form_field_select name="ccode" options = ccodes %]
249
                    [% INCLUDE form_field_select name="ccode" options = ccodes %]
Lines 282-288 Link Here
282
                    <label for="onloan_no">Not checked out</label>
282
                    <label for="onloan_no">Not checked out</label>
283
                </div>
283
                </div>
284
            </fieldset>
284
            </fieldset>
285
            <fieldset>
285
            <fieldset id="barcodesearch">
286
                [% IF !query.param('f') %]
286
                [% IF !query.param('f') %]
287
                    [% INCLUDE form_field_select_text %]
287
                    [% INCLUDE form_field_select_text %]
288
                [% ELSE %]
288
                [% ELSE %]
Lines 297-303 Link Here
297
                    <p><a href="/cgi-bin/koha/admin/items_search_fields.pl">Manage custom fields for item search</a></p>
297
                    <p><a href="/cgi-bin/koha/admin/items_search_fields.pl">Manage custom fields for item search</a></p>
298
                [% END %]
298
                [% END %]
299
            </fieldset>
299
            </fieldset>
300
            <fieldset>
300
            <fieldset id="callnumber_checkouts">
301
                <div class="form-field">
301
                <div class="form-field">
302
                    <label class="form-field-label" for="itemcallnumber_from">From call number:</label>
302
                    <label class="form-field-label" for="itemcallnumber_from">From call number:</label>
303
                    <input type="text" id="itemcallnumber_from" name="itemcallnumber_from" value="[% query.param('itemcallnumber_from') | html %]" />
303
                    <input type="text" id="itemcallnumber_from" name="itemcallnumber_from" value="[% query.param('itemcallnumber_from') | html %]" />
304
- 

Return to bug 36518