From: Meik S. <acy...@ph...> - 2009-09-23 17:03:50
|
Author: acydburn Date: Wed Sep 23 18:03:04 2009 New Revision: 10181 Log: submit buttons in same style as other submit buttons in ACP Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_captcha.html branches/phpBB-3_0_0/phpBB/adm/style/captcha_gd_acp.html branches/phpBB-3_0_0/phpBB/adm/style/captcha_recaptcha_acp.html Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_captcha.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/acp_captcha.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/acp_captcha.html Wed Sep 23 18:03:04 2009 *************** *** 54,63 **** </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}" /> {S_FORM_TOKEN} </fieldset> </form> --- 54,65 ---- </fieldset> <!-- ENDIF --> ! <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> Modified: branches/phpBB-3_0_0/phpBB/adm/style/captcha_gd_acp.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/captcha_gd_acp.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/captcha_gd_acp.html Wed Sep 23 18:03:04 2009 *************** *** 56,66 **** </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}" /> <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" /> <input type="hidden" name="configure" value="1" /> --- 56,68 ---- </fieldset> ! <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" /> Modified: branches/phpBB-3_0_0/phpBB/adm/style/captcha_recaptcha_acp.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/captcha_recaptcha_acp.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/captcha_recaptcha_acp.html Wed Sep 23 18:03:04 2009 *************** *** 34,43 **** <!-- 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}" /> <input type="hidden" name="select_captcha" value="{CAPTCHA_NAME}" /> <input type="hidden" name="configure" value="1" /> --- 34,45 ---- <!-- INCLUDE {CAPTCHA_PREVIEW} --> </fieldset> ! <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" /> |