diff options
Diffstat (limited to 'phpBB/adm/style/acp_forums.html')
-rw-r--r-- | phpBB/adm/style/acp_forums.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 73e3f65f1c..8bb1954a5c 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -321,25 +321,25 @@ </table> <!-- ENDIF --> - <form id="forums" method="post" action="{U_ACTION}"> + <form id="fselect" method="post" action="{U_SEL_ACTION}"> - <fieldset class="quick" style="float: left;"> - <input type="hidden" name="action" value="add" /> + <fieldset class="quick"> + {L_SELECT_FORUM}: <select name="parent_id" onchange="if(this.options[this.selectedIndex].value != -1){ this.form.submit(); }">{FORUM_BOX}</select> - <input type="text" name="forum_name" /> - <input class="button2" name="addforum" type="submit" value="{L_CREATE_FORUM}" /> + <input class="button2" type="submit" value="{L_GO}" /> </fieldset> - + </form> - <form id="fselect" method="post" action="{U_SEL_ACTION}"> + <form id="forums" method="post" action="{U_ACTION}"> <fieldset class="quick"> - {L_SELECT_FORUM}: <select name="parent_id" onchange="if(this.options[this.selectedIndex].value != -1){ this.form.submit(); }">{FORUM_BOX}</select> + <input type="hidden" name="action" value="add" /> - <input class="button2" type="submit" value="{L_GO}" /> + <input type="text" name="forum_name" value="" /> + <input class="button2" name="addforum" type="submit" value="{L_CREATE_FORUM}" /> </fieldset> - + </form> <!-- ENDIF --> |