1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

[feature/avatars] Support editing of group avatars in ACP

Edited templates for group avatars so they can be properly modified in ACP

PHPBB3-10018
This commit is contained in:
Cullen Walsh
2011-07-04 16:58:35 -07:00
parent 8416bf3dc9
commit 48e61b1b45
5 changed files with 137 additions and 148 deletions

View File

@@ -8,6 +8,7 @@
</select>&nbsp;<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>