<?php if ($error): ?>
<p>Login Credentials do not match. Please try again.</p>
<?php endif; ?>
<form action="<?php echo $html->url('/members/login'); ?>"
method="post" style="width:250px;">
<div>
<?php echo $form->input('Member/email'); ?>
</div>
<div>
<?php echo $form->password('Member/password'); ?>
</div>
<div>
<?php echo $form->submit('Login'); ?>
</div>
</form>
A label gets output for input, but not for password. Also some style
problems exist. This is with firefox 3, and I have cakePHP 1.2.0.7296
RC2
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---