Changeset 411

Show
Ignore:
Timestamp:
04/18/08 14:46:54 (6 months ago)
Author:
aarkerio
Message:

Discussions fixed

Location:
trunk/app
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/core.php

    r409 r411  
    1414 * In development mode, you need to click the flash message to continue. 
    1515 */ 
    16     Configure::write('debug', 2); 
     16    Configure::write('debug', 1); 
    1717/** 
    1818 * Application wide charset encoding 
  • trunk/app/views/layouts/portal.ctp

    r399 r411  
    6565   if ( isset( $cU['User']['id']) ) 
    6666   { 
    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')), 
    6868                           '/users/logout', null, null, false)); 
    6969   } 
  • trunk/app/webroot/css/portal/portal.css

    r401 r411  
    130130    padding-left: 10px; 
    131131    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; } 
    133137/*Login boxes*/ 
    134138#cover {