diff options
Diffstat (limited to 'phpBB/adm/style/acp_users_profile.html')
-rw-r--r-- | phpBB/adm/style/acp_users_profile.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/adm/style/acp_users_profile.html b/phpBB/adm/style/acp_users_profile.html index 2d087c39f2..69edb1159b 100644 --- a/phpBB/adm/style/acp_users_profile.html +++ b/phpBB/adm/style/acp_users_profile.html @@ -4,31 +4,31 @@ <legend>{L_USER_PROFILE}</legend> <dl> <dt><label for="icq">{L_UCP_ICQ}:</label></dt> - <dd><input type="text" class="text" id="icq" name="icq" value="{ICQ}" /></dd> + <dd><input type="text" id="icq" name="icq" value="{ICQ}" /></dd> </dl> <dl> <dt><label for="aim">{L_UCP_AIM}:</label></dt> - <dd><input type="text" class="text" id="aim" name="aim" value="{AIM}" /></dd> + <dd><input type="text" id="aim" name="aim" value="{AIM}" /></dd> </dl> <dl> <dt><label for="msn">{L_UCP_MSNM}:</label></dt> - <dd><input type="text" class="text" id="msn" name="msn" value="{MSN}" /></dd> + <dd><input type="text" id="msn" name="msn" value="{MSN}" /></dd> </dl> <dl> <dt><label for="yim">{L_UCP_YIM}:</label></dt> - <dd><input type="text" class="text" id="yim" name="yim" value="{YIM}" /></dd> + <dd><input type="text" id="yim" name="yim" value="{YIM}" /></dd> </dl> <dl> <dt><label for="jabber">{L_UCP_JABBER}:</label></dt> - <dd><input type="text" class="text" id="jabber" name="jabber" value="{JABBER}" /></dd> + <dd><input type="text" id="jabber" name="jabber" value="{JABBER}" /></dd> </dl> <dl> <dt><label for="website">{L_WEBSITE}:</label></dt> - <dd><input type="text" class="text" id="website" name="website" value="{WEBSITE}" /></dd> + <dd><input type="text" id="website" name="website" value="{WEBSITE}" /></dd> </dl> <dl> <dt><label for="location">{L_LOCATION}:</label></dt> - <dd><input type="text" class="text" id="location" name="location" value="{LOCATION}" /></dd> + <dd><input type="text" id="location" name="location" value="{LOCATION}" /></dd> </dl> <dl> <dt><label for="occupation">{L_OCCUPATION}:</label></dt> |