1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11442] Do not suggest an option on ajax confirm box

Reverting commit cb13add269
Also fixing in prosilver and subsilver2

PHPBB3-11442
This commit is contained in:
Joas Schilling
2013-05-07 23:49:24 +02:00
parent 7a881183d8
commit 665352d0d1
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<p>{MESSAGE_TEXT}</p>
<fieldset class="submit-buttons">
<input type="button" name="confirm" value="{L_YES}" class="button1" />&nbsp;
<input type="button" name="confirm" value="{L_YES}" class="button2" />&nbsp;
<input type="button" name="cancel" value="{L_NO}" class="button2" />
</fieldset>