diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-16 13:02:37 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-16 13:02:37 +0000 |
commit | 18f64960cdc7a15405ff2a73e8550c67311668d0 (patch) | |
tree | 17e02efe2e3481941081bb3f330c4c3ef624d6c5 /phpBB/adm/style/acp_captcha.html | |
parent | ce60114a71b87150e9c8440eeb09be5a5cb66607 (diff) | |
download | forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.gz forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.bz2 forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.xz forums-18f64960cdc7a15405ff2a73e8550c67311668d0.zip |
#7120
- some consistency fixes
git-svn-id: file:///svn/phpbb/trunk@6888 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_captcha.html')
-rw-r--r-- | phpBB/adm/style/acp_captcha.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index 2b141c0b37..3ffdda4eb3 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -29,10 +29,11 @@ </dl> <!-- ENDIF --> -<p class="submit-buttons"> +</fieldset> +<fieldset class="submit-buttons"> + <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> -</p> </fieldset> </form> |