| 
      
            Lines 85-90
          fieldset.rows label.viewlog {
      
      
        Link Here
      
     | 
  
        
          | 85 | 
          [%        CASE 'OPAC'        %]OPAC  | 
          85 | 
          [%        CASE 'OPAC'        %]OPAC  | 
        
        
          | 86 | 
          [%        CASE 'SIP'         %]SIP  | 
          86 | 
          [%        CASE 'SIP'         %]SIP  | 
        
        
          | 87 | 
          [%        CASE 'COMMANDLINE' %]Command-line  | 
          87 | 
          [%        CASE 'COMMANDLINE' %]Command-line  | 
        
            
               | 
               | 
              88 | 
              [%        CASE 'API'         %]API  | 
            
        
          | 88 | 
          [%        CASE %][% log_interface | html %]  | 
          89 | 
          [%        CASE %][% log_interface | html %]  | 
        
        
          | 89 | 
          [%    END %]  | 
          90 | 
          [%    END %]  | 
        
        
          | 90 | 
          [% END %]  | 
          91 | 
          [% END %]  | 
        
  
    | 
      
            Lines 176-182
          fieldset.rows label.viewlog {
      
      
        Link Here
      
     | 
  
        
          | 176 | 
                                              <label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value=""> All</label>  | 
          177 | 
                                              <label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value=""> All</label>  | 
        
        
          | 177 | 
                                          [% END %]  | 
          178 | 
                                          [% END %]  | 
        
        
          | 178 | 
           | 
          179 | 
           | 
        
          
            
              | 179 | 
                                              [% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' ] %]  | 
              180 | 
                                              [% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' 'API' ] %]  | 
            
        
          | 180 | 
                                              [% IF interfaces.grep(interf).size %]  | 
          181 | 
                                              [% IF interfaces.grep(interf).size %]  | 
        
        
          | 181 | 
                                                  <label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]" checked="checked"> [% PROCESS translate_log_interface log_interface=interf %]</label>  | 
          182 | 
                                                  <label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]" checked="checked"> [% PROCESS translate_log_interface log_interface=interf %]</label>  | 
        
        
          | 182 | 
                                              [% ELSE %]  | 
          183 | 
                                              [% ELSE %]  | 
        
            
              | 183 | 
              -   | 
               | 
               |