Changeset 6741

Show
Ignore:
Timestamp:
10/06/08 17:04:17 (2 months ago)
Author:
jmathis
Message:

Apply standards

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/monitoring/status/status-ndo/makeJS_Common.php

    r6646 r6741  
    195195 
    196196function mk_pagination(resXML){ 
     197         
    197198        viewDebugInfo('mk pagination'); 
    198199 
     
    224225 
    225226function pagination_changed(){ 
    226         viewDebugInfo('pagination_changed'); 
     227        viewDebugInfo('begin : pagination_changed'); 
    227228         
    228229        // compute Max Page 
     
    325326                _pagination<?php echo $i; ?>.appendChild(_linkaction_last<?php echo $i; ?>); 
    326327        } 
     328         
    327329<?php  
    328330} ?> 
     
    368370        sel2.selectedIndex = _index; 
    369371        _sel2.appendChild(sel2); 
     372        viewDebugInfo('End : pagination_changed'); 
    370373} 
    371374