mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[ticket/10270] Added the alerts to the ACP footer.
I had forgotten to do it previously. PHPBB3-10270
This commit is contained in:
parent
ac2e270797
commit
5b2352613e
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user