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

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

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


From: Karl Berry
Subject: [Savannah-hackers-public] register form url field, text tweaks
Date: Mon, 1 Mar 2010 19:42:45 GMT

Sylvain,

Looking at
http://git.savannah.gnu.org/cgit/savane-cleanup.git/tree/frontend/php/register2/index.php
 
unfortunately I don't know how to change the addElement call for the
tarball url at the end such that the field width gets longer, as
suggested by Thi at https://savannah.gnu.org/task/?10205:
$form->addElement('text', 'tarball_url', _('Tarball (.tar.gz) URL') . '<br 
/><span style="font-size: smaller">'

I looked around briefly for a spec for addElement but gave up when
nothing was forthcoming.  Sorry.

Meanwhile, here is a trivial patch for the English in a couple of the
text labels.

Thanks,
Karl

--- ORIG/index.php.html 2010-03-01 11:35:08.000000000 -0800
+++ index.php.html      2010-03-01 11:37:49.000000000 -0800
@@ -388,3 +388,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 />'
@@ -400,3 +400,3 @@
 $form->addElement('select', 'license', 'Project license', $LICENSE);
-$form->addElement('textarea', 'license_other', 'Other license or precisions');
+$form->addElement('textarea', 'license_other', 'Licensing or other details');
 




reply via email to

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