diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2012-11-25 00:54:34 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2012-11-25 00:54:34 +0100 |
| commit | ce44e3908eef5166e5e3e43d2642c5372379b6a6 (patch) | |
| tree | 3d517a28b448a42bd3b782a35aff75e55f6152ac /phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html | |
| parent | 2b917199066cb06aa9c6c846ce06252d6f8036e9 (diff) | |
| download | forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.tar forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.tar.gz forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.tar.bz2 forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.tar.xz forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.zip | |
[feature/avatars] Remove unnecessary abbreviations
PHPBB3-10018
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html index 8fe7201953..50ebb9b93d 100644 --- a/phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html +++ b/phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html @@ -1,10 +1,10 @@ <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="row1" width="35%"><b class="genmed">{L_LINK_REMOTE_AVATAR}{L_COLON} </b><br /><span class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></td> - <td class="row2"><input class="post" type="text" name="av_remote_url" size="40" value="{AV_REMOTE_URL}" /></td> + <td class="row2"><input class="post" type="text" name="avatar_remote_url" size="40" value="{AVATAR_REMOTE_URL}" /></td> </tr> <tr> <td class="row1" width="35%"><b class="genmed">{L_LINK_REMOTE_SIZE}{L_COLON} </b><br /><span class="gensmall">{L_LINK_REMOTE_SIZE_EXPLAIN}</span></td> - <td class="row2"><input class="post" type="text" name="av_remote_width" size="3" value="{AV_REMOTE_WIDTH}" /> <span class="gen">{L_PIXEL} × </span> <input class="post" type="text" name="av_remote_height" size="3" value="{AV_REMOTE_HEIGHT}" /> <span class="gen">{L_PIXEL}</span></td> + <td class="row2"><input class="post" type="text" name="avatar_remote_width" size="3" value="{AVATAR_REMOTE_WIDTH}" /> <span class="gen">{L_PIXEL} × </span> <input class="post" type="text" name="avatar_remote_height" size="3" value="{AVATAR_REMOTE_HEIGHT}" /> <span class="gen">{L_PIXEL}</span></td> </tr> </table> |
