Added name in profile
authorplehegar
Fri, 26 Aug 2011 11:44:21 -0400
changeset 111 9d871d38289a
parent 110 8ec4ad627381
child 112 0d46d6c1918a
Added name in profile
src/main/resources/templates/geolocation.ssp
--- a/src/main/resources/templates/geolocation.ssp	Fri Aug 26 11:43:59 2011 -0400
+++ b/src/main/resources/templates/geolocation.ssp	Fri Aug 26 11:44:21 2011 -0400
@@ -99,9 +99,15 @@
 <table>
 <tbody>
 <tr>
-<th><label for='user_input'>Email:</label></th>
+<th><label for='user_name_input'>Name:</label></th>
 <td>
-<input id='user_input' type="email" size='20' autocomplete='on'/>
+<input id='user_name_input' type="email" size='20' autocomplete='on'/>
+</td>
+</tr>
+<tr>
+<th><label for='user_email_input'>Email:</label></th>
+<td>
+<input id='user_email_input' type="email" size='20' autocomplete='on'/>
 </td>
 </tr>
 <tr>