1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 04:40:44 +02:00

Quick fix for signup page label style.

This commit is contained in:
Cameron
2017-01-11 09:51:18 -08:00
parent 34a45e3445
commit 29adf99cb3

View File

@@ -89,8 +89,8 @@ if(!defined($SIGNUP_EXTENDED_USER_FIELDS))
$SIGNUP_EXTENDED_USER_FIELDS = " $SIGNUP_EXTENDED_USER_FIELDS = "
<tr> <tr>
<td style='width:40%' class='forumheader3'> <td style='width:40%' class='forumheader3'>
{EXTENDED_USER_FIELD_TEXT} <label>{EXTENDED_USER_FIELD_TEXT}
{EXTENDED_USER_FIELD_REQUIRED} {EXTENDED_USER_FIELD_REQUIRED}</label>
</td> </td>
<td style='width:60%' class='forumheader3'> <td style='width:60%' class='forumheader3'>
{EXTENDED_USER_FIELD_EDIT} {EXTENDED_USER_FIELD_EDIT}
@@ -152,7 +152,7 @@ $sc_style['SIGNUP_LOGINNAME']['post'] = "
$sc_style['SIGNUP_HIDE_EMAIL']['pre'] = " $sc_style['SIGNUP_HIDE_EMAIL']['pre'] = "
<tr> <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%'>"; <td class='forumheader3' style='width:70%'>";
$sc_style['SIGNUP_HIDE_EMAIL']['post'] = " $sc_style['SIGNUP_HIDE_EMAIL']['post'] = "
</td> </td>
@@ -182,7 +182,7 @@ $sc_style['SIGNUP_PASSWORD2']['post'] = "</td>
</tr>"; </tr>";
$sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['pre'] = "<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%'>"; <td class='forumheader3' style='width:70%'>";
$sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['post'] = "</td> $sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['post'] = "</td>
</tr>"; </tr>";