CVSROOT: /web/www Module name: www Changes by: Matt Lee <mattl> 11/09/13 22:48:50
Modified files: server : body-include-2.html Log message: Updated sign up box to remove email address from text field, as this causes too much work on the back end for FSF staff. CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-2.html?cvsroot=www&r1=1.19&r2=1.20 Patches: Index: body-include-2.html =================================================================== RCS file: /web/www/www/server/body-include-2.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -b -r1.19 -r1.20 --- body-include-2.html 19 May 2011 19:08:41 -0000 1.19 +++ body-include-2.html 13 Sep 2011 22:48:12 -0000 1.20 @@ -7,8 +7,8 @@ <div id="fssbox"> - <h4>Sign up for the <em>Free Software Supporter</em></h4> - <p>A monthly update on GNU and the FSF</p> + <h4>Sign up for the <a href="http://www.fsf.org/fss">Free Software Supporter</a></h4> + <p>A monthly email newsletter about GNU and Free Software</p> <form action="https://crm.fsf.org/civicrm/profile/create&reset=1&gid=31" method="post"> <div><input name="postURL" type="hidden" value="" /> <input type="hidden" name="group[25]" value="1" /> @@ -17,7 +17,7 @@ <input name="_qf_default" type="hidden" value="Edit:cancel" /> </div> - <p><input type="text" id="frmEmail" name="email-Primary" size="15" maxlength="80" value="y...@example.com" onfocus="this.value=''" /> <input type="submit" name="_qf_Edit_next" value="Ok" /></p> + <p><label>Enter your email address (ie. y...@example.com)</label><br /><input type="text" id="frmEmail" name="email-Primary" size="15" maxlength="80" /> <input type="submit" name="_qf_Edit_next" value="Ok" /></p> </form> </div> </div>