Changeset 241


Ignore:
Timestamp:
03/17/09 15:29:10 (3 years ago)
Author:
aarkerio
Message:

New files

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/controllers/quotes_controller.php

    r232 r241  
    6161       if ($this->Quote->save($this->data)): 
    6262          $this->msgFlash('Data saved', '/admin/quotes/listing'); 
    63           endif; 
    64           endif; 
     63       endif; 
     64   endif; 
    6565 } 
    6666 
  • trunk/webroot/css/cpanel.css

    r239 r241  
    1919    text-align: left; 
    2020    font-size: smaller; 
    21     background-color:#3b83af; 
     21    background-color:#76a049; 
    2222    border-bottom:2px solid #ff9000; 
    2323} 
     
    122122} 
    123123 
    124  
    125124a { 
    126     color: #3465a4; 
     125    color: #51851a; 
     126    text-decoration:none; 
     127    font-weight:bold; 
    127128} 
    128129 
Note: See TracChangeset for help on using the changeset viewer.