savannah-hackers-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-hackers-public] register form url field, text tweaks


From: Karl Berry
Subject: Re: [Savannah-hackers-public] register form url field, text tweaks
Date: Wed, 3 Mar 2010 01:14:17 GMT

    require_once('../include/GPLQuickForm.class');

Thanks, but I see no way to specify size=N in <input type=text ...> (or
anything else), since it seems to be output like this:

print "<input type='text' name='{$this->name}' value='"
. htmlspecialchars($value, ENT_QUOTES) . "' />";

Ah well, no big deal, not worth changing just for this.

    The field is for "another license OR licensing precisions", not "any
    other details".

I wondered about that.  Even more reason to clarify the label text.  How
about this (trying to avoid using the word "other" for two different
things):

--- ORIG/index.php      2010-03-02 17:02:31.000000000 -0800
+++ index.php   2010-03-02 17:10:13.000000000 -0800
@@ -71,3 +71,3 @@
 $form->addElement('header', 'title_information', _('Project information'));
-$form->addElement('textarea', 'purpose', _('~20-lines technical description') 
. '<br /><span style="font-size: smaller">'
+$form->addElement('textarea', 'purpose', _('Technical description (~20 
lines)') . '<br /><span style="font-size: smaller">'
   . _('What is your project?') . '<br />'
@@ -83,3 +83,3 @@
 $form->addElement('select', 'license', 'Project license', $LICENSE);
-$form->addElement('textarea', 'license_other', 'Other license or precisions');
+$form->addElement('textarea', 'license_other', '&lsquo;Other&rsquo; license, 
or additional licensing details');
 

Diff finished at Tue Mar  2 17:10:30




reply via email to

[Prev in Thread] Current Thread [Next in Thread]