Adam,

thanks, firebug is a really useful addition. I managed to track down
one problem and it now shows the first button of looped items but not
any subsequent ones. This is the code :

foreach ($applications as $applicant):?>
        <tr>
                     <td>

                            <?php echo $form->input('Application.dateOnly', 
array('size' =>
'10', 'label'=> false, 'class' => 'w8em format-d-m-y divider-dash
highlight-days-12 no-transparency'));?>
                </td>
         </tr>
<?php endforeach;?>

Thanks, Roger


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to