mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
very tiny adjustement
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9506 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
88ab6cb3bb
commit
f6cf55fac7
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
<!-- IF S_GROUP_OPTIONS -->
|
<!-- IF S_GROUP_OPTIONS -->
|
||||||
<div class="column2">
|
<div class="column2">
|
||||||
<dl>
|
<dl>
|
||||||
<dd><label for="group_list">{L_USERGROUPS}:</label> <select name="group_list[]" id="group_list "multiple="multiple" size="4" class="inputbox">{S_GROUP_OPTIONS}</select></dd>
|
<dd><label for="group_list">{L_USERGROUPS}:</label> <select name="group_list[]" id="group_list" multiple="multiple" size="4" class="inputbox">{S_GROUP_OPTIONS}</select></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue