diff options
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/acp_language.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html index d7a4a31901..37b1e032f2 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -72,7 +72,7 @@ <h1>{L_MISSING_LANG_VARIABLES}</h1> <p>{L_MISSING_VARS_EXPLAIN}</p> - + <form id="missing" method="post" action="{U_MISSING_ACTION}"> <table cellspacing="1"> @@ -104,14 +104,14 @@ <p>{L_LANGUAGE_ENTRIES_EXPLAIN}</p> - <form id="entries" method="post" action="{U_ENTRY_ACTION}"> + <form id="lang_entries" method="post" action="{U_ENTRY_ACTION}"> <!-- IF S_FROM_STORE --> <fieldset class="quick" style="float: left;"> <input type="submit" name="remove_store" value="{L_REMOVE_FROM_STORAGE_FOLDER}" class="button2" /> </fieldset> <!-- ENDIF --> - + <fieldset class="quick" style="float: right;"> <select name="language_file">{S_LANG_OPTIONS}</select> <input type="submit" class="button2" name="change" value="{L_SELECT}" /> </fieldset> |
