1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/10270] Replaced find by tag names with class names in the js.

What it was before (selecting by tag name) could have caused some
problems for style authors.

PHPBB3-10270
This commit is contained in:
Callum Macrae
2011-10-15 16:21:40 +01:00
committed by Igor Wiedler
parent 5b2352613e
commit 3166cbb33d
3 changed files with 8 additions and 8 deletions

View File

@@ -25,11 +25,11 @@
<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>
<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>
<p></p>
<p class="alert_text"></p>
<input type="button" class="button1" value="{L_YES}" />&nbsp;
<input type="button" class="button2" value="{L_NO}" />
</div>