mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 03:59:52 +02:00
[ticket/14139] Add class of IDs to html tags
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
|
||||
<h3 id="review">
|
||||
<h3 id="review" class="review">
|
||||
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
|
||||
{L_MESSAGE_HISTORY}{L_COLON}
|
||||
</h3>
|
||||
|
||||
<!-- EVENT ucp_pm_history_review_before -->
|
||||
<div id="topicreview">
|
||||
<div id="topicreview" class="topicreview">
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
bbcodeEnabled = {S_BBCODE_ALLOWED};
|
||||
|
Reference in New Issue
Block a user