aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_topic_review.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-04-05 14:27:04 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-04-05 14:27:04 +0000
commit03ae557474e6c94f80baffbb140a183d3ca4b7f5 (patch)
tree61c0dc71f5b60f9073eec5551c9d41caace7ef06 /phpBB/styles/prosilver/template/posting_topic_review.html
parent0dbbda7fd042cc10d1032ca40666178ae356ed0e (diff)
downloadforums-03ae557474e6c94f80baffbb140a183d3ca4b7f5.tar
forums-03ae557474e6c94f80baffbb140a183d3ca4b7f5.tar.gz
forums-03ae557474e6c94f80baffbb140a183d3ca4b7f5.tar.bz2
forums-03ae557474e6c94f80baffbb140a183d3ca4b7f5.tar.xz
forums-03ae557474e6c94f80baffbb140a183d3ca4b7f5.zip
#8689
git-svn-id: file:///svn/phpbb/trunk@7282 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_topic_review.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_topic_review.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html
index c8d3369eaf..d999d344da 100644
--- a/phpBB/styles/prosilver/template/posting_topic_review.html
+++ b/phpBB/styles/prosilver/template/posting_topic_review.html
@@ -1,6 +1,6 @@
<h3 id="review">
- <span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true);">{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 == '{L_EXPAND_VIEW}'){rev_text.data = '{L_COLLAPSE_VIEW}'; return false}; if (rev_text.data == '{L_COLLAPSE_VIEW}'){rev_text.data = '{L_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
{L_TOPIC_REVIEW}: {TOPIC_TITLE}
</h3>