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 232-245 Link Here
232
                    <a href="/cgi-bin/koha/catalogue/search.pl" class="btn btn-default"><i class="fa fa-search"></i> Go to advanced search</a>
232
                    <a href="/cgi-bin/koha/catalogue/search.pl" class="btn btn-default"><i class="fa fa-search"></i> Go to advanced search</a>
233
                </div>
233
                </div>
234
            </div>
234
            </div>
235
            <fieldset>
235
            <fieldset id="librarylocation">
236
                [% INCLUDE form_field_select name="homebranch" options = branches %]
236
                [% INCLUDE form_field_select name="homebranch" options = branches %]
237
                [% INCLUDE form_field_select name="holdingbranch" options = branches %]
237
                [% INCLUDE form_field_select name="holdingbranch" options = branches %]
238
                [% IF locations.size %]
238
                [% IF locations.size %]
239
                    [% INCLUDE form_field_select name="location" options = locations %]
239
                    [% INCLUDE form_field_select name="location" options = locations %]
240
                [% END %]
240
                [% END %]
241
            </fieldset>
241
            </fieldset>
242
            <fieldset>
242
            <fieldset id="access_and_condition">
243
                [% INCLUDE form_field_select name="itype" options = itemtypes style="min-width:300px" %]
243
                [% INCLUDE form_field_select name="itype" options = itemtypes style="min-width:300px" %]
244
                [% IF ccodes.size %]
244
                [% IF ccodes.size %]
245
                    [% INCLUDE form_field_select name="ccode" options = ccodes %]
245
                    [% INCLUDE form_field_select name="ccode" options = ccodes %]
Lines 278-284 Link Here
278
                    <label for="onloan_no">Not checked out</label>
278
                    <label for="onloan_no">Not checked out</label>
279
                </div>
279
                </div>
280
            </fieldset>
280
            </fieldset>
281
            <fieldset>
281
            <fieldset id="barcodesearch">
282
                [% IF !query.param('f') %]
282
                [% IF !query.param('f') %]
283
                    [% INCLUDE form_field_select_text %]
283
                    [% INCLUDE form_field_select_text %]
284
                [% ELSE %]
284
                [% ELSE %]
Lines 290-296 Link Here
290
                <p class="hint">% matches any number of characters</p>
290
                <p class="hint">% matches any number of characters</p>
291
                <p class="hint">_ matches only a single character</p>
291
                <p class="hint">_ matches only a single character</p>
292
            </fieldset>
292
            </fieldset>
293
            <fieldset>
293
            <fieldset id="callnumber_checkouts">
294
                <div class="form-field">
294
                <div class="form-field">
295
                    <label class="form-field-label" for="itemcallnumber_from">From call number:</label>
295
                    <label class="form-field-label" for="itemcallnumber_from">From call number:</label>
296
                    <input type="text" id="itemcallnumber_from" name="itemcallnumber_from" value="[% query.param('itemcallnumber_from') | html %]" />
296
                    <input type="text" id="itemcallnumber_from" name="itemcallnumber_from" value="[% query.param('itemcallnumber_from') | html %]" />
297
- 

Return to bug 36518