diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-13 14:08:59 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-13 14:08:59 +0000 |
commit | 04785d807878f5b1c8572900550c8b37092f0328 (patch) | |
tree | 8cfae0e742ed86da6791db9c4297f079557aadc3 /phpBB/adm/style/acp_prune_forums.html | |
parent | 33ab3d4439773cca96e40c707f302b193c22edf9 (diff) | |
download | forums-04785d807878f5b1c8572900550c8b37092f0328.tar forums-04785d807878f5b1c8572900550c8b37092f0328.tar.gz forums-04785d807878f5b1c8572900550c8b37092f0328.tar.bz2 forums-04785d807878f5b1c8572900550c8b37092f0328.tar.xz forums-04785d807878f5b1c8572900550c8b37092f0328.zip |
#22875
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8426 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_prune_forums.html')
-rw-r--r-- | phpBB/adm/style/acp_prune_forums.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_prune_forums.html b/phpBB/adm/style/acp_prune_forums.html index 890a3ba569..069d2c91c3 100644 --- a/phpBB/adm/style/acp_prune_forums.html +++ b/phpBB/adm/style/acp_prune_forums.html @@ -44,7 +44,7 @@ <p>{L_LOOK_UP_FORUMS_EXPLAIN}</p> <dl> <dt><label for="forum">{L_LOOK_UP_FORUM}:</label></dt> - <dd><select name="f[]" multiple="multiple" size="10">{S_FORUM_OPTIONS}</select></dd> + <dd><select id="forum" name="f[]" multiple="multiple" size="10">{S_FORUM_OPTIONS}</select></dd> <dd><label><input type="checkbox" class="radio" name="all_forums" value="1" /> {L_ALL_FORUMS}</label></dd> </dl> |