aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-10-15 16:21:40 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:18 +0200
commit3166cbb33d5ce44fff380d53c4c51ba5f6a2224a (patch)
treebfa58c492fe8610ed3e6cdecea9d7609b7a67979 /phpBB/adm
parent5b2352613ef8e2bdc4e418b74ea650df825b829c (diff)
downloadforums-3166cbb33d5ce44fff380d53c4c51ba5f6a2224a.tar
forums-3166cbb33d5ce44fff380d53c4c51ba5f6a2224a.tar.gz
forums-3166cbb33d5ce44fff380d53c4c51ba5f6a2224a.tar.bz2
forums-3166cbb33d5ce44fff380d53c4c51ba5f6a2224a.tar.xz
forums-3166cbb33d5ce44fff380d53c4c51ba5f6a2224a.zip
[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
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/overall_footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index e54f75a813..d58ac06aaa 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -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>