[ticket/10270] Added the alerts to the ACP footer.

I had forgotten to do it previously.

PHPBB3-10270
This commit is contained in:
Callum Macrae 2011-09-28 18:48:46 +01:00 committed by Igor Wiedler
parent ac2e270797
commit 5b2352613e

View file

@ -22,6 +22,17 @@
<div id="darken">&nbsp;</div> <div id="darken">&nbsp;</div>
<div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div> <div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div>
</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}" />&nbsp;
<input type="button" class="button2" value="{L_NO}" />
</div>
</div> </div>
</div> </div>