| Lines 66-95
          
      
      
        Link Here | 
        
          | 66 |         </div> <!-- /.col-sm-2.col-sm-pull-10 --> | 66 |         </div> <!-- /.col-sm-2.col-sm-pull-10 --> | 
        
          | 67 |      </div> <!-- /.row --> | 67 |      </div> <!-- /.row --> | 
        
          | 68 |  | 68 |  | 
          
            
              | 69 |     <div id="edit_search_filter_modal" class="modal" role="dialog" aria-hidden="true"> | 69 |     <div id="edit_search_filter_modal" class="modal fase" role="dialog" aria-hidden="true" aria-labelledby="edit_search_filter_modal_label"> | 
            
              | 70 |         <div class="modal-dialog"> | 70 |         <div class="modal-dialog" role="document"> | 
            
              | 71 |         <div class="modal-content"> | 71 |             <div class="modal-content"> | 
            
              | 72 |             <div class="modal-header"> | 72 |                 <div class="modal-header"> | 
            
              | 73 |                 <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> | 73 |                     <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> | 
            
              | 74 |                 <h3 id="search_filters_label">Edit filter: <span id="filter_edit_modal_name"></span</h3> | 74 |                     <h4 class="modal-title" id="edit_search_filter_modal_label">Edit filter</h4> | 
            
              |  |  | 75 |                 </div> | 
            
              | 76 |                 <div class="modal-body"> | 
            
              | 77 |                     <div class="form-group"> | 
            
              | 78 |                         <input type="hidden" id="filter_edit_id" name="filter_edit_id"> | 
            
              | 79 |                         <label for="filter_edit_name">Name:</label> | 
            
              | 80 |                         <input id="filter_edit_name" name="filter_edit_name" type="text"> | 
            
              | 81 |                         <label for="filter_edit_opac">Show in OPAC?</label> | 
            
              | 82 |                         <input type="checkbox" id="filter_edit_opac" name="filter_edit_opac"> | 
            
              | 83 |                         <label for="filter_edit_staff_client">Show in Staff client?</label> | 
            
              | 84 |                         <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client"> | 
            
              | 85 |                     </div> | 
            
              | 86 |                 </div> | 
            
              | 87 |                 <div class="modal-footer"> | 
            
              | 88 |                     <button id="replace_existing_filter" type="button" class="btn btn-primary">Save</button> | 
            
              | 89 |                     <button class="btn btn-default cancel" href="#" data-dismiss="modal" aria-hidden="true">Cancel</button> | 
            
              | 90 |                 </div> | 
        
          | 75 |             </div> | 91 |             </div> | 
            
              | 76 |             <div class="modal-body"> |  |  | 
            
              | 77 |                 <input type="hidden" id="filter_edit_id" name="filter_edit_id"> | 
            
              | 78 |                 <label for="filter_edit_name">Name:</label> | 
            
              | 79 |                 <input id="filter_edit_name" name="filter_edit_name" type="text"> | 
            
              | 80 |                 <hr> | 
            
              | 81 |                 <h6>Visibility:<h6> | 
            
              | 82 |                 <label for="filter_edit_opac">Show in OPAC?</label> | 
            
              | 83 |                 <input type="checkbox" id="filter_edit_opac" name="filter_edit_opac"> | 
            
              | 84 |                 <label for="filter_edit_staff_client">Show in Staff client?</label> | 
            
              | 85 |                 <input type="checkbox" id="filter_edit_staff_client" name="filter_edit_staff_client"> | 
            
              | 86 |                 <hr> | 
            
              | 87 |                 <a id="replace_existing_filter" class="btn btn-default btn-xs" href="#">Update</a> | 
            
              | 88 |             </div> | 
            
              | 89 |             <div class="modal-footer"> | 
            
              | 90 |                 <a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a> | 
            
              | 91 |             </div> | 
            
              | 92 |         </div> | 
        
          | 93 |         </div> | 92 |         </div> | 
        
          | 94 |     </div> | 93 |     </div> | 
        
          | 95 |  | 94 |  | 
            
              | 96 | -  |  |  |