diff options
author | David M <davidmj@users.sourceforge.net> | 2007-02-25 06:08:39 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-02-25 06:08:39 +0000 |
commit | bcecae8993d3196957a6984953a1b156b51e1649 (patch) | |
tree | e9c394a5f3ae363ce63f9a464842653924ea18ff /phpBB/adm/style/acp_prune_forums.html | |
parent | 6f426ddf0f25cd84cc042a4c843b75c55f322c9d (diff) | |
download | forums-bcecae8993d3196957a6984953a1b156b51e1649.tar forums-bcecae8993d3196957a6984953a1b156b51e1649.tar.gz forums-bcecae8993d3196957a6984953a1b156b51e1649.tar.bz2 forums-bcecae8993d3196957a6984953a1b156b51e1649.tar.xz forums-bcecae8993d3196957a6984953a1b156b51e1649.zip |
- made prune a bit nicer
#8236
git-svn-id: file:///svn/phpbb/trunk@7059 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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_prune_forums.html b/phpBB/adm/style/acp_prune_forums.html index 00710ccb4f..a59fa4ceff 100644 --- a/phpBB/adm/style/acp_prune_forums.html +++ b/phpBB/adm/style/acp_prune_forums.html @@ -41,8 +41,11 @@ <fieldset> <legend>{L_SELECT_FORUM}</legend> + <p>{L_LOOK_UP_FORUMS_EXPLAIN}</p> <dl> - <dd class="full"><select name="f[]" multiple="multiple" size="5">{S_FORUM_OPTIONS}</select></dd> + <dt><label for="forum">{L_LOOK_UP_FORUM}:</label></dt> + <dd><select name="f[]" multiple="multiple" size="5">{S_FORUM_OPTIONS}</select></dd> + <dd><input type="checkbox" class="radio" name="all_forums" value="1" /> {L_ALL_FORUMS}</dd> </dl> <p class="quick"> |