Author: jablko
Date: Mon Sep 14 11:10:39 2009
New Revision: 3262

Log:
Add help option, fixes issue 900

Modified:
   trunk/lib/vendor/symfony/lib/widget/sfWidgetForm.class.php

Modified: trunk/lib/vendor/symfony/lib/widget/sfWidgetForm.class.php
==============================================================================
--- trunk/lib/vendor/symfony/lib/widget/sfWidgetForm.class.php  Mon Sep 14 
11:09:44 2009        (r3261)
+++ trunk/lib/vendor/symfony/lib/widget/sfWidgetForm.class.php  Mon Sep 14 
11:10:39 2009        (r3262)
@@ -41,6 +41,7 @@
     $this->addOption('needs_multipart', false);
     $this->addOption('default', null);
     $this->addOption('label', null);
+    $this->addOption('help', null);
 
     parent::__construct($options, $attributes);
   }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to