1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/10270] Fixed JavaScript alerts in the ACP.

PHPBB3-10270
This commit is contained in:
Callum Macrae
2011-10-22 22:48:05 +01:00
committed by Igor Wiedler
parent 03d4ae20d1
commit 885c2914db
3 changed files with 10 additions and 4 deletions

View File

@@ -24,11 +24,11 @@
</div>
<div id="phpbb_alert" class="phpbb_alert">
<a href="#"><img src="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a>
<a href="#"><img src="images/alert_close.png" class="alert_close" /></a>
<h3 class="alert_title"></h3><p class="alert_text"></p>
</div>
<div id="phpbb_confirm" class="phpbb_alert">
<a href="#"><img src="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a>
<a href="#"><img src="images/alert_close.png" class="alert_close" /></a>
<p class="alert_text"></p>
<input type="button" class="button1" value="{L_YES}" />&nbsp;
<input type="button" class="button2" value="{L_NO}" />