mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge PR #1375 branch 'marc1706/ticket/11442' into develop
# By marc1706 # Via marc1706 * marc1706/ticket/11442: [ticket/11442] Use correct button class for ajaxified confirm_box
This commit is contained in:
commit
7a881183d8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<p>{MESSAGE_TEXT}</p>
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
<input type="button" name="confirm" value="{L_YES}" class="button2" />
|
||||
<input type="button" name="confirm" value="{L_YES}" class="button1" />
|
||||
<input type="button" name="cancel" value="{L_NO}" class="button2" />
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue