mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,17 @@
|
||||||
<div id="darken"> </div>
|
<div id="darken"> </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}" />
|
||||||
|
<input type="button" class="button2" value="{L_NO}" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue