From 29adf99cb3ba4557f1cd9ec20cca0b735e03bded Mon Sep 17 00:00:00 2001
From: Cameron <e107inc@gmail.com>
Date: Wed, 11 Jan 2017 09:51:18 -0800
Subject: [PATCH] Quick fix for signup page label style.

---
 e107_core/templates/signup_template.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/e107_core/templates/signup_template.php b/e107_core/templates/signup_template.php
index 78b34cfa1..dd4687697 100755
--- a/e107_core/templates/signup_template.php
+++ b/e107_core/templates/signup_template.php
@@ -89,8 +89,8 @@ if(!defined($SIGNUP_EXTENDED_USER_FIELDS))
 	$SIGNUP_EXTENDED_USER_FIELDS	= "
 	<tr>
 		<td style='width:40%' class='forumheader3'>
-			{EXTENDED_USER_FIELD_TEXT}
-			{EXTENDED_USER_FIELD_REQUIRED}
+			<label>{EXTENDED_USER_FIELD_TEXT}
+			{EXTENDED_USER_FIELD_REQUIRED}</label>
 		</td>
 		<td style='width:60%' class='forumheader3'>
 			{EXTENDED_USER_FIELD_EDIT}
@@ -152,7 +152,7 @@ $sc_style['SIGNUP_LOGINNAME']['post'] = "
 
 $sc_style['SIGNUP_HIDE_EMAIL']['pre'] = "
 <tr>
-	<td class='forumheader3' style='width:30%;white-space:nowrap'>".LAN_USER_83."</td>
+	<td class='forumheader3' style='width:30%;white-space:nowrap'><label>".LAN_USER_83."</label></td>
 	<td class='forumheader3' style='width:70%'>";
 $sc_style['SIGNUP_HIDE_EMAIL']['post'] = "
 	</td>
@@ -182,7 +182,7 @@ $sc_style['SIGNUP_PASSWORD2']['post'] = "</td>
 		</tr>";
 
 $sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['pre'] = "<tr>
-			<td class='forumheader3' style='width:30%;white-space:nowrap'>".LAN_SIGNUP_113."</td>
+			<td class='forumheader3' style='width:30%;white-space:nowrap'><label>".LAN_SIGNUP_113."</label></td>
 			<td class='forumheader3' style='width:70%'>";
 $sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['post'] = "</td>
 		</tr>";