Author: ornicar2
Date: 2010-02-03 18:04:31 +0100 (Wed, 03 Feb 2010)
New Revision: 27504

Modified:
   plugins/dmContactPlugin/modules/dmContact/templates/_form.php
Log:
[Diem][dmContactPlugin] added help message to the email field

Modified: plugins/dmContactPlugin/modules/dmContact/templates/_form.php
===================================================================
--- plugins/dmContactPlugin/modules/dmContact/templates/_form.php       
2010-02-03 16:56:41 UTC (rev 27503)
+++ plugins/dmContactPlugin/modules/dmContact/templates/_form.php       
2010-02-03 17:04:31 UTC (rev 27504)
@@ -14,7 +14,7 @@
 echo $form['name']->label()->field()->error();
 
 // same with email
-echo $form['email']->label()->field()->error();
+echo $form['email']->label()->field()->help()->error();
 
 echo $form['body']->label('Your message')->field()->error();
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" 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/symfony-svn?hl=en.

Reply via email to