aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-03 17:34:01 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-03 17:34:01 +0100
commit001572f76425a1fdb6621d26dae875438152cc97 (patch)
treea5411e8f4fce3ce75e694bce5f42d2393dafc1e0 /phpBB/adm/style/overall_footer.html
parent3c5eb8bcadb9af8e87525ea6dbf8b5ffc3e7bb26 (diff)
downloadforums-001572f.tar
forums-001572f.tar.gz
forums-001572f.tar.bz2
forums-001572f.tar.xz
forums-001572f.zip
[ticket/11166] Add ajaxify support to normal ACP confirm_box()
Currently no custom template from the ACP uses AJAX support. PHPBB3-11166
Diffstat (limited to 'phpBB/adm/style/overall_footer.html')
-rw-r--r--phpBB/adm/style/overall_footer.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index 2bc9ee52d7..bac0cd6625 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -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>