mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 06:21:19 +02:00
[ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.
PHPBB3-10270
This commit is contained in:
committed by
Igor Wiedler
parent
0e55b2393d
commit
db7c4f938e
@@ -30,8 +30,12 @@
|
||||
<div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div>
|
||||
</div>
|
||||
|
||||
<div id="jalert_alert" class="jalert"><h3></h3><p></p></div>
|
||||
<div id="jalert_alert" class="jalert">
|
||||
<a href="#"><img src="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a>
|
||||
<h3></h3><p></p>
|
||||
</div>
|
||||
<div id="jalert_confirm" class="jalert">
|
||||
<a href="#"><img src="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a>
|
||||
<p></p>
|
||||
<input type="button" class="jalertbut button1" value="Yes" />
|
||||
<input type="button" class="jalertbut button2" value="No" />
|
||||
|
Reference in New Issue
Block a user