1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/11166] Add ajaxify support to normal ACP confirm_box()

Currently no custom template from the ACP uses AJAX support.

PHPBB3-11166
This commit is contained in:
Joas Schilling
2013-03-03 17:34:01 +01:00
parent 3c5eb8bcad
commit 001572f764
3 changed files with 32 additions and 7 deletions

View File

@@ -29,9 +29,7 @@
</div>
<div id="phpbb_confirm" class="phpbb_alert">
<a href="#" class="alert_close"></a>
<p class="alert_text"></p>
<input type="button" class="button1" value="{L_YES}" />&nbsp;
<input type="button" class="button2" value="{L_NO}" />
<div class="alert_text"></div>
</div>
</div>
</div>