aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
diff options
context:
space:
mode:
authorCullen Walsh <ckwalsh@phpbb.com>2011-04-18 23:34:56 -0700
committerCullen Walsh <ckwalsh@cullenwalsh.com>2012-03-18 22:20:45 +0000
commitf02f6216867db63f6ad2659b0b702b81b07a875c (patch)
treeed568e31461d475a80d1b21681288bd510e7232a /phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
parent00d4b9d431d6772889291f2f4c857a144bce93fb (diff)
downloadforums-f02f6216867db63f6ad2659b0b702b81b07a875c.tar
forums-f02f6216867db63f6ad2659b0b702b81b07a875c.tar.gz
forums-f02f6216867db63f6ad2659b0b702b81b07a875c.tar.bz2
forums-f02f6216867db63f6ad2659b0b702b81b07a875c.tar.xz
forums-f02f6216867db63f6ad2659b0b702b81b07a875c.zip
[feature/avatars] Fixing remote avatars size checks
Remote avatars size checks were broken. It assumed getimagesize() was available and used the wrong template values. PHPBB3-10018
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_avatar_options_remote.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_avatar_options_remote.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
index 4e62e96d9d..02704c5be8 100644
--- a/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
+++ b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
@@ -5,7 +5,7 @@
<dl>
<dt><label for="width">{L_LINK_REMOTE_SIZE}:</label><br /><span>{L_LINK_REMOTE_SIZE_EXPLAIN}</span></dt>
<dd>
- <label for="width"><input type="text" name="width" id="width" size="3" value="{AV_REMOTE_WIDTH}" class="inputbox autowidth" /> {L_PIXEL}</label> &times;&nbsp;
- <label for="height"><input type="text" name="height" id="height" size="3" value="{AV_REMOTE_HEIGHT}" class="inputbox autowidth" /> {L_PIXEL}</label>
+ <label for="av_remote_width"><input type="text" name="av_remote_width" id="av_remote_width" size="3" value="{AV_REMOTE_WIDTH}" class="inputbox autowidth" /> {L_PIXEL}</label> &times;&nbsp;
+ <label for="av_remote_height"><input type="text" name="av_remote_height" id="av_remote_height" size="3" value="{AV_REMOTE_HEIGHT}" class="inputbox autowidth" /> {L_PIXEL}</label>
</dd>
</dl>