From 8a9e1ca3f176946bc7b8ddb9be30ca8607685b80 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 28 Feb 2013 22:56:01 +0100 Subject: [PATCH] [feature/avatars] Auto-clear avatar dimensions when first changing avatars In the remote avatar and gravatar the dimension input boxes will now be cleared when changing the avatar. This will only happen once per page-load. Any input after the first change will not trigger this. PHPBB3-10018 --- .../template/ucp_avatar_options_gravatar.html | 14 ++++++++++++++ .../template/ucp_avatar_options_remote.html | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html b/phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html index 04fd5c459d..692f50cb9a 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html @@ -1,3 +1,17 @@ + +

{L_GRAVATAR_AVATAR_EMAIL_EXPLAIN}
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html index ab91e90c27..39a8483dc4 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html @@ -1,3 +1,17 @@ + +

{L_LINK_REMOTE_AVATAR_EXPLAIN}