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 | |
| 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')
| -rwxr-xr-x | phpBB/adm/style/install_convert.html | 2 | ||||
| -rwxr-xr-x | phpBB/adm/style/install_header.html | 10 | ||||
| -rwxr-xr-x | phpBB/adm/style/install_install.html | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/phpBB/adm/style/install_convert.html b/phpBB/adm/style/install_convert.html index 068a8f230e..b6477fddc9 100755 --- a/phpBB/adm/style/install_convert.html +++ b/phpBB/adm/style/install_convert.html @@ -78,7 +78,7 @@ <!-- ELSE --> <dl> - <dt>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt> + <dt><label>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt> <dd>{checks.RESULT}</dd> </dl> <!-- ENDIF --> 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> diff --git a/phpBB/adm/style/install_install.html b/phpBB/adm/style/install_install.html index 075d026d95..79006fba69 100755 --- a/phpBB/adm/style/install_install.html +++ b/phpBB/adm/style/install_install.html @@ -1,6 +1,6 @@ <!-- INCLUDE install_header.html --> -<form id="install_install" method="post" action="{U_ACTION}"> +<form id="install_install" method="post" action="{U_ACTION}" onsubmit="submit.disabled = 'disabled';"> <!-- IF TITLE --><h1>{TITLE}</h1><!-- ENDIF --> <!-- IF BODY --><p>{BODY}</p><!-- ENDIF --> @@ -68,7 +68,7 @@ <fieldset class="submit-buttons"> <legend>{L_SUBMIT}</legend> {S_HIDDEN} - <!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" onclick="this.className = 'button1 disabled';" onsubmit="this.disabled = 'disabled';" name="submit" value="{L_SUBMIT}" /><!-- ENDIF --> + <!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" onclick="this.className = 'button1 disabled';" name="submit" value="{L_SUBMIT}" /><!-- ENDIF --> </fieldset> <!-- ENDIF --> |
