aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_forums.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-03-09 16:27:01 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-03-09 16:27:01 +0000
commit6e134ac0400badbed5bf23309fbb97f9909b3adf (patch)
tree3fbfc345af1cc28765a5e7e70829010d13971137 /phpBB/adm/style/acp_forums.html
parent6fa7bec4ed7ca82f88a2a94c2947b29ae89ad00d (diff)
downloadforums-6e134ac0400badbed5bf23309fbb97f9909b3adf.tar
forums-6e134ac0400badbed5bf23309fbb97f9909b3adf.tar.gz
forums-6e134ac0400badbed5bf23309fbb97f9909b3adf.tar.bz2
forums-6e134ac0400badbed5bf23309fbb97f9909b3adf.tar.xz
forums-6e134ac0400badbed5bf23309fbb97f9909b3adf.zip
#8570
git-svn-id: file:///svn/phpbb/trunk@7155 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_forums.html')
-rw-r--r--phpBB/adm/style/acp_forums.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index a3d5d08dab..839ab9a27c 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -130,7 +130,7 @@
<dl>
<dt><label for="action_subforums">{L_DECIDE_MOVE_DELETE_SUBFORUMS}:</label></dt>
<!-- IF S_FORUMS_LIST -->
- <dd><input type="radio" class="radio" name="action_subforums" value="move" checked="checked" /> {L_MOVE_SUBFORUMS_TO} <select name="subforums_to_id">{S_FORUMS_LIST}</select></dd>
+ <dd><input type="radio" class="radio" id="action_subforums" name="action_subforums" value="move" checked="checked" /> {L_MOVE_SUBFORUMS_TO} <select name="subforums_to_id">{S_FORUMS_LIST}</select></dd>
<!-- ELSE -->
<dd><input type="radio" class="radio" id="action_subforums" name="action_subforums" value="delete" checked="checked" /> {L_DELETE_SUBFORUMS}</dd>
<!-- ENDIF -->