diff options
author | Cullen Walsh <ckwalsh@cullenwalsh.com> | 2011-07-04 16:58:35 -0700 |
---|---|---|
committer | Cullen Walsh <ckwalsh@cullenwalsh.com> | 2012-03-18 22:22:41 +0000 |
commit | 48e61b1b45655b38660740abb0de9704234af849 (patch) | |
tree | 1c713c5894f9e282a3b0fd0ebd0ae4573c7491ab /phpBB/adm/style/acp_avatar_options_local.html | |
parent | 8416bf3dc9539df19530e3bef85352d40ac795f2 (diff) | |
download | forums-48e61b1b45655b38660740abb0de9704234af849.tar forums-48e61b1b45655b38660740abb0de9704234af849.tar.gz forums-48e61b1b45655b38660740abb0de9704234af849.tar.bz2 forums-48e61b1b45655b38660740abb0de9704234af849.tar.xz forums-48e61b1b45655b38660740abb0de9704234af849.zip |
[feature/avatars] Support editing of group avatars in ACP
Edited templates for group avatars so they can be properly modified in ACP
PHPBB3-10018
Diffstat (limited to 'phpBB/adm/style/acp_avatar_options_local.html')
-rw-r--r-- | phpBB/adm/style/acp_avatar_options_local.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_avatar_options_local.html b/phpBB/adm/style/acp_avatar_options_local.html index 0a50a4eed4..d762fa9008 100644 --- a/phpBB/adm/style/acp_avatar_options_local.html +++ b/phpBB/adm/style/acp_avatar_options_local.html @@ -8,6 +8,7 @@ </select> <input type="submit" value="{L_GO}" name="av_local_go" class="button2" /></dd> </dl> <dl> + <!-- IF AV_LOCAL_SHOW --> <table cellspacing="1"> <!-- BEGIN av_local_row --> <tr> @@ -22,4 +23,5 @@ </tr> <!-- END av_local_row --> </table> + <!-- ENDIF --> </dl> |