diff options
author | Marc Alexander <admin@m-a-styles.de> | 2012-11-18 23:16:37 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2012-11-18 23:16:37 +0100 |
commit | 7521c077a9c0b3201dffcbe33114d9da715eb9e0 (patch) | |
tree | 5e5a327236b2f9c0d6e1cdf149f61e1ca655609f /phpBB/styles/subsilver2 | |
parent | c2ba24558ff79174af9aaf2bee274529c794cac8 (diff) | |
download | forums-7521c077a9c0b3201dffcbe33114d9da715eb9e0.tar forums-7521c077a9c0b3201dffcbe33114d9da715eb9e0.tar.gz forums-7521c077a9c0b3201dffcbe33114d9da715eb9e0.tar.bz2 forums-7521c077a9c0b3201dffcbe33114d9da715eb9e0.tar.xz forums-7521c077a9c0b3201dffcbe33114d9da715eb9e0.zip |
[feature/avatars] Miscellaenous template fixes
PHPBB3-10018
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_avatar_options_local.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html index 37ac864b27..352052f9f4 100644 --- a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html +++ b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html @@ -22,6 +22,10 @@ <td class="row2" align="center"><input type="radio" class="radio" name="av_local_file" value="{av_local_col.av_local_option.S_OPTIONS_AVATAR}" /></td> <!-- END av_local_option --> </tr> + <!-- BEGINELSE --> + <tr> + <td class="row1" colspan="2">{L_NO_AVATAR_CATEGORY}</td> + </tr> <!-- END av_local_col --> </table> </td> |