diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-11 15:03:06 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-11 15:03:06 +0000 |
commit | bd33acd012f96096e5ef6ba131aac0b260aea6c2 (patch) | |
tree | f4781a0c2ef33c6f54c3ab10d3e8a64c04db858c /phpBB/adm/style | |
parent | 2b72a95734ed6f46d8cfccbbea01132b5de37994 (diff) | |
download | forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.tar forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.tar.gz forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.tar.bz2 forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.tar.xz forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.zip |
some fixes
git-svn-id: file:///svn/phpbb/trunk@7866 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-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 ad8d987a02..5629c11ff7 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="5">{S_FORUM_OPTIONS}</select></dd> + <dd><select 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> |