svn: /pear/pearweb/trunk/public_html/ account-request-existingpackage.php

[email protected] ("Daniel O'Connor") Wed, 13 Apr 2011 03:32:19 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
--ac3d7e845feb7ad7de10ca54f7491b916985b818
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

clockwerx                                Wed, 13 Apr 2011 03:32:19 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310193

Log:
Make purpose mandatory

Changed paths:
    U   pear/pearweb/trunk/public_html/account-request-existingpackage.php

Modified: pear/pearweb/trunk/public_html/account-request-existingpackage.php
===================================================================
--- pear/pearweb/trunk/public_html/account-request-existingpackage.php	2011-04-13 03:30:32 UTC (rev 310192)
+++ pear/pearweb/trunk/public_html/account-request-existingpackage.php	2011-04-13 03:32:19 UTC (rev 310193)
@@ -254,7 +254,7 @@


     $form->addElement('textarea', 'purpose',
-            array('cols' => 40, 'rows' => 5, 'placeholder' => 'I will improve...'))->setLabel('How will you help the package?');
+            array('cols' => 40, 'rows' => 5, 'required' => 'required', 'placeholder' => 'I will improve...'))->setLabel('How will you help the package?');
     $form->addElement('url', 'homepage', array('placeholder' => 'http://example.com'))->setLabel('Homepage:'
             . '<p class="cell_note">(optional)</p>');
     $form->addElement('textarea', 'moreinfo',

--ac3d7e845feb7ad7de10ca54f7491b916985b818--