aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/ucp_profile_avatar.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-25 00:54:34 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-25 00:54:34 +0100
commitce44e3908eef5166e5e3e43d2642c5372379b6a6 (patch)
tree3d517a28b448a42bd3b782a35aff75e55f6152ac /phpBB/styles/subsilver2/template/ucp_profile_avatar.html
parent2b917199066cb06aa9c6c846ce06252d6f8036e9 (diff)
downloadforums-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_profile_avatar.html')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_profile_avatar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html
index 4e65b37e3c..4c7458e940 100644
--- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html
+++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html
@@ -12,7 +12,7 @@
<tr>
<td class="row1" width="35%"><b class="genmed">{L_CURRENT_IMAGE}{L_COLON} </b><br /><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td>
<td class="row2" align="center"><br />
- <!-- IF AVATAR -->{AVATAR}<br /><br /><input type="checkbox" class="radio" name="av_delete" />&nbsp;<span class="gensmall">{L_DELETE_AVATAR}</span>
+ <!-- IF AVATAR -->{AVATAR}<br /><br /><input type="checkbox" class="radio" name="avatar_delete" />&nbsp;<span class="gensmall">{L_DELETE_AVATAR}</span>
<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" />
<!-- ENDIF --></td>
</tr>
@@ -35,10 +35,10 @@
</select></td>
</tr>
<!-- BEGIN avatar_drivers -->
- <tr class="av_option_{avatar_drivers.DRIVER}">
+ <tr class="avatar_option_{avatar_drivers.DRIVER}">
<td class="row1" width="35%" colspan="2"><noscript><b class="genmed">{avatar_drivers.L_TITLE} </b><br /></noscript>{avatar_drivers.L_EXPLAIN}</span></td>
</tr>
- <tr class="av_option_{avatar_drivers.DRIVER}">
+ <tr class="avatar_option_{avatar_drivers.DRIVER}">
<td colspan="2" style="padding: 0">{avatar_drivers.OUTPUT}</td>
</tr>
<!-- END avatar_drivers -->