diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-09 18:49:05 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-09 18:49:05 +0000 |
commit | 0a001ce48f94ef72d46bfc6ea2d1bc6bd1e9c1b5 (patch) | |
tree | 823371b9fc7168a4767a52408026034ee7a9b547 /phpBB/styles/prosilver/template/ucp_pm_history.html | |
parent | 9d186df2abc5cba529afdba10c93394903aa9159 (diff) | |
download | forums-0a001ce48f94ef72d46bfc6ea2d1bc6bd1e9c1b5.tar forums-0a001ce48f94ef72d46bfc6ea2d1bc6bd1e9c1b5.tar.gz forums-0a001ce48f94ef72d46bfc6ea2d1bc6bd1e9c1b5.tar.bz2 forums-0a001ce48f94ef72d46bfc6ea2d1bc6bd1e9c1b5.tar.xz forums-0a001ce48f94ef72d46bfc6ea2d1bc6bd1e9c1b5.zip |
#9711
git-svn-id: file:///svn/phpbb/trunk@7315 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_history.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html index a36cccd82e..aedf488f9d 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_history.html +++ b/phpBB/styles/prosilver/template/ucp_pm_history.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_MESSAGE_HISTORY}: {TITLE} </h3> |