mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
#i62 - #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2><a href="{U_VIEW_TOPIC}">{L_TOPIC}: {TOPIC_TITLE}</a></h2>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
// <![CDATA[
|
||||
var panels = new Array('display-panel', 'split-panel', 'merge-panel');
|
||||
|
||||
<!-- IF S_MERGE_VIEW -->
|
||||
var show_panel = 'merge-panel';
|
||||
<!-- ELSEIF S_SPLIT_VIEW -->
|
||||
@@ -16,7 +16,7 @@ var panels = new Array('display-panel', 'split-panel', 'merge-panel');
|
||||
|
||||
onload_functions.push('subPanels()');
|
||||
|
||||
//-->
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
<div id="minitabs">
|
||||
@@ -96,7 +96,7 @@ onload_functions.push('subPanels()');
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
|
||||
<h3 id="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 == '{L_EXPAND_VIEW}'){rev_text.data = '{L_COLLAPSE_VIEW}'; } else if (rev_text.data == '{L_COLLAPSE_VIEW}'){rev_text.data = '{L_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
|
||||
<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_TOPIC_REVIEW}: {TOPIC_TITLE}
|
||||
</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user