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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-31 / +6 lines)
Lines 359-399 Link Here
359
              </fieldset>
359
              </fieldset>
360
          </div>
360
          </div>
361
          <fieldset>
361
          <fieldset>
362
            [% INCLUDE form_field_select
362
            [% INCLUDE form_field_select name="homebranch" options = branches empty_option = "All libraries" %]
363
              name="homebranch"
363
            [% INCLUDE form_field_select name="holdingbranch" options = branche empty_option = "All libraries" %]
364
              options = branches
365
              empty_option = "All libraries"
366
            %]
367
            [% INCLUDE form_field_select
368
              name="holdingbranch"
369
              options = branches
370
              empty_option = "All libraries"
371
            %]
372
            [% IF locations.size %]
364
            [% IF locations.size %]
373
                [% INCLUDE form_field_select
365
                [% INCLUDE form_field_select name="location" options = locations empty_option = "All locations" %]
374
                  name="location"
375
                  options = locations
376
                  empty_option = "All locations"
377
                %]
378
            [% END %]
366
            [% END %]
379
          </fieldset>
367
          </fieldset>
380
          <fieldset>
368
          <fieldset>
381
            [% INCLUDE form_field_select
369
            [% INCLUDE form_field_select name="itype" options = itemtypes empty_option = "All item types" %]
382
              name="itype"
370
            [% INCLUDE form_field_select name="ccode" options = ccodes empty_option = "All collection codes" %]
383
              options = itemtypes
384
              empty_option = "All item types"
385
            %]
386
            [% INCLUDE form_field_select
387
              name="ccode"
388
              options = ccodes
389
              empty_option = "All collection codes"
390
            %]
391
            [% IF notforloans.size %]
371
            [% IF notforloans.size %]
392
                [% INCLUDE form_field_select
372
                [% INCLUDE form_field_select name="notforloan" options = notforloans empty_option = "All statuses" %]
393
                  name="notforloan"
394
                  options = notforloans
395
                  empty_option = "All statuses"
396
                %]
397
            [% END %]
373
            [% END %]
398
          </fieldset>
374
          </fieldset>
399
          <fieldset>
375
          <fieldset>
400
- 

Return to bug 18654