diff options
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index b57f8261a3..e54f75a813 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -22,6 +22,17 @@ <div id="darken"> </div> <div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div> </div> + + <div id="phpbb_alert" class="phpbb_alert"> + <a href="#"><img src="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a> + <h3></h3><p></p> + </div> + <div id="phpbb_confirm" class="phpbb_alert"> + <a href="#"><img src="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a> + <p></p> + <input type="button" class="button1" value="{L_YES}" /> + <input type="button" class="button2" value="{L_NO}" /> + </div> </div> </div> |