Changeset 411
- Timestamp:
- 04/18/08 14:46:54 (6 months ago)
- Location:
- trunk/app
- Files:
-
- 3 modified
-
config/core.php (modified) (1 diff)
-
views/layouts/portal.ctp (modified) (1 diff)
-
webroot/css/portal/portal.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/core.php
r409 r411 14 14 * In development mode, you need to click the flash message to continue. 15 15 */ 16 Configure::write('debug', 2);16 Configure::write('debug', 1); 17 17 /** 18 18 * Application wide charset encoding -
trunk/app/views/layouts/portal.ctp
r399 r411 65 65 if ( isset( $cU['User']['id']) ) 66 66 { 67 echo $html->div(' spaced', $html->link($html->image('static/logout.gif', array('alt'=>'Logout', 'title'=>'Logout')),67 echo $html->div('outbutton', $html->link($html->image('static/logout.gif', array('alt'=>'Logout', 'title'=>'Logout')), 68 68 '/users/logout', null, null, false)); 69 69 } -
trunk/app/webroot/css/portal/portal.css
r401 r411 130 130 padding-left: 10px; 131 131 background: url(/css/portal/img/img07.gif) no-repeat left center; 132 } 132 list-style: none; 133 } 134 #news{ list-style: none; } 135 #menu{ list-style: none; } 136 .outbutton{ text-align:center;margin:25px 0; } 133 137 /*Login boxes*/ 134 138 #cover {
