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 | |
| 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')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_avatar_options_local.html | 4 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_avatar_options_local.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html index 9ca9b6e9ec..8b46dfa7f5 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html @@ -9,8 +9,8 @@ <div id="gallery"> <!-- BEGIN av_local_row --> <!-- BEGIN av_local_col --> - <label for="av-{av_local_row.av_local_col.S_ROW_COUNT}"><img src="{av_local_row.av_local_col.AVATAR_IMAGE}" alt="" /><br /> - <input type="radio" name="av_local_file" id="av-{av_local_row.av_local_col.S_ROW_COUNT}" value="{av_local_row.av_local_col.AVATAR_FILE}" /></label> + <label for="av-{av_local_row.S_ROW_COUNT}-{av_local_row.av_local_col.S_ROW_COUNT}"><img src="{av_local_row.av_local_col.AVATAR_IMAGE}" alt="" /><br /> + <input type="radio" name="av_local_file" id="av-{av_local_row.S_ROW_COUNT}-{av_local_row.av_local_col.S_ROW_COUNT}" value="{av_local_row.av_local_col.AVATAR_FILE}" /></label> <!-- END av_local_col --> <!-- END av_local_row --> </div> 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> |
