| 
      
            Lines 133-143
          $(document).ready(function() {
      
      
        Link Here
      
     | 
  
        
          | 133 | 
                                      if ( oObj.found ) { | 
          133 | 
                                      if ( oObj.found ) { | 
        
        
          | 134 | 
                                          return "";  | 
          134 | 
                                          return "";  | 
        
        
          | 135 | 
                                      } else if ( oObj.suspend == 1 ) { | 
          135 | 
                                      } else if ( oObj.suspend == 1 ) { | 
        
          
            
              | 136 | 
                                              return "<a class='hold-resume btn btn-link' id='resume" + oObj.reserve_id + "' style='display: inline; white-space: nowrap;'>"  | 
              136 | 
                                              return "<a class='hold-resume btn btn-mini' id='resume" + oObj.reserve_id + "'>"  | 
            
            
              | 137 | 
                                                   + "<i class='icon-play'></i> " + RESUME + "</a>";  | 
              137 | 
                                                   + "<i class='fa fa-play'></i> " + RESUME + "</a>";  | 
            
        
          | 138 | 
                                      } else { | 
          138 | 
                                      } else { | 
        
          
            
              | 139 | 
                                              return "<a class='hold-suspend btn btn-link' id='suspend" + oObj.reserve_id + "' style='display: inline; white-space: nowrap;'>"  | 
              139 | 
                                              return "<a class='hold-suspend btn btn-mini' id='suspend" + oObj.reserve_id + "'>"  | 
            
            
              | 140 | 
                                                   + "<i class='icon-pause'></i> " + SUSPEND + "</a>";  | 
              140 | 
                                                   + "<i class='fa fa-pause'></i> " + SUSPEND + "</a>";  | 
            
        
          | 141 | 
                                      }  | 
          141 | 
                                      }  | 
        
        
          | 142 | 
                                  }  | 
          142 | 
                                  }  | 
        
        
          | 143 | 
                              }  | 
          143 | 
                              }  | 
        
            
              | 144 | 
              -   | 
               | 
               |