| Lines 65-73
          
      
      
        Link Here | 
        
          | 65 |     [% IF ( total ) %] | 65 |     [% IF ( total ) %] | 
        
          | 66 |         <div class="results">[% total | html %] items found for | 66 |         <div class="results">[% total | html %] items found for | 
        
          | 67 |             [% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) | html %][% ELSE %]All libraries[% END %] | 67 |             [% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) | html %][% ELSE %]All libraries[% END %] | 
          
            
              | 68 |             [% IF ( itemtypeslimit ) %] and item type:([% ItemTypes.GetDescription( itemtypeslimit ) | html %])[% END %] | 68 |             [% IF ( itemtypeslimit ) %] and item type: [% ItemTypes.GetDescription( itemtypeslimit ) | html %][% END %] | 
            
              | 69 |             [% IF ( ccodeslimit ) %] and collection code:([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode' authorised_value = ccodeslimit ) | html %])[% END %] | 69 |             [% IF ( ccodeslimit ) %] and collection: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode' authorised_value = ccodeslimit ) | html %][% END %] | 
            
              | 70 |             [% IF ( locationslimit ) %] and shelving location:([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location' authorised_value = locationslimit ) | html %])[% END %] | 70 |             [% IF ( locationslimit ) %] and shelving location: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location' authorised_value = locationslimit ) | html %][% END %] | 
        
          | 71 |         </div> | 71 |         </div> | 
        
          | 72 |     [% ELSE %] | 72 |     [% ELSE %] | 
        
          | 73 |         <div class="dialog message">No items found.</div> | 73 |         <div class="dialog message">No items found.</div> | 
  
    | Lines 249-255
          
      
      
        Link Here | 
        
          | 249 |                     </select> | 249 |                     </select> | 
        
          | 250 |                 </li> | 250 |                 </li> | 
        
          | 251 |                 <li> | 251 |                 <li> | 
          
            
              | 252 |                     <label for="ccodeslimit">Collection code: </label> | 252 |                     <label for="ccodeslimit">Collection: </label> | 
        
          | 253 |                     <select name="ccodeslimit" id="ccodeslimit"> | 253 |                     <select name="ccodeslimit" id="ccodeslimit"> | 
        
          | 254 |                         <option value="">All</option> | 254 |                         <option value="">All</option> | 
        
          | 255 |                         [% PROCESS options_for_authorised_values authorised_values => AuthorisedValues.GetAuthValueDropbox( 'CCODE' ), selected_av => ccodeslimit %] | 255 |                         [% PROCESS options_for_authorised_values authorised_values => AuthorisedValues.GetAuthValueDropbox( 'CCODE' ), selected_av => ccodeslimit %] | 
            
              | 256 | -  |  |  |