From 153d1691aee56595d52f4b9782efced43e674b72 Mon Sep 17 00:00:00 2001 From: RMcGirr83 Date: Wed, 18 Feb 2015 08:54:57 -0500 Subject: [ticket/13628] Allow ability for extension to add entries to user's profile PHPBB3-13628 --- phpBB/styles/subsilver2/template/ucp_profile_profile_info.html | 2 ++ phpBB/styles/subsilver2/template/ucp_profile_reg_details.html | 2 ++ 2 files changed, 4 insertions(+) (limited to 'phpBB/styles/subsilver2/template') diff --git a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html index 2d0140a15d..bfc2dd0244 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html @@ -12,6 +12,7 @@ {L_PROFILE_INFO_NOTICE} + {L_UCP_JABBER}{L_COLON} @@ -34,6 +35,7 @@ {profile_fields.FIELD}
{profile_fields.ERROR} + {S_HIDDEN_FIELDS}   diff --git a/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html b/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html index d8fe84bf79..090d729326 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html @@ -14,6 +14,7 @@ {ERROR} + {L_USERNAME}{L_COLON}
{L_USERNAME_EXPLAIN} {USERNAME} @@ -32,6 +33,7 @@ + {L_CONFIRM_CHANGES} -- cgit v1.2.1