Changeset 6242

Show
Ignore:
Timestamp:
08/21/08 17:59:27 (5 months ago)
Author:
jmathis
Message:

change header

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/common/javascript/changetab.js

    r5431 r6242  
    1 /** 
    2 Oreon is developped with GPL Licence 2.0 : 
    3 http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 
    4 Developped by : Julien Mathis - Romain Le Merlus 
    5  
    6 The Software is provided to you AS IS and WITH ALL FAULTS. 
    7 OREON makes no representation and gives no warranty whatsoever, 
    8 whether express or implied, and without limitation, with regard to the quality, 
    9 safety, contents, performance, merchantability, non-infringement or suitability for 
    10 any particular or intended purpose of the Software found on the OREON web site. 
    11 In no event will OREON be liable for any direct, indirect, punitive, special, 
    12 incidental or consequential damages however they may arise and even if OREON has 
    13 been previously advised of the possibility of such damages. 
    14  
    15 For information : contact@centreon.com 
    16 */ 
     1/* 
     2 * Centreon is developped with GPL Licence 2.0 : 
     3 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 
     4 * Developped by : Julien Mathis - Romain Le Merlus  
     5 *  
     6 * The Software is provided to you AS IS and WITH ALL FAULTS. 
     7 * Centreon makes no representation and gives no warranty whatsoever, 
     8 * whether express or implied, and without limitation, with regard to the quality, 
     9 * any particular or intended purpose of the Software found on the Centreon web site. 
     10 * In no event will Centreon be liable for any direct, indirect, punitive, special, 
     11 * incidental or consequential damages however they may arise and even if Centreon has 
     12 * been previously advised of the possibility of such damages. 
     13 *  
     14 * For information : contact@centreon.com 
     15 */ 
    1716 
    1817/* 
     
    2120 
    2221function initChangeTab(){ 
    23  
    2422        for (var i = 2; document.getElementById('tab'+i); i++) { 
    2523                document.getElementById('tab'+i).style.display='none';