| Lines 25-41
          
      
      
        Link Here | 
        
          | 25 |                 <div class="span2"> | 25 |                 <div class="span2"> | 
        
          | 26 |                     <div id="searchfacetscontainer"> | 26 |                     <div id="searchfacetscontainer"> | 
        
          | 27 |                         <div id="search-facets"> | 27 |                         <div id="search-facets"> | 
            
              | 28 |                             <h4>Refine your search</h4> |  |  | 
        
          | 29 |                             <form action="/cgi-bin/koha/opac-serial-issues.pl" id="filterform"> | 28 |                             <form action="/cgi-bin/koha/opac-serial-issues.pl" id="filterform"> | 
          
            
              | 30 |                                 <fieldset> | 29 |                             <h2><a href="#" class="menu-collapse-toggle">Refine your search</a></h2> | 
            
              |  |  | 30 |                             <ul class="menu-collapse"> | 
            
              | 31 |                                 <li> | 
        
          | 31 |                                     <label for="libraryfilter">Library: </label> | 32 |                                     <label for="libraryfilter">Library: </label> | 
        
          | 32 |                                     <select id="libraryfilter" name="libraryfilter" style="width:10em;"></select> | 33 |                                     <select id="libraryfilter" name="libraryfilter" style="width:10em;"></select> | 
        
          | 33 |                                     <label for="subscriptionidfilter">Subscription: </label> | 34 |                                     <label for="subscriptionidfilter">Subscription: </label> | 
        
          | 34 |                                     <select id="subscriptionidfilter" name="subscriptionfilter" style="width:10em;" disabled="disabled"></select> | 35 |                                     <select id="subscriptionidfilter" name="subscriptionfilter" style="width:10em;" disabled="disabled"></select> | 
          
            
              | 35 |                                 </fieldset> | 36 |                                 </li> | 
            
              | 36 |                                 <fieldset class="action"> | 37 |                                 <li class="action"> | 
        
          | 37 |                                     <input type="reset" id="reset" class="btn" value="Clear" /> | 38 |                                     <input type="reset" id="reset" class="btn" value="Clear" /> | 
          
            
              | 38 |                                 </fieldset> | 39 |                                 </li> | 
            
              |  |  | 40 |                             </ul> | 
        
          | 39 |                             </form> | 41 |                             </form> | 
        
          | 40 |                         </div> <!-- / #search-facets --> | 42 |                         </div> <!-- / #search-facets --> | 
        
          | 41 |                     </div> <!-- / #searchfacetscontainer --> | 43 |                     </div> <!-- / #searchfacetscontainer --> | 
            
              | 42 | -  |  |  |