diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 16:42:10 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 16:42:10 +0000 |
commit | e93165a9e14526cb40ca0b67a53a736e6dd0d6a8 (patch) | |
tree | f8c62ec51f934dee93f5ba0b4d0c52a19632ee56 /phpBB/adm/style/install_header.html | |
parent | 3fa29da47dc52ccc3138b9bf14013545be0e90c0 (diff) | |
download | forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.gz forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.bz2 forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.xz forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.zip |
some beautifications as well as making sure manually deactivated accounts are properly handled
git-svn-id: file:///svn/phpbb/trunk@7258 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/install_header.html')
-rwxr-xr-x | phpBB/adm/style/install_header.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/adm/style/install_header.html b/phpBB/adm/style/install_header.html index 2e9999a68b..a5545aad26 100755 --- a/phpBB/adm/style/install_header.html +++ b/phpBB/adm/style/install_header.html @@ -19,10 +19,12 @@ <h1>{L_INSTALL_PANEL}</h1> <p id="skip"><a href="#acp">{L_SKIP}</a></p> <!-- IF S_LANG_SELECT --> - <form method="post"> - <label for="language">{L_SELECT_LANG}:</label> - {S_LANG_SELECT} - <input class="button1" type="submit" id="change_lang" name="change_lang" value="{L_CHANGE}" /> + <form method="post" action=""> + <fieldset class="nobg"> + <label for="language">{L_SELECT_LANG}:</label> + {S_LANG_SELECT} + <input class="button1" type="submit" id="change_lang" name="change_lang" value="{L_CHANGE}" /> + </fieldset> </form> <!-- ENDIF --> </div> |