diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-03 17:34:01 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-03 17:34:01 +0100 |
commit | 001572f76425a1fdb6621d26dae875438152cc97 (patch) | |
tree | a5411e8f4fce3ce75e694bce5f42d2393dafc1e0 /phpBB/adm/style/overall_footer.html | |
parent | 3c5eb8bcadb9af8e87525ea6dbf8b5ffc3e7bb26 (diff) | |
download | forums-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.html | 4 |
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}" /> - <input type="button" class="button2" value="{L_NO}" /> + <div class="alert_text"></div> </div> </div> </div> |