Hi all,

I'm running into a minor problem with cake. I use the
$html->tagErrorMsg function to show error messages in user input. This
function prints a <div> with class error_message. It seems like this
output is hardcoded into the HTML helper.
The problem is this: I want to mark errorous fields with a *, right
behind the input box. Using $html->tagErrorMsg, the * will be on a new
line since it prints a <div> first. Of course I could try solving this
with the float:left CSS property or other hacks, but it would be better
to fix this at the source.

So, is there a way to set the error output strings without changing the
source of cake (and having to patch it everytime from then)? Or should
this be a feature request / bug report?

Best regards,

Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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