This issue is in my view, when I made the following code:

====

<center>
<?php
    echo $this->Form->create("Provider", array('action' =>
'view_admit_lookup'));
    echo $this->Form->input("last_name", array('label' => 'Doctor Last
Name'));
    echo $this->Form->submit('Search');
    echo $this->Form->end();
?>
</center>

====

The usually green default Search button is a generic button as you would
make it if it were in pure HTML.  I haven't changed my CSS file since I've
seen it work.  Not sure why it's doing this.

Here is the controller just in-case (if it helps):
http://bin.cakephp.org/view/2083728780

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to