1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16583] Fix cancel button

PHPBB3-16583
This commit is contained in:
rubencm
2020-08-19 05:04:28 +00:00
parent f28b1fd178
commit fef1996b3d
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@
<legend>{L_ACP_SUBMIT_CHANGES}</legend>
<p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
<input class="button2" type="submit" id="cancel" name="cancel" value="{L_CANCEL}" />
</p>
{S_FORM_TOKEN}
</fieldset>