1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #6039 from rubencm/ticket/16583

[ticket/16583] Fix cancel button
This commit is contained in:
Marc Alexander
2020-08-19 21:08:45 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,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>