mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02: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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user