aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 362f8bc1cc..b7697afbb4 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -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" />&nbsp;
<input type="button" class="jalertbut button2" value="No" />