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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +3 lines)
Lines 134-140 Link Here
134
          </fieldset>
134
          </fieldset>
135
          <fieldset>
135
          <fieldset>
136
            [% INCLUDE form_field_select name="itype" options = itemtypes empty_option = "All item types" %]
136
            [% INCLUDE form_field_select name="itype" options = itemtypes empty_option = "All item types" %]
137
            [% INCLUDE form_field_select name="ccode" options = ccodes empty_option = "All collection codes" %]
137
            [% IF ccodes.size %]
138
                [% INCLUDE form_field_select name="ccode" options = ccodes empty_option = "All collection codes" %]
139
            [% END %]
138
            [% IF notforloans.size %]
140
            [% IF notforloans.size %]
139
                [% INCLUDE form_field_select name="notforloan" options = notforloans empty_option = "All statuses" %]
141
                [% INCLUDE form_field_select name="notforloan" options = notforloans empty_option = "All statuses" %]
140
            [% END %]
142
            [% END %]
141
- 

Return to bug 19706