diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-23 17:03:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-23 17:03:04 +0000 |
commit | 1461beacf6cd399cb3a6fda8fec98959921364db (patch) | |
tree | 9dc6fb1df11b4072a3aa360dd8712534005b2c54 /phpBB/adm | |
parent | 35eea4539a646b07ac86374e857d7b0ff65d1bff (diff) | |
download | forums-1461beacf6cd399cb3a6fda8fec98959921364db.tar forums-1461beacf6cd399cb3a6fda8fec98959921364db.tar.gz forums-1461beacf6cd399cb3a6fda8fec98959921364db.tar.bz2 forums-1461beacf6cd399cb3a6fda8fec98959921364db.tar.xz forums-1461beacf6cd399cb3a6fda8fec98959921364db.zip |
submit buttons in same style as other submit buttons in ACP
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10181 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_captcha.html | 10 | ||||
-rw-r--r-- | phpBB/adm/style/captcha_gd_acp.html | 12 | ||||
-rw-r--r-- | phpBB/adm/style/captcha_recaptcha_acp.html | 10 |
3 files changed, 19 insertions, 13 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index 12f2251ab5..d31527b64d 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -54,10 +54,12 @@ </fieldset> <!-- ENDIF --> -<fieldset class="submit-buttons"> - <legend>{L_SUBMIT}</legend> - <input class="button1" type="submit" id="main_submit" name="main_submit" value="{L_SUBMIT}" /> - <input class="button2" type="reset" id="form_reset" name="reset" value="{L_RESET}" /> +<fieldset> + <legend>{L_ACP_SUBMIT_CHANGES}</legend> + <p class="submit-buttons"> + <input class="button1" type="submit" id="main_submit" name="main_submit" value="{L_SUBMIT}" /> + <input class="button2" type="reset" id="form_reset" name="reset" value="{L_RESET}" /> + </p> {S_FORM_TOKEN} </fieldset> </form> diff --git a/phpBB/adm/style/captcha_gd_acp.html b/phpBB/adm/style/captcha_gd_acp.html index be715401db..d0bb758cfe 100644 --- a/phpBB/adm/style/captcha_gd_acp.html +++ b/phpBB/adm/style/captcha_gd_acp.html @@ -56,11 +56,13 @@ </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}" /> - <input class="button2" type="submit" id="preview" name="preview" value="{L_PREVIEW}" /> +<fieldset> + <legend>{L_ACP_SUBMIT_CHANGES}</legend> + <p class="submit-buttons"> + <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> + <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + <input class="button2" type="submit" id="preview" name="preview" value="{L_PREVIEW}" /> + </p> <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" /> <input type="hidden" name="configure" value="1" /> diff --git a/phpBB/adm/style/captcha_recaptcha_acp.html b/phpBB/adm/style/captcha_recaptcha_acp.html index fba59a9647..5b97cff984 100644 --- a/phpBB/adm/style/captcha_recaptcha_acp.html +++ b/phpBB/adm/style/captcha_recaptcha_acp.html @@ -34,10 +34,12 @@ <!-- INCLUDE {CAPTCHA_PREVIEW} --> </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}" /> +<fieldset> + <legend>{L_ACP_SUBMIT_CHANGES}</legend> + <p class="submit-buttons"> + <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> <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" /> <input type="hidden" name="configure" value="1" /> |