Changeset 5279

Show
Ignore:
Timestamp:
02/08/07 12:33:01 (2 years ago)
Author:
bergie
Message:

Deal with ui-elements.css being removed from core initialization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/org.openpsa.calendar/style/show-popup-header.php

    r5250 r5279  
    1212    <head> 
    1313        <title><?php echo htmlspecialchars($title); ?></title> 
     14    <?php 
     15    $_MIDCOM->print_head_elements(); 
     16    ?>   
    1417        <link rel="stylesheet" type="text/css" href="<?php echo MIDCOM_STATIC_URL; ?>/midcom.helper.datamanager/columned.css" /> 
    1518        <link rel="stylesheet" type="text/css" href="<?php echo MIDCOM_STATIC_URL; ?>/org.openpsa.core/popup.css" /> 
  • trunk/src/org.openpsa.calendar/viewer.php

    r5137 r5279  
    180180        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/org.openpsa.helpers/ajaxutils.js"); 
    181181        $this->_request_data['view'] = 'default'; 
     182         
     183        $_MIDCOM->add_link_head 
     184        ( 
     185            array 
     186            ( 
     187                'rel' => 'stylesheet', 
     188                'type' => 'text/css', 
     189                'href' => MIDCOM_STATIC_URL."/org.openpsa.core/ui-elements.css", 
     190            ) 
     191        ); 
    182192 
    183193    } 
  • trunk/src/org.openpsa.contacts/viewer.php

    r4794 r5279  
    237237        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/org.openpsa.helpers/ajaxutils.js"); 
    238238 
     239        $_MIDCOM->add_link_head 
     240        ( 
     241            array 
     242            ( 
     243                'rel' => 'stylesheet', 
     244                'type' => 'text/css', 
     245                'href' => MIDCOM_STATIC_URL."/org.openpsa.core/ui-elements.css", 
     246            ) 
     247        ); 
    239248    } 
    240249 
  • trunk/src/org.openpsa.projects/viewer.php

    r4794 r5279  
    278278                'type' => 'text/css', 
    279279                'href' => MIDCOM_STATIC_URL."/org.openpsa.projects/projects.css", 
     280            ) 
     281        ); 
     282 
     283        $_MIDCOM->add_link_head 
     284        ( 
     285            array 
     286            ( 
     287                'rel' => 'stylesheet', 
     288                'type' => 'text/css', 
     289                'href' => MIDCOM_STATIC_URL."/org.openpsa.core/ui-elements.css", 
    280290            ) 
    281291        ); 
  • trunk/src/org.openpsa.sales/viewer.php

    r4794 r5279  
    106106        org_openpsa_relatedto_handler::common_request_switches($this->_request_switch, 'org.openpsa.sales'); 
    107107        //If you need any custom switches add them here 
     108 
     109        $_MIDCOM->add_link_head 
     110        ( 
     111            array 
     112            ( 
     113                'rel' => 'stylesheet', 
     114                'type' => 'text/css', 
     115                'href' => MIDCOM_STATIC_URL."/org.openpsa.core/ui-elements.css", 
     116            ) 
     117        ); 
    108118 
    109119        $_MIDCOM->add_link_head