Changeset 241
- Timestamp:
- 03/17/09 15:29:10 (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
controllers/quotes_controller.php (modified) (1 diff)
-
webroot/css/cpanel.css (modified) (2 diffs)
-
webroot/img/static/help-icon.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/controllers/quotes_controller.php
r232 r241 61 61 if ($this->Quote->save($this->data)): 62 62 $this->msgFlash('Data saved', '/admin/quotes/listing'); 63 endif;64 endif;63 endif; 64 endif; 65 65 } 66 66 -
trunk/webroot/css/cpanel.css
r239 r241 19 19 text-align: left; 20 20 font-size: smaller; 21 background-color:# 3b83af;21 background-color:#76a049; 22 22 border-bottom:2px solid #ff9000; 23 23 } … … 122 122 } 123 123 124 125 124 a { 126 color: #3465a4; 125 color: #51851a; 126 text-decoration:none; 127 font-weight:bold; 127 128 } 128 129
Note: See TracChangeset
for help on using the changeset viewer.
