public inbox for [email protected]
help / color / mirror / Atom feedFrom: Joshua D. Drake <[email protected]>
To: [email protected]
Subject: small patch to fix wording on subscribe form
Date: Thu, 6 Mar 2008 13:52:46 -0800
Message-ID: <[email protected]> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I removed the word subscribe from the subscribe form at
/community/lists/subscribe
It is a account action form, not a subscribe form. If nobody complains
I will commit in the next day or so.
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL SPI Liaison | SPI Director | PostgreSQL political pundit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD4DBQFH0GewATb/zqfZUUQRAqg/AJYyqvahRNLSxHEkYhWElC4ZmRgvAJsGEZcl
B4E+1skAvHDMolQ/0fJ8fg==
=4F3k
-----END PGP SIGNATURE-----
Attachments:
[text/x-patch] subscribe.diff (750B, 2-subscribe.diff)
download | inline diff:
Index: portal/system/form/subscribe.php
===================================================================
--- portal/system/form/subscribe.php (revision 1968)
+++ portal/system/form/subscribe.php (working copy)
@@ -6,7 +6,7 @@
}
function SetupForm() {
- $this->form->addElement('text', 'email', gettext("Email address to subscribe:"), array('size' => 40, 'maxlength' => 100));
+ $this->form->addElement('text', 'email', gettext("Email address:"), array('size' => 40, 'maxlength' => 100));
$this->form->addElement('select', 'subunsub', 'Action', array('subscribe' => 'Subscribe', 'unsubscribe' => 'Unsubscribe'));
$this->form->addElement('select', 'nomail', 'Receive Mail?', array('yes' => 'Yes', 'no' => 'No'));
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: small patch to fix wording on subscribe form
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox