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

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

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

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

Log:
Fix existing package

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:26:52 UTC (rev 310191)
+++ pear/pearweb/trunk/public_html/account-request-existingpackage.php	2011-04-13 03:30:32 UTC (rev 310192)
@@ -233,8 +233,8 @@
     $form->addElement('number', 'captcha', array('maxlength' => 4, 'required' => 'required'))->setLabel("What is " . $numeralCaptcha->getOperation() . '?');
     $_SESSION['answer'] = $numeralCaptcha->getAnswer();
     $form->addElement('email', 'email', array('placeholder' => '[email protected]', 'required' => 'required'))->setLabel('Email Address:');
-    $form->addElement('checkbox', 'showemail')->setLabel( 'Show email address?');
-    $form->addElement('text', 'existingpackage', 'Package Name:', array('size' => 20));
+    $form->addElement('checkbox', 'showemail')->setLabel('Show email address?');
+    $form->addElement('text', 'existingpackage', array('placeholder' => 'Category_PackageName', 'required' => 'required'))->setLabel('Package Name:');

     $invalid_purposes = array(
         'Learn about PEAR.',

--0d4b1c4b36a1a458267dc847a186df0f0ba906cc--