librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1246] tweaked the sign up form


From: Matt Lee
Subject: [Librefm-commits] [1246] tweaked the sign up form
Date: Wed, 06 May 2009 22:36:22 +0000

Revision: 1246
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1246
Author:   mattl
Date:     2009-05-06 22:36:22 +0000 (Wed, 06 May 2009)
Log Message:
-----------
tweaked the sign up form

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/register.tpl

Modified: trunk/nixtape/themes/librefm/templates/register.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/register.tpl 2009-05-06 22:31:18 UTC 
(rev 1245)
+++ trunk/nixtape/themes/librefm/templates/register.tpl 2009-05-06 22:36:22 UTC 
(rev 1246)
@@ -27,16 +27,8 @@
 <div id='register'>
        <form action='' method='post'>
                <fieldset>
-                       <label for='fullname'>You:<span>(that's your real 
name.)</span></label>
-                       <input id='fullname' name='fullname' type='text' 
value='{$fullname}' maxlength='255'/>
 
-                       <label for='email'>Your e-mail:<span>(must be 
valid!)</span></label>
-                       <input id='email' name='email' type='text' 
value='{$email}' maxlength='64' />
-       
-                       <label for='location'>Location:<span>(like 'CABA, 
Buenos Aires, Argentina')</span></label>
-                       <input id='location' name='location' type='text' 
value='{$location}' maxlength='255' />
-                       
-                       <label for='username'>Your nickname:<span>(no more than 
16 chars.)</span></label>
+                       <label for='username'>Your username:<span>(no more than 
16 chars.)</span></label>
                        <input id='username' name='username' type='text' 
value='{$username}' maxlength='16' />
 
                        <label for='password'>Your password:<span>(make it hard 
to guess)</span></label>
@@ -45,6 +37,19 @@
                        <label for='password-repeat'>Your password 
again<span>(you should repeat it.)</span></label>
                        <input id='password-repeat' name='password-repeat' 
type='password' value=''/>
 
+                       <label for='email'>Your e-mail:<span>(must be 
valid!)</span></label>
+                       <input id='email' name='email' type='text' 
value='{$email}' maxlength='64' />
+
+                       </fieldset>
+
+                       <fieldset class="optional"><legend>Optional profile 
information</legend>
+
+                       <label for='fullname'>Name:</label>
+                       <input id='fullname' name='fullname' type='text' 
value='{$fullname}' maxlength='255'/>
+       
+                       <label for='location'>Location:<span>(like 'CABA, 
Buenos Aires, Argentina')</span></label>
+                       <input id='location' name='location' type='text' 
value='{$location}' maxlength='255' />
+                       
                        <label for='bio'>About yourself:<span>(we want to know 
you! in 140 chars.)</span></label>
                        <input id='bio' name='bio' type='text' value='{$bio}' 
maxlength='140'/>
 





reply via email to

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