s/Name/Full Name in attempt to get people to put their full names down

2001-10-18  Glynn Foster <glynn.foster@sun.com>

	* membership-form.html: s/Name/Full Name in
	attempt to get people to put their full names down
	when applying for membership
This commit is contained in:
Glynn Foster 2001-10-18 12:08:55 +00:00 committed by Glynn Foster
parent 4cc59fc7df
commit 09971215bc
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2001-10-18 Glynn Foster <glynn.foster@sun.com>
* membership-form.html: s/Name/Full Name in
attempt to get people to put their full names down
when applying for membership
2001-07-16 Dan Mueth <d-mueth@uchicago.edu> 2001-07-16 Dan Mueth <d-mueth@uchicago.edu>
Every module deserves HACKING and README files :) Every module deserves HACKING and README files :)

View file

@ -53,7 +53,7 @@ href="mailto:membership@gnome.org">membership@gnome.org</a>.</p>
<form action="/cgi-bin/membership-form-handler.cgi" method=get> <form action="/cgi-bin/membership-form-handler.cgi" method=get>
<h3>Contact Information</h3> <h3>Contact Information</h3>
<table> <table>
<tr><td>Name:</td><td><input name="name" length=80></td></tr> <tr><td>Full Name:</td><td><input name="name" length=80></td></tr>
<tr><td>E-mail address:</td><td><input name="email" length=80></td></tr> <tr><td>E-mail address:</td><td><input name="email" length=80></td></tr>
<tr><td>irc.gnome.org nickname (if any):</td><td><input name="ircnick" <tr><td>irc.gnome.org nickname (if any):</td><td><input name="ircnick"
length=50></td></tr> length=50></td></tr>