Show
Ignore:
Timestamp:
02/06/08 23:06:05 (1 year ago)
Author:
rambo
Message:

scripted whitespace normalization, see r14772 and r14773

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/midcom.admin.aegir/view.php

    r14545 r14775  
    1111    var $msg; 
    1212 
    13        /* the current topic we are in  
    14         * @var current_topic 
    15         * @access public  
    16         **/ 
    17        var $_current_topic = 0; 
     13    /* the current topic we are in  
     14    * @var current_topic 
     15    * @access public  
     16    **/ 
     17    var $_current_topic = 0; 
    1818 
    1919    /* pointer to midcom_session_object */ 
     
    3737     
    3838     
    39        function midcom_admin_aegir_viewer($topic, $config)  
    40     { 
    41        //$page = mgd_get_object_by_guid($config->get("root_page")); 
     39    function midcom_admin_aegir_viewer($topic, $config)  
     40    { 
     41        //$page = mgd_get_object_by_guid($config->get("root_page")); 
    4242        parent::midcom_baseclasses_components_request($topic, $config); 
    4343         
     
    4646    } 
    4747 
    48        function _on_initialize() { 
    49                  
    50                  
    51                $_MIDCOM->cache->content->no_cache(); 
     48    function _on_initialize() { 
     49         
     50                 
     51           $_MIDCOM->cache->content->no_cache(); 
    5252        $_MIDCOM->skip_page_style = true; 
    5353         
    5454         
    55                //$_MIDCOM->auth->require_valid_user(); 
    56                // todo: move this somwhere else. 
    57                /* Check for aegir or normal style: */ 
     55        //$_MIDCOM->auth->require_valid_user(); 
     56        // todo: move this somwhere else. 
     57        /* Check for aegir or normal style: */ 
    5858        $style_attributes = array ( 'rel'   =>  "stylesheet" , 
    5959                                    'type'  =>  "text/css" , 
     
    6161                                    ); 
    6262                                     
    63         
     63         
    6464        $style_attributes['href'] = MIDCOM_STATIC_URL ."/midcom.helper.datamanager/datamanager.css"; 
    6565        $_MIDCOM->add_link_head( $style_attributes); 
    6666        $style_attributes['href'] = MIDCOM_STATIC_URL ."/midcom.admin.content/ais.css"; 
    67        $_MIDCOM->add_link_head( $style_attributes);  
     67        $_MIDCOM->add_link_head( $style_attributes);  
    6868        $style_attributes['href'] = MIDCOM_STATIC_URL ."/midcom.admin.content/midcom_toolbar.css"; 
    6969        $_MIDCOM->add_link_head( $style_attributes); 
     
    347347     
    348348 
    349        function _handler_index()  
    350     { 
    351                return true; 
    352        }  
     349       function _handler_index()  
     350    { 
     351           return true; 
     352       }  
    353353     
    354354    function _show_index()  
     
    406406    function show() 
    407407    { 
    408        debug_push_class(__CLASS__,__FILE__); 
     408         debug_push_class(__CLASS__,__FILE__); 
    409409         
    410410