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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user