From 29adf99cb3ba4557f1cd9ec20cca0b735e03bded Mon Sep 17 00:00:00 2001 From: Cameron 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 = " - {EXTENDED_USER_FIELD_TEXT} - {EXTENDED_USER_FIELD_REQUIRED} + {EXTENDED_USER_FIELD_EDIT} @@ -152,7 +152,7 @@ $sc_style['SIGNUP_LOGINNAME']['post'] = " $sc_style['SIGNUP_HIDE_EMAIL']['pre'] = " - ".LAN_USER_83." + "; $sc_style['SIGNUP_HIDE_EMAIL']['post'] = " @@ -182,7 +182,7 @@ $sc_style['SIGNUP_PASSWORD2']['post'] = " "; $sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['pre'] = " - ".LAN_SIGNUP_113." + "; $sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['post'] = " ";