diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-22 23:01:32 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-22 23:01:32 +0200 |
commit | d3b3e9265c23be4f0ad185820e8fb195209c2abc (patch) | |
tree | 289aa068e24a38141c39e572de6f3095cdb35085 /phpBB/adm/style | |
parent | bb8be29fd53c73104f35f67ec41f8ddc6d561e17 (diff) | |
parent | a487fab0ea63adc2a1ac102b138ede3042943d3a (diff) | |
download | forums-d3b3e9265c23be4f0ad185820e8fb195209c2abc.tar forums-d3b3e9265c23be4f0ad185820e8fb195209c2abc.tar.gz forums-d3b3e9265c23be4f0ad185820e8fb195209c2abc.tar.bz2 forums-d3b3e9265c23be4f0ad185820e8fb195209c2abc.tar.xz forums-d3b3e9265c23be4f0ad185820e8fb195209c2abc.zip |
Merge pull request #2597 from Skouat/ticket/12714
[ticket/12714] Switching the description of radio buttons to align the correct description above the listbox
* Skouat/ticket/12714:
[ticket/12714] Move "allow all forums" in its own dd-element
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_attachments.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 0e3b5ff3b2..59b10f597e 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -205,8 +205,8 @@ </dl> <dl> <dt><label for="allowed_forums">{L_ALLOWED_FORUMS}{L_COLON}</label><br /><span>{L_ALLOWED_FORUMS_EXPLAIN}</span></dt> - <dd><label><input type="radio" id="allowed_forums" class="radio" name="forum_select" value="0"<!-- IF not S_FORUM_IDS --> checked="checked"<!-- ENDIF --> /> {L_ALLOW_ALL_FORUMS}</label> - <label><input type="radio" class="radio" name="forum_select" value="1"<!-- IF S_FORUM_IDS --> checked="checked"<!-- ENDIF --> /> {L_ALLOW_SELECTED_FORUMS}</label></dd> + <dd><label><input type="radio" id="allowed_forums" class="radio" name="forum_select" value="0"<!-- IF not S_FORUM_IDS --> checked="checked"<!-- ENDIF --> /> {L_ALLOW_ALL_FORUMS}</label></dd> + <dd><label><input type="radio" class="radio" name="forum_select" value="1"<!-- IF S_FORUM_IDS --> checked="checked"<!-- ENDIF --> /> {L_ALLOW_SELECTED_FORUMS}</label></dd> <dd><select name="allowed_forums[]" multiple="multiple" size="8">{S_FORUM_ID_OPTIONS}</select></dd> </dl> |