Changeset 5279
- Timestamp:
- 02/08/07 12:33:01 (2 years ago)
- Files:
-
- trunk/src/org.openpsa.calendar/style/show-popup-header.php (modified) (1 diff)
- trunk/src/org.openpsa.calendar/viewer.php (modified) (1 diff)
- trunk/src/org.openpsa.contacts/viewer.php (modified) (1 diff)
- trunk/src/org.openpsa.projects/viewer.php (modified) (1 diff)
- trunk/src/org.openpsa.sales/viewer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/org.openpsa.calendar/style/show-popup-header.php
r5250 r5279 12 12 <head> 13 13 <title><?php echo htmlspecialchars($title); ?></title> 14 <?php 15 $_MIDCOM->print_head_elements(); 16 ?> 14 17 <link rel="stylesheet" type="text/css" href="<?php echo MIDCOM_STATIC_URL; ?>/midcom.helper.datamanager/columned.css" /> 15 18 <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 180 180 $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/org.openpsa.helpers/ajaxutils.js"); 181 181 $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 ); 182 192 183 193 } trunk/src/org.openpsa.contacts/viewer.php
r4794 r5279 237 237 $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/org.openpsa.helpers/ajaxutils.js"); 238 238 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 ); 239 248 } 240 249 trunk/src/org.openpsa.projects/viewer.php
r4794 r5279 278 278 'type' => 'text/css', 279 279 '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", 280 290 ) 281 291 ); trunk/src/org.openpsa.sales/viewer.php
r4794 r5279 106 106 org_openpsa_relatedto_handler::common_request_switches($this->_request_switch, 'org.openpsa.sales'); 107 107 //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 ); 108 118 109 119 $_MIDCOM->add_link_head
